summaryrefslogtreecommitdiff
path: root/clients/tests/test-client.py
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-04-30 10:33:40 +0200
committerThomas Haller <thaller@redhat.com>2018-06-13 15:42:58 +0200
commit3f6b776fd44937c2b4d1ff41a2fb7ae74a364417 (patch)
tree1af0712b10ffae45f1c56837aa8244602d9acccc /clients/tests/test-client.py
parent8a2552c800987864a67bc0c14e14733ddecc96bf (diff)
downloadNetworkManager-th/cli-connection-handling-x.tar.gz
WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-x
Diffstat (limited to 'clients/tests/test-client.py')
-rwxr-xr-xclients/tests/test-client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tests/test-client.py b/clients/tests/test-client.py
index 5bd2de2393..fc410b82a4 100755
--- a/clients/tests/test-client.py
+++ b/clients/tests/test-client.py
@@ -983,10 +983,10 @@ class TestNmcli(NmTestBase):
self.call_nmcli_l(mode + ['-f', 'ALL', 'device', 'wifi', 'list' ],
replace_stdout = replace_stdout)
self.call_nmcli_l(mode + ['-f', 'ALL', 'device', 'wifi', 'list', 'bssid', 'C0:E2:BE:E8:EF:B6'],
- replace_stdout = replace_stdout, fatal_warnings = True, expected_stderr = _UNSTABLE_OUTPUT)
+ replace_stdout = replace_stdout)
self.call_nmcli_l(mode + ['-f', 'NAME,SSID,SSID-HEX,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,WPA-FLAGS,RSN-FLAGS,DEVICE,ACTIVE,IN-USE,DBUS-PATH',
'device', 'wifi', 'list', 'bssid', 'C0:E2:BE:E8:EF:B6'],
- replace_stdout = replace_stdout, fatal_warnings = True, expected_stderr = _UNSTABLE_OUTPUT)
+ replace_stdout = replace_stdout)
###############################################################################