nmcli steps: decode failed command output
the output is not decoded correctly in case the called process fails
(non-zero returncode), we should use .decode()
instead of str()
.
@RunTests:alias_ifcfg_add_single_alias
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
the output is not decoded correctly in case the called process fails
(non-zero returncode), we should use .decode()
instead of str()
.
@RunTests:alias_ifcfg_add_single_alias