diff options
author | Thomas Haller <thaller@redhat.com> | 2018-05-14 16:33:10 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-05-14 17:53:03 +0200 |
commit | 7224461069ab4a1f864e48a2253c1581520a28d7 (patch) | |
tree | 541c6deba9617c772980eaec75ddc3600afc65a2 /clients/tests/test-client.check-on-disk/test_002-013.expected | |
parent | 0d302caab8f01cb055d8a0081be0fb10c15fe076 (diff) | |
download | NetworkManager-7224461069ab4a1f864e48a2253c1581520a28d7.tar.gz |
clients/tests: add more checks for output of nmcli by language
Let the computer do the hard stuff. Since we already call the tests,
why only check for one language?
Diffstat (limited to 'clients/tests/test-client.check-on-disk/test_002-013.expected')
-rw-r--r-- | clients/tests/test-client.check-on-disk/test_002-013.expected | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/clients/tests/test-client.check-on-disk/test_002-013.expected b/clients/tests/test-client.check-on-disk/test_002-013.expected index cbb8d44412..dc134b9929 100644 --- a/clients/tests/test-client.check-on-disk/test_002-013.expected +++ b/clients/tests/test-client.check-on-disk/test_002-013.expected @@ -1,13 +1,39 @@ -location: clients/tests/test-client.py:518:test_002()/13 -cmd: $NMCLI -f AP -mode tabular d show wlan0 -lang: pl_PL.UTF-8 +location: clients/tests/test-client.py:561:test_002()/13 +cmd: $NMCLI -f AP -mode multiline -p d show wlan0 +lang: C returncode: 0 -stdout: 338 bytes +stdout: 1558 bytes >>> -NAME IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY -AP[1] wlan0-ap-3 Infrastruktura 1 54 Mb/s 88 **** WPA1 WPA2 -AP[2] wlan0-ap-2 Infrastruktura 1 54 Mb/s 61 *** WPA1 WPA2 -AP[3] wlan0-ap-1 Infrastruktura 1 54 Mb/s 29 * WPA1 WPA2 +=============================================================================== + Device details (wlan0) +=============================================================================== +AP[1].IN-USE: +AP[1].SSID: wlan0-ap-3 +AP[1].MODE: Infra +AP[1].CHAN: 1 +AP[1].RATE: 54 Mbit/s +AP[1].SIGNAL: 88 +AP[1].BARS: **** +AP[1].SECURITY: WPA1 WPA2 +------------------------------------------------------------------------------- +AP[2].IN-USE: +AP[2].SSID: wlan0-ap-2 +AP[2].MODE: Infra +AP[2].CHAN: 1 +AP[2].RATE: 54 Mbit/s +AP[2].SIGNAL: 61 +AP[2].BARS: *** +AP[2].SECURITY: WPA1 WPA2 +------------------------------------------------------------------------------- +AP[3].IN-USE: +AP[3].SSID: wlan0-ap-1 +AP[3].MODE: Infra +AP[3].CHAN: 1 +AP[3].RATE: 54 Mbit/s +AP[3].SIGNAL: 29 +AP[3].BARS: * +AP[3].SECURITY: WPA1 WPA2 +------------------------------------------------------------------------------- <<< stderr: 0 bytes |