diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2024-03-19 12:26:18 +0100 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-03-19 13:12:30 -0400 |
commit | 7370e715e6e86598566afe4bdae290ee85c6fc23 (patch) | |
tree | 0663960ed71f1308932597149c57fba4eb90a299 /tests/unittests/juju/juju_cluster_tests.py | |
parent | 6112224463c29a96a891e21ce911950fb14d903c (diff) | |
download | sos-7370e715e6e86598566afe4bdae290ee85c6fc23.tar.gz |
[cleaner] Improve stripping raw MAC address
reduce_mac_match should strip all characters that cant appear in a MAC
address string. Currently it forgets to strip e.g. from
"mac:01:02:03:04:05" anything.
We should strip at least the 'm'. Ideally whole "mac" but that would be
programatically difficult to describe proper condition for that.
Resolves: #3574
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Diffstat (limited to 'tests/unittests/juju/juju_cluster_tests.py')
0 files changed, 0 insertions, 0 deletions