summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-26 13:45:15 +0200
committerThomas Haller <thaller@redhat.com>2019-09-26 17:27:34 +0200
commitd84953cf85ac565bacf07e83c79df71089378ece (patch)
tree6d87d2f6b40163504d891b58b82da6219de1b30a
parentd7b990666680fded96608266c3b7bbc94ae23756 (diff)
downloadNetworkManager-th/client-test-no-lineno.tar.gz
clients/tests: don't include the source line number with client tests outputth/client-test-no-lineno
The client tests compare the test output with a file persisted to disk which contains the expected output. The expected output contains data like size: 395 location: clients/tests/test-client.py:842:test_001()/1 cmd: $NMCLI lang: C returncode: 0 stdout: 277 bytes >>> ... Note that it contains the line number (clients/tests/test-client.py:842) where the test is called. This is to help correlate the output with the test code. However, Python 3.8 changes behavior and for function calls that span multiple lines, frame.f_lineno will give the starting line (previously, it gave the last line) (see [1]). No longer include the line number, as it is not stable accross Python versions. If you really care, you can set NM_TEST_WITH_LINENO to get the line numbers back. Of course, then the expected output won't match anymore, and you'd have to regenerate it first. This is only useful if you debug tests, and want to have it easier to correlate output with the tests. [1] https://bugs.python.org/issue38283
-rw-r--r--clients/tests/test-client.check-on-disk/test_001.expected176
-rw-r--r--clients/tests/test-client.check-on-disk/test_002.expected96
-rw-r--r--clients/tests/test-client.check-on-disk/test_003.expected1676
-rw-r--r--clients/tests/test-client.check-on-disk/test_004.expected3544
-rwxr-xr-xclients/tests/test-client.py21
5 files changed, 2759 insertions, 2754 deletions
diff --git a/clients/tests/test-client.check-on-disk/test_001.expected b/clients/tests/test-client.check-on-disk/test_001.expected
index 7439cf8bf2..a7439bf183 100644
--- a/clients/tests/test-client.check-on-disk/test_001.expected
+++ b/clients/tests/test-client.check-on-disk/test_001.expected
@@ -1,5 +1,5 @@
-size: 395
-location: clients/tests/test-client.py:842:test_001()/1
+size: 391
+location: clients/tests/test-client.py:test_001()/1
cmd: $NMCLI
lang: C
returncode: 0
@@ -14,8 +14,8 @@ Use "nmcli device show" to get complete information about known devices and
Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details.
<<<
-size: 438
-location: clients/tests/test-client.py:842:test_001()/2
+size: 434
+location: clients/tests/test-client.py:test_001()/2
cmd: $NMCLI
lang: pl_PL.UTF-8
returncode: 0
@@ -32,8 +32,8 @@ Strony podręcznika nmcli(1) i nmcli-examples(7) zawierają pełne informacje
o użyciu.
<<<
-size: 188
-location: clients/tests/test-client.py:844:test_001()/3
+size: 184
+location: clients/tests/test-client.py:test_001()/3
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: C
returncode: 10
@@ -42,8 +42,8 @@ stderr: 33 bytes
Error: Device 'wlan0' not found.
<<<
-size: 214
-location: clients/tests/test-client.py:844:test_001()/4
+size: 210
+location: clients/tests/test-client.py:test_001()/4
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: pl_PL.UTF-8
returncode: 10
@@ -52,8 +52,8 @@ stderr: 49 bytes
Błąd: Nie odnaleziono urządzenia „wlan0”.
<<<
-size: 120
-location: clients/tests/test-client.py:846:test_001()/5
+size: 116
+location: clients/tests/test-client.py:test_001()/5
cmd: $NMCLI c s
lang: C
returncode: 0
@@ -62,8 +62,8 @@ stdout: 1 bytes
<<<
-size: 130
-location: clients/tests/test-client.py:846:test_001()/6
+size: 126
+location: clients/tests/test-client.py:test_001()/6
cmd: $NMCLI c s
lang: pl_PL.UTF-8
returncode: 0
@@ -72,8 +72,8 @@ stdout: 1 bytes
<<<
-size: 192
-location: clients/tests/test-client.py:848:test_001()/7
+size: 188
+location: clients/tests/test-client.py:test_001()/7
cmd: $NMCLI bogus s
lang: C
returncode: 2
@@ -82,8 +82,8 @@ stderr: 68 bytes
Error: argument 'bogus' not understood. Try passing --help instead.
<<<
-size: 221
-location: clients/tests/test-client.py:848:test_001()/8
+size: 217
+location: clients/tests/test-client.py:test_001()/8
cmd: $NMCLI bogus s
lang: pl_PL.UTF-8
returncode: 2
@@ -92,8 +92,8 @@ stderr: 87 bytes
Błąd: nie zrozumiano parametru „bogus”. Można użyć „--help” zamiast tego.
<<<
-size: 1488
-location: clients/tests/test-client.py:851:test_001()/9
+size: 1484
+location: clients/tests/test-client.py:test_001()/9
cmd: $NMCLI general permissions
lang: C
returncode: 0
@@ -119,8 +119,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1517
-location: clients/tests/test-client.py:851:test_001()/10
+size: 1513
+location: clients/tests/test-client.py:test_001()/10
cmd: $NMCLI general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -146,8 +146,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1618
-location: clients/tests/test-client.py:851:test_001()/11
+size: 1614
+location: clients/tests/test-client.py:test_001()/11
cmd: $NMCLI --color yes general permissions
lang: C
returncode: 0
@@ -173,8 +173,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1646
-location: clients/tests/test-client.py:851:test_001()/12
+size: 1642
+location: clients/tests/test-client.py:test_001()/12
cmd: $NMCLI --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -200,8 +200,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1695
-location: clients/tests/test-client.py:851:test_001()/13
+size: 1691
+location: clients/tests/test-client.py:test_001()/13
cmd: $NMCLI --pretty general permissions
lang: C
returncode: 0
@@ -231,8 +231,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1753
-location: clients/tests/test-client.py:851:test_001()/14
+size: 1749
+location: clients/tests/test-client.py:test_001()/14
cmd: $NMCLI --pretty general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -262,8 +262,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1824
-location: clients/tests/test-client.py:851:test_001()/15
+size: 1820
+location: clients/tests/test-client.py:test_001()/15
cmd: $NMCLI --pretty --color yes general permissions
lang: C
returncode: 0
@@ -293,8 +293,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1882
-location: clients/tests/test-client.py:851:test_001()/16
+size: 1878
+location: clients/tests/test-client.py:test_001()/16
cmd: $NMCLI --pretty --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -324,8 +324,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1094
-location: clients/tests/test-client.py:851:test_001()/17
+size: 1090
+location: clients/tests/test-client.py:test_001()/17
cmd: $NMCLI --terse general permissions
lang: C
returncode: 0
@@ -350,8 +350,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1104
-location: clients/tests/test-client.py:851:test_001()/18
+size: 1100
+location: clients/tests/test-client.py:test_001()/18
cmd: $NMCLI --terse general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -376,8 +376,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1224
-location: clients/tests/test-client.py:851:test_001()/19
+size: 1220
+location: clients/tests/test-client.py:test_001()/19
cmd: $NMCLI --terse --color yes general permissions
lang: C
returncode: 0
@@ -402,8 +402,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1234
-location: clients/tests/test-client.py:851:test_001()/20
+size: 1230
+location: clients/tests/test-client.py:test_001()/20
cmd: $NMCLI --terse --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -428,8 +428,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1504
-location: clients/tests/test-client.py:851:test_001()/21
+size: 1500
+location: clients/tests/test-client.py:test_001()/21
cmd: $NMCLI --mode tabular general permissions
lang: C
returncode: 0
@@ -455,8 +455,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1532
-location: clients/tests/test-client.py:851:test_001()/22
+size: 1528
+location: clients/tests/test-client.py:test_001()/22
cmd: $NMCLI --mode tabular general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -482,8 +482,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1633
-location: clients/tests/test-client.py:851:test_001()/23
+size: 1629
+location: clients/tests/test-client.py:test_001()/23
cmd: $NMCLI --mode tabular --color yes general permissions
lang: C
returncode: 0
@@ -509,8 +509,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1661
-location: clients/tests/test-client.py:851:test_001()/24
+size: 1657
+location: clients/tests/test-client.py:test_001()/24
cmd: $NMCLI --mode tabular --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -536,8 +536,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1710
-location: clients/tests/test-client.py:851:test_001()/25
+size: 1706
+location: clients/tests/test-client.py:test_001()/25
cmd: $NMCLI --mode tabular --pretty general permissions
lang: C
returncode: 0
@@ -567,8 +567,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1768
-location: clients/tests/test-client.py:851:test_001()/26
+size: 1764
+location: clients/tests/test-client.py:test_001()/26
cmd: $NMCLI --mode tabular --pretty general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -598,8 +598,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1839
-location: clients/tests/test-client.py:851:test_001()/27
+size: 1835
+location: clients/tests/test-client.py:test_001()/27
cmd: $NMCLI --mode tabular --pretty --color yes general permissions
lang: C
returncode: 0
@@ -629,8 +629,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check unknown
org.freedesktop.NetworkManager.wifi.scan unknown
<<<
-size: 1897
-location: clients/tests/test-client.py:851:test_001()/28
+size: 1893
+location: clients/tests/test-client.py:test_001()/28
cmd: $NMCLI --mode tabular --pretty --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -660,8 +660,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check nieznane
org.freedesktop.NetworkManager.wifi.scan nieznane
<<<
-size: 1109
-location: clients/tests/test-client.py:851:test_001()/29
+size: 1105
+location: clients/tests/test-client.py:test_001()/29
cmd: $NMCLI --mode tabular --terse general permissions
lang: C
returncode: 0
@@ -686,8 +686,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1119
-location: clients/tests/test-client.py:851:test_001()/30
+size: 1115
+location: clients/tests/test-client.py:test_001()/30
cmd: $NMCLI --mode tabular --terse general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -712,8 +712,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1239
-location: clients/tests/test-client.py:851:test_001()/31
+size: 1235
+location: clients/tests/test-client.py:test_001()/31
cmd: $NMCLI --mode tabular --terse --color yes general permissions
lang: C
returncode: 0
@@ -738,8 +738,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 1249
-location: clients/tests/test-client.py:851:test_001()/32
+size: 1245
+location: clients/tests/test-client.py:test_001()/32
cmd: $NMCLI --mode tabular --terse --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -764,8 +764,8 @@ org.freedesktop.NetworkManager.enable-disable-connectivity-check:unknown
org.freedesktop.NetworkManager.wifi.scan:unknown
<<<
-size: 2464
-location: clients/tests/test-client.py:851:test_001()/33
+size: 2460
+location: clients/tests/test-client.py:test_001()/33
cmd: $NMCLI --mode multiline general permissions
lang: C
returncode: 0
@@ -807,8 +807,8 @@ PERMISSION: org.freedesktop.NetworkManager.wifi.scan
VALUE: unknown
<<<
-size: 2481
-location: clients/tests/test-client.py:851:test_001()/34
+size: 2477
+location: clients/tests/test-client.py:test_001()/34
cmd: $NMCLI --mode multiline general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -850,8 +850,8 @@ PERMISSION: org.freedesktop.NetworkManager.wifi.scan
VALUE: nieznane
<<<
-size: 2593
-location: clients/tests/test-client.py:851:test_001()/35
+size: 2589
+location: clients/tests/test-client.py:test_001()/35
cmd: $NMCLI --mode multiline --color yes general permissions
lang: C
returncode: 0
@@ -893,8 +893,8 @@ PERMISSION: org.freedesktop.NetworkManager.wifi.scan
VALUE: unknown
<<<
-size: 2610
-location: clients/tests/test-client.py:851:test_001()/36
+size: 2606
+location: clients/tests/test-client.py:test_001()/36
cmd: $NMCLI --mode multiline --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -936,8 +936,8 @@ PERMISSION: org.freedesktop.NetworkManager.wifi.scan
VALUE: nieznane
<<<
-size: 4046
-location: clients/tests/test-client.py:851:test_001()/37
+size: 4042
+location: clients/tests/test-client.py:test_001()/37
cmd: $NMCLI --mode multiline --pretty general permissions
lang: C
returncode: 0
@@ -999,8 +999,8 @@ VALUE: unknown
-------------------------------------------------------------------------------
<<<
-size: 4068
-location: clients/tests/test-client.py:851:test_001()/38
+size: 4064
+location: clients/tests/test-client.py:test_001()/38
cmd: $NMCLI --mode multiline --pretty general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -1062,8 +1062,8 @@ VALUE: nieznane
-------------------------------------------------------------------------------
<<<
-size: 4175
-location: clients/tests/test-client.py:851:test_001()/39
+size: 4171
+location: clients/tests/test-client.py:test_001()/39
cmd: $NMCLI --mode multiline --pretty --color yes general permissions
lang: C
returncode: 0
@@ -1125,8 +1125,8 @@ VALUE: unknown
-------------------------------------------------------------------------------
<<<
-size: 4197
-location: clients/tests/test-client.py:851:test_001()/40
+size: 4193
+location: clients/tests/test-client.py:test_001()/40
cmd: $NMCLI --mode multiline --pretty --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -1188,8 +1188,8 @@ VALUE: nieznane
-------------------------------------------------------------------------------
<<<
-size: 1401
-location: clients/tests/test-client.py:851:test_001()/41
+size: 1397
+location: clients/tests/test-client.py:test_001()/41
cmd: $NMCLI --mode multiline --terse general permissions
lang: C
returncode: 0
@@ -1231,8 +1231,8 @@ PERMISSION:org.freedesktop.NetworkManager.wifi.scan
VALUE:unknown
<<<
-size: 1411
-location: clients/tests/test-client.py:851:test_001()/42
+size: 1407
+location: clients/tests/test-client.py:test_001()/42
cmd: $NMCLI --mode multiline --terse general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -1274,8 +1274,8 @@ PERMISSION:org.freedesktop.NetworkManager.wifi.scan
VALUE:unknown
<<<
-size: 1530
-location: clients/tests/test-client.py:851:test_001()/43
+size: 1526
+location: clients/tests/test-client.py:test_001()/43
cmd: $NMCLI --mode multiline --terse --color yes general permissions
lang: C
returncode: 0
@@ -1317,8 +1317,8 @@ PERMISSION:org.freedesktop.NetworkManager.wifi.scan
VALUE:unknown
<<<
-size: 1540
-location: clients/tests/test-client.py:851:test_001()/44
+size: 1536
+location: clients/tests/test-client.py:test_001()/44
cmd: $NMCLI --mode multiline --terse --color yes general permissions
lang: pl_PL.UTF-8
returncode: 0
diff --git a/clients/tests/test-client.check-on-disk/test_002.expected b/clients/tests/test-client.check-on-disk/test_002.expected
index 77ebb12a28..1c6eecc59b 100644
--- a/clients/tests/test-client.check-on-disk/test_002.expected
+++ b/clients/tests/test-client.check-on-disk/test_002.expected
@@ -1,5 +1,5 @@
-size: 377
-location: clients/tests/test-client.py:857:test_002()/1
+size: 373
+location: clients/tests/test-client.py:test_002()/1
cmd: $NMCLI d
lang: C
returncode: 0
@@ -13,8 +13,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 392
-location: clients/tests/test-client.py:857:test_002()/2
+size: 388
+location: clients/tests/test-client.py:test_002()/2
cmd: $NMCLI d
lang: pl_PL.UTF-8
returncode: 0
@@ -28,8 +28,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 978
-location: clients/tests/test-client.py:859:test_002()/3
+size: 974
+location: clients/tests/test-client.py:test_002()/3
cmd: $NMCLI -f all d
lang: C
returncode: 0
@@ -43,8 +43,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 993
-location: clients/tests/test-client.py:859:test_002()/4
+size: 989
+location: clients/tests/test-client.py:test_002()/4
cmd: $NMCLI -f all d
lang: pl_PL.UTF-8
returncode: 0
@@ -58,8 +58,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 739
-location: clients/tests/test-client.py:861:test_002()/5
+size: 735
+location: clients/tests/test-client.py:test_002()/5
cmd: $NMCLI
lang: C
returncode: 0
@@ -94,8 +94,8 @@ Use "nmcli device show" to get complete information about known devices and
Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details.
<<<
-size: 812
-location: clients/tests/test-client.py:861:test_002()/6
+size: 808
+location: clients/tests/test-client.py:test_002()/6
cmd: $NMCLI
lang: pl_PL.UTF-8
returncode: 0
@@ -132,8 +132,8 @@ Strony podręcznika nmcli(1) i nmcli-examples(7) zawierają pełne informacje
o użyciu.
<<<
-size: 1424
-location: clients/tests/test-client.py:863:test_002()/7
+size: 1420
+location: clients/tests/test-client.py:test_002()/7
cmd: $NMCLI -f AP -mode multiline d show wlan0
lang: C
returncode: 0
@@ -168,8 +168,8 @@ AP[3].BARS: **
AP[3].SECURITY: WPA1 WPA2
<<<
-size: 1461
-location: clients/tests/test-client.py:863:test_002()/8
+size: 1457
+location: clients/tests/test-client.py:test_002()/8
cmd: $NMCLI -f AP -mode multiline d show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -204,8 +204,8 @@ AP[3].BARS: **
AP[3].SECURITY: WPA1 WPA2
<<<
-size: 1878
-location: clients/tests/test-client.py:864:test_002()/9
+size: 1874
+location: clients/tests/test-client.py:test_002()/9
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: C
returncode: 0
@@ -246,8 +246,8 @@ AP[3].SECURITY: WPA1 WPA2
-------------------------------------------------------------------------------
<<<
-size: 1923
-location: clients/tests/test-client.py:864:test_002()/10
+size: 1919
+location: clients/tests/test-client.py:test_002()/10
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -288,8 +288,8 @@ AP[3].SECURITY: WPA1 WPA2
-------------------------------------------------------------------------------
<<<
-size: 671
-location: clients/tests/test-client.py:865:test_002()/11
+size: 667
+location: clients/tests/test-client.py:test_002()/11
cmd: $NMCLI -f AP -mode multiline -t d show wlan0
lang: C
returncode: 0
@@ -324,8 +324,8 @@ AP[3].BARS:**
AP[3].SECURITY:WPA1 WPA2
<<<
-size: 708
-location: clients/tests/test-client.py:865:test_002()/12
+size: 704
+location: clients/tests/test-client.py:test_002()/12
cmd: $NMCLI -f AP -mode multiline -t d show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -360,8 +360,8 @@ AP[3].BARS:**
AP[3].SECURITY:WPA1 WPA2
<<<
-size: 531
-location: clients/tests/test-client.py:866:test_002()/13
+size: 527
+location: clients/tests/test-client.py:test_002()/13
cmd: $NMCLI -f AP -mode tabular d show wlan0
lang: C
returncode: 0
@@ -373,8 +373,8 @@ AP[2] 90:B1:5F:9E:E0:E3 wlan0-ap-1 Infra 1 54 Mbit/s 44 **
AP[3] 61:66:D2:E7:44:A2 wlan0-ap-2 Infra 1 54 Mbit/s 34 ** WPA1 WPA2
<<<
-size: 575
-location: clients/tests/test-client.py:866:test_002()/14
+size: 571
+location: clients/tests/test-client.py:test_002()/14
cmd: $NMCLI -f AP -mode tabular d show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -386,8 +386,8 @@ AP[2] 90:B1:5F:9E:E0:E3 wlan0-ap-1 Infrastruktura 1 54 Mb/s 4
AP[3] 61:66:D2:E7:44:A2 wlan0-ap-2 Infrastruktura 1 54 Mb/s 34 ** WPA1 WPA2
<<<
-size: 709
-location: clients/tests/test-client.py:867:test_002()/15
+size: 705
+location: clients/tests/test-client.py:test_002()/15
cmd: $NMCLI -f AP -mode tabular -p d show wlan0
lang: C
returncode: 0
@@ -403,8 +403,8 @@ AP[2] 90:B1:5F:9E:E0:E3 wlan0-ap-1 Infra 1 54 Mbit/s 44 **
AP[3] 61:66:D2:E7:44:A2 wlan0-ap-2 Infra 1 54 Mbit/s 34 ** WPA1 WPA2
<<<
-size: 789
-location: clients/tests/test-client.py:867:test_002()/16
+size: 785
+location: clients/tests/test-client.py:test_002()/16
cmd: $NMCLI -f AP -mode tabular -p d show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -420,8 +420,8 @@ AP[2] 90:B1:5F:9E:E0:E3 wlan0-ap-1 Infrastruktura 1 54 Mb/s 4
AP[3] 61:66:D2:E7:44:A2 wlan0-ap-2 Infrastruktura 1 54 Mb/s 34 ** WPA1 WPA2
<<<
-size: 378
-location: clients/tests/test-client.py:868:test_002()/17
+size: 374
+location: clients/tests/test-client.py:test_002()/17
cmd: $NMCLI -f AP -mode tabular -t d show wlan0
lang: C
returncode: 0
@@ -432,8 +432,8 @@ AP[2]: :90\:B1\:5F\:9E\:E0\:E3:wlan0-ap-1:Infra:1:54 Mbit/s:44:** :WPA1
AP[3]: :61\:66\:D2\:E7\:44\:A2:wlan0-ap-2:Infra:1:54 Mbit/s:34:** :WPA1 WPA2
<<<
-size: 415
-location: clients/tests/test-client.py:868:test_002()/18
+size: 411
+location: clients/tests/test-client.py:test_002()/18
cmd: $NMCLI -f AP -mode tabular -t d show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -444,8 +444,8 @@ AP[2]: :90\:B1\:5F\:9E\:E0\:E3:wlan0-ap-1:Infrastruktura:1:54 Mb/s:44:** :WPA
AP[3]: :61\:66\:D2\:E7\:44\:A2:wlan0-ap-2:Infrastruktura:1:54 Mb/s:34:** :WPA1 WPA2
<<<
-size: 1973
-location: clients/tests/test-client.py:870:test_002()/19
+size: 1969
+location: clients/tests/test-client.py:test_002()/19
cmd: $NMCLI -f ALL d wifi
lang: C
returncode: 0
@@ -462,8 +462,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 EE:52:8B:49:A1:96 Infra 1 2412 MH
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2041
-location: clients/tests/test-client.py:870:test_002()/20
+size: 2037
+location: clients/tests/test-client.py:test_002()/20
cmd: $NMCLI -f ALL d wifi
lang: pl_PL.UTF-8
returncode: 0
@@ -480,8 +480,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 EE:52:8B:49:A1:96 Infrastruktura 1
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 246
-location: clients/tests/test-client.py:872:test_002()/21
+size: 242
+location: clients/tests/test-client.py:test_002()/21
cmd: $NMCLI c
lang: C
returncode: 0
@@ -491,8 +491,8 @@ NAME UUID TYPE DEVICE
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
<<<
-size: 256
-location: clients/tests/test-client.py:872:test_002()/22
+size: 252
+location: clients/tests/test-client.py:test_002()/22
cmd: $NMCLI c
lang: pl_PL.UTF-8
returncode: 0
@@ -502,8 +502,8 @@ NAME UUID TYPE DEVICE
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
<<<
-size: 1267
-location: clients/tests/test-client.py:874:test_002()/23
+size: 1263
+location: clients/tests/test-client.py:test_002()/23
cmd: $NMCLI c s con-1
lang: C
returncode: 0
@@ -535,8 +535,8 @@ connection.llmnr: -1 (default)
connection.wait-device-timeout: -1
<<<
-size: 1279
-location: clients/tests/test-client.py:874:test_002()/24
+size: 1275
+location: clients/tests/test-client.py:test_002()/24
cmd: $NMCLI c s con-1
lang: pl_PL.UTF-8
returncode: 0
diff --git a/clients/tests/test-client.check-on-disk/test_003.expected b/clients/tests/test-client.check-on-disk/test_003.expected
index 8bffc5b126..e36d788d09 100644
--- a/clients/tests/test-client.check-on-disk/test_003.expected
+++ b/clients/tests/test-client.check-on-disk/test_003.expected
@@ -1,5 +1,5 @@
-size: 244
-location: clients/tests/test-client.py:885:test_003()/1
+size: 240
+location: clients/tests/test-client.py:test_003()/1
cmd: $NMCLI c add type ethernet ifname '*' con-name con-xx1
lang: C
returncode: 0
@@ -8,8 +8,8 @@ stdout: 80 bytes
Connection 'con-xx1' (UUID-con-xx1-REPLACED-REPLACED-REPLA) successfully added.
<<<
-size: 316
-location: clients/tests/test-client.py:888:test_003()/2
+size: 312
+location: clients/tests/test-client.py:test_003()/2
cmd: $NMCLI c s
lang: C
returncode: 0
@@ -20,8 +20,8 @@ con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 326
-location: clients/tests/test-client.py:888:test_003()/3
+size: 322
+location: clients/tests/test-client.py:test_003()/3
cmd: $NMCLI c s
lang: pl_PL.UTF-8
returncode: 0
@@ -32,8 +32,8 @@ con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 353
-location: clients/tests/test-client.py:893:test_003()/4
+size: 349
+location: clients/tests/test-client.py:test_003()/4
cmd: $NMCLI connection add type gsm autoconnect no con-name con-gsm1 ifname '*' apn xyz.con-gsm1 serial.baud 5 serial.send-delay 100 serial.pari 1 ipv4.dns-options ' '
lang: C
returncode: 0
@@ -42,8 +42,8 @@ stdout: 81 bytes
Connection 'con-gsm1' (UUID-con-gsm1-REPLACED-REPLACED-REPL) successfully added.
<<<
-size: 228
-location: clients/tests/test-client.py:898:test_003()/5
+size: 224
+location: clients/tests/test-client.py:test_003()/5
cmd: $NMCLI c add type ethernet ifname '*'
lang: C
returncode: 0
@@ -52,8 +52,8 @@ stdout: 81 bytes
Connection 'ethernet' (UUID-ethernet-REPLACED-REPLACED-REPL) successfully added.
<<<
-size: 451
-location: clients/tests/test-client.py:901:test_003()/6
+size: 447
+location: clients/tests/test-client.py:test_003()/6
cmd: $NMCLI c s
lang: C
returncode: 0
@@ -66,8 +66,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet --
<<<
-size: 461
-location: clients/tests/test-client.py:901:test_003()/7
+size: 457
+location: clients/tests/test-client.py:test_003()/7
cmd: $NMCLI c s
lang: pl_PL.UTF-8
returncode: 0
@@ -80,8 +80,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet --
<<<
-size: 1514
-location: clients/tests/test-client.py:904:test_003()/8
+size: 1510
+location: clients/tests/test-client.py:test_003()/8
cmd: $NMCLI -f ALL c s
lang: C
returncode: 0
@@ -94,8 +94,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/4 no -- -- -- -- /etc/NetworkManager/system-connections/ethernet
<<<
-size: 1524
-location: clients/tests/test-client.py:904:test_003()/9
+size: 1520
+location: clients/tests/test-client.py:test_003()/9
cmd: $NMCLI -f ALL c s
lang: pl_PL.UTF-8
returncode: 0
@@ -108,8 +108,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/4 nie -- -- -- -- /etc/NetworkManager/system-connections/ethernet
<<<
-size: 229
-location: clients/tests/test-client.py:908:test_003()/10
+size: 225
+location: clients/tests/test-client.py:test_003()/10
cmd: $NMCLI --complete-args -f ALL c s ''
lang: C
returncode: 0
@@ -129,8 +129,8 @@ id
path
uuid
<<<
-size: 239
-location: clients/tests/test-client.py:908:test_003()/11
+size: 235
+location: clients/tests/test-client.py:test_003()/11
cmd: $NMCLI --complete-args -f ALL c s ''
lang: pl_PL.UTF-8
returncode: 0
@@ -150,8 +150,8 @@ id
path
uuid
<<<
-size: 4159
-location: clients/tests/test-client.py:911:test_003()/12
+size: 4155
+location: clients/tests/test-client.py:test_003()/12
cmd: $NMCLI con s con-gsm1
lang: C
returncode: 0
@@ -248,8 +248,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4189
-location: clients/tests/test-client.py:911:test_003()/13
+size: 4185
+location: clients/tests/test-client.py:test_003()/13
cmd: $NMCLI con s con-gsm1
lang: pl_PL.UTF-8
returncode: 0
@@ -346,8 +346,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 252
-location: clients/tests/test-client.py:924:test_003()/14
+size: 248
+location: clients/tests/test-client.py:test_003()/14
cmd: $NMCLI con up ethernet ifname eth0
lang: C
returncode: 0
@@ -356,8 +356,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
<<<
-size: 452
-location: clients/tests/test-client.py:927:test_003()/15
+size: 448
+location: clients/tests/test-client.py:test_003()/15
cmd: $NMCLI con
lang: C
returncode: 0
@@ -370,8 +370,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 462
-location: clients/tests/test-client.py:927:test_003()/16
+size: 458
+location: clients/tests/test-client.py:test_003()/16
cmd: $NMCLI con
lang: pl_PL.UTF-8
returncode: 0
@@ -384,8 +384,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 1730
-location: clients/tests/test-client.py:930:test_003()/17
+size: 1726
+location: clients/tests/test-client.py:test_003()/17
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -398,8 +398,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1745
-location: clients/tests/test-client.py:930:test_003()/18
+size: 1741
+location: clients/tests/test-client.py:test_003()/18
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -412,8 +412,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 774
-location: clients/tests/test-client.py:933:test_003()/19
+size: 770
+location: clients/tests/test-client.py:test_003()/19
cmd: $NMCLI -f ALL con s -a
lang: C
returncode: 0
@@ -423,8 +423,8 @@ NAME UUID TYPE TIMESTAMP TIMESTAMP-R
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/4 yes eth0 activated /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
<<<
-size: 786
-location: clients/tests/test-client.py:933:test_003()/20
+size: 782
+location: clients/tests/test-client.py:test_003()/20
cmd: $NMCLI -f ALL con s -a
lang: pl_PL.UTF-8
returncode: 0
@@ -434,8 +434,8 @@ NAME UUID TYPE TIMESTAMP TIMESTAMP-R
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/4 tak eth0 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
<<<
-size: 352
-location: clients/tests/test-client.py:936:test_003()/21
+size: 348
+location: clients/tests/test-client.py:test_003()/21
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: C
returncode: 0
@@ -445,8 +445,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 362
-location: clients/tests/test-client.py:936:test_003()/22
+size: 358
+location: clients/tests/test-client.py:test_003()/22
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: pl_PL.UTF-8
returncode: 0
@@ -456,8 +456,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 241
-location: clients/tests/test-client.py:939:test_003()/23
+size: 237
+location: clients/tests/test-client.py:test_003()/23
cmd: $NMCLI -f UUID,NAME con s --active
lang: C
returncode: 0
@@ -467,8 +467,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 251
-location: clients/tests/test-client.py:939:test_003()/24
+size: 247
+location: clients/tests/test-client.py:test_003()/24
cmd: $NMCLI -f UUID,NAME con s --active
lang: pl_PL.UTF-8
returncode: 0
@@ -478,8 +478,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 3934
-location: clients/tests/test-client.py:942:test_003()/25
+size: 3930
+location: clients/tests/test-client.py:test_003()/25
cmd: $NMCLI -f ALL con s ethernet
lang: C
returncode: 0
@@ -571,8 +571,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3962
-location: clients/tests/test-client.py:942:test_003()/26
+size: 3958
+location: clients/tests/test-client.py:test_003()/26
cmd: $NMCLI -f ALL con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -664,8 +664,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 199
-location: clients/tests/test-client.py:945:test_003()/27
+size: 195
+location: clients/tests/test-client.py:test_003()/27
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: C
returncode: 0
@@ -674,8 +674,8 @@ stdout: 50 bytes
GENERAL.STATE: activated
<<<
-size: 210
-location: clients/tests/test-client.py:945:test_003()/28
+size: 206
+location: clients/tests/test-client.py:test_003()/28
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -684,8 +684,8 @@ stdout: 51 bytes
GENERAL.STATE: aktywowano
<<<
-size: 4591
-location: clients/tests/test-client.py:948:test_003()/29
+size: 4587
+location: clients/tests/test-client.py:test_003()/29
cmd: $NMCLI con s ethernet
lang: C
returncode: 0
@@ -789,8 +789,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4623
-location: clients/tests/test-client.py:948:test_003()/30
+size: 4619
+location: clients/tests/test-client.py:test_003()/30
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -894,8 +894,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1409
-location: clients/tests/test-client.py:951:test_003()/31
+size: 1405
+location: clients/tests/test-client.py:test_003()/31
cmd: $NMCLI -f ALL dev status
lang: C
returncode: 0
@@ -909,8 +909,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1424
-location: clients/tests/test-client.py:951:test_003()/32
+size: 1420
+location: clients/tests/test-client.py:test_003()/32
cmd: $NMCLI -f ALL dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -924,8 +924,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 3494
-location: clients/tests/test-client.py:954:test_003()/33
+size: 3490
+location: clients/tests/test-client.py:test_003()/33
cmd: $NMCLI -f ALL dev show eth0
lang: C
returncode: 0
@@ -990,8 +990,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3529
-location: clients/tests/test-client.py:954:test_003()/34
+size: 3525
+location: clients/tests/test-client.py:test_003()/34
cmd: $NMCLI -f ALL dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -1056,8 +1056,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2239
-location: clients/tests/test-client.py:957:test_003()/35
+size: 2235
+location: clients/tests/test-client.py:test_003()/35
cmd: $NMCLI -f ALL -t dev show eth0
lang: C
returncode: 0
@@ -1122,8 +1122,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2249
-location: clients/tests/test-client.py:957:test_003()/36
+size: 2245
+location: clients/tests/test-client.py:test_003()/36
cmd: $NMCLI -f ALL -t dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -1188,8 +1188,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 252
-location: clients/tests/test-client.py:924:test_003()/37
+size: 248
+location: clients/tests/test-client.py:test_003()/37
cmd: $NMCLI con up ethernet ifname eth1
lang: C
returncode: 0
@@ -1198,8 +1198,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/2)
<<<
-size: 518
-location: clients/tests/test-client.py:927:test_003()/38
+size: 514
+location: clients/tests/test-client.py:test_003()/38
cmd: $NMCLI con
lang: C
returncode: 0
@@ -1213,8 +1213,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 528
-location: clients/tests/test-client.py:927:test_003()/39
+size: 524
+location: clients/tests/test-client.py:test_003()/39
cmd: $NMCLI con
lang: pl_PL.UTF-8
returncode: 0
@@ -1228,8 +1228,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 2050
-location: clients/tests/test-client.py:930:test_003()/40
+size: 2046
+location: clients/tests/test-client.py:test_003()/40
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -1243,8 +1243,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2066
-location: clients/tests/test-client.py:930:test_003()/41
+size: 2062
+location: clients/tests/test-client.py:test_003()/41
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -1258,8 +1258,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1094
-location: clients/tests/test-client.py:933:test_003()/42
+size: 1090
+location: clients/tests/test-client.py:test_003()/42
cmd: $NMCLI -f ALL con s -a
lang: C
returncode: 0
@@ -1270,8 +1270,8 @@ ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/4 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
<<<
-size: 1107
-location: clients/tests/test-client.py:933:test_003()/43
+size: 1103
+location: clients/tests/test-client.py:test_003()/43
cmd: $NMCLI -f ALL con s -a
lang: pl_PL.UTF-8
returncode: 0
@@ -1282,8 +1282,8 @@ ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/4 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
<<<
-size: 450
-location: clients/tests/test-client.py:936:test_003()/44
+size: 446
+location: clients/tests/test-client.py:test_003()/44
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: C
returncode: 0
@@ -1294,8 +1294,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/2 eth1 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 460
-location: clients/tests/test-client.py:936:test_003()/45
+size: 456
+location: clients/tests/test-client.py:test_003()/45
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: pl_PL.UTF-8
returncode: 0
@@ -1306,8 +1306,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/2 eth1 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 241
-location: clients/tests/test-client.py:939:test_003()/46
+size: 237
+location: clients/tests/test-client.py:test_003()/46
cmd: $NMCLI -f UUID,NAME con s --active
lang: C
returncode: 0
@@ -1317,8 +1317,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 251
-location: clients/tests/test-client.py:939:test_003()/47
+size: 247
+location: clients/tests/test-client.py:test_003()/47
cmd: $NMCLI -f UUID,NAME con s --active
lang: pl_PL.UTF-8
returncode: 0
@@ -1328,8 +1328,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 3934
-location: clients/tests/test-client.py:942:test_003()/48
+size: 3930
+location: clients/tests/test-client.py:test_003()/48
cmd: $NMCLI -f ALL con s ethernet
lang: C
returncode: 0
@@ -1421,8 +1421,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3962
-location: clients/tests/test-client.py:942:test_003()/49
+size: 3958
+location: clients/tests/test-client.py:test_003()/49
cmd: $NMCLI -f ALL con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -1514,8 +1514,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 251
-location: clients/tests/test-client.py:945:test_003()/50
+size: 247
+location: clients/tests/test-client.py:test_003()/50
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: C
returncode: 0
@@ -1526,8 +1526,8 @@ GENERAL.STATE: activated
GENERAL.STATE: activated
<<<
-size: 263
-location: clients/tests/test-client.py:945:test_003()/51
+size: 259
+location: clients/tests/test-client.py:test_003()/51
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -1538,8 +1538,8 @@ GENERAL.STATE: aktywowano
GENERAL.STATE: aktywowano
<<<
-size: 5256
-location: clients/tests/test-client.py:948:test_003()/52
+size: 5252
+location: clients/tests/test-client.py:test_003()/52
cmd: $NMCLI con s ethernet
lang: C
returncode: 0
@@ -1656,8 +1656,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5292
-location: clients/tests/test-client.py:948:test_003()/53
+size: 5288
+location: clients/tests/test-client.py:test_003()/53
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -1774,8 +1774,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1409
-location: clients/tests/test-client.py:951:test_003()/54
+size: 1405
+location: clients/tests/test-client.py:test_003()/54
cmd: $NMCLI -f ALL dev status
lang: C
returncode: 0
@@ -1789,8 +1789,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1424
-location: clients/tests/test-client.py:951:test_003()/55
+size: 1420
+location: clients/tests/test-client.py:test_003()/55
cmd: $NMCLI -f ALL dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -1804,8 +1804,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 3494
-location: clients/tests/test-client.py:954:test_003()/56
+size: 3490
+location: clients/tests/test-client.py:test_003()/56
cmd: $NMCLI -f ALL dev show eth0
lang: C
returncode: 0
@@ -1870,8 +1870,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3529
-location: clients/tests/test-client.py:954:test_003()/57
+size: 3525
+location: clients/tests/test-client.py:test_003()/57
cmd: $NMCLI -f ALL dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -1936,8 +1936,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2239
-location: clients/tests/test-client.py:957:test_003()/58
+size: 2235
+location: clients/tests/test-client.py:test_003()/58
cmd: $NMCLI -f ALL -t dev show eth0
lang: C
returncode: 0
@@ -2002,8 +2002,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2249
-location: clients/tests/test-client.py:957:test_003()/59
+size: 2245
+location: clients/tests/test-client.py:test_003()/59
cmd: $NMCLI -f ALL -t dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -2068,8 +2068,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2068
-location: clients/tests/test-client.py:972:test_003()/60
+size: 2064
+location: clients/tests/test-client.py:test_003()/60
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -2083,8 +2083,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2090
-location: clients/tests/test-client.py:972:test_003()/61
+size: 2086
+location: clients/tests/test-client.py:test_003()/61
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -2098,8 +2098,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 375
-location: clients/tests/test-client.py:975:test_003()/62
+size: 371
+location: clients/tests/test-client.py:test_003()/62
cmd: $NMCLI -f UUID,TYPE con
lang: C
returncode: 0
@@ -2112,8 +2112,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 385
-location: clients/tests/test-client.py:975:test_003()/63
+size: 381
+location: clients/tests/test-client.py:test_003()/63
cmd: $NMCLI -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -2126,8 +2126,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 5259
-location: clients/tests/test-client.py:978:test_003()/64
+size: 5255
+location: clients/tests/test-client.py:test_003()/64
cmd: $NMCLI con s ethernet
lang: C
returncode: 0
@@ -2244,8 +2244,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5296
-location: clients/tests/test-client.py:978:test_003()/65
+size: 5292
+location: clients/tests/test-client.py:test_003()/65
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -2362,8 +2362,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4634
-location: clients/tests/test-client.py:981:test_003()/66
+size: 4630
+location: clients/tests/test-client.py:test_003()/66
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -2467,8 +2467,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4667
-location: clients/tests/test-client.py:981:test_003()/67
+size: 4663
+location: clients/tests/test-client.py:test_003()/67
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -2572,8 +2572,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3494
-location: clients/tests/test-client.py:984:test_003()/68
+size: 3490
+location: clients/tests/test-client.py:test_003()/68
cmd: $NMCLI -f all dev show eth0
lang: C
returncode: 0
@@ -2638,8 +2638,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3529
-location: clients/tests/test-client.py:984:test_003()/69
+size: 3525
+location: clients/tests/test-client.py:test_003()/69
cmd: $NMCLI -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -2704,8 +2704,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2350
-location: clients/tests/test-client.py:972:test_003()/70
+size: 2346
+location: clients/tests/test-client.py:test_003()/70
cmd: $NMCLI --color yes -f ALL con
lang: C
returncode: 0
@@ -2719,8 +2719,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2372
-location: clients/tests/test-client.py:972:test_003()/71
+size: 2368
+location: clients/tests/test-client.py:test_003()/71
cmd: $NMCLI --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -2734,8 +2734,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 405
-location: clients/tests/test-client.py:975:test_003()/72
+size: 401
+location: clients/tests/test-client.py:test_003()/72
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -2748,8 +2748,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 415
-location: clients/tests/test-client.py:975:test_003()/73
+size: 411
+location: clients/tests/test-client.py:test_003()/73
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -2762,8 +2762,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 5271
-location: clients/tests/test-client.py:978:test_003()/74
+size: 5267
+location: clients/tests/test-client.py:test_003()/74
cmd: $NMCLI --color yes con s ethernet
lang: C
returncode: 0
@@ -2880,8 +2880,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5308
-location: clients/tests/test-client.py:978:test_003()/75
+size: 5304
+location: clients/tests/test-client.py:test_003()/75
cmd: $NMCLI --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -2998,8 +2998,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4646
-location: clients/tests/test-client.py:981:test_003()/76
+size: 4642
+location: clients/tests/test-client.py:test_003()/76
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -3103,8 +3103,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4679
-location: clients/tests/test-client.py:981:test_003()/77
+size: 4675
+location: clients/tests/test-client.py:test_003()/77
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -3208,8 +3208,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3506
-location: clients/tests/test-client.py:984:test_003()/78
+size: 3502
+location: clients/tests/test-client.py:test_003()/78
cmd: $NMCLI --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -3274,8 +3274,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3541
-location: clients/tests/test-client.py:984:test_003()/79
+size: 3537
+location: clients/tests/test-client.py:test_003()/79
cmd: $NMCLI --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -3340,8 +3340,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2554
-location: clients/tests/test-client.py:972:test_003()/80
+size: 2550
+location: clients/tests/test-client.py:test_003()/80
cmd: $NMCLI --pretty -f ALL con
lang: C
returncode: 0
@@ -3359,8 +3359,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2598
-location: clients/tests/test-client.py:972:test_003()/81
+size: 2594
+location: clients/tests/test-client.py:test_003()/81
cmd: $NMCLI --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -3378,8 +3378,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 586
-location: clients/tests/test-client.py:975:test_003()/82
+size: 582
+location: clients/tests/test-client.py:test_003()/82
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -3396,8 +3396,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 616
-location: clients/tests/test-client.py:975:test_003()/83
+size: 612
+location: clients/tests/test-client.py:test_003()/83
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -3414,8 +3414,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 6513
-location: clients/tests/test-client.py:978:test_003()/84
+size: 6509
+location: clients/tests/test-client.py:test_003()/84
cmd: $NMCLI --pretty con s ethernet
lang: C
returncode: 0
@@ -3548,8 +3548,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6569
-location: clients/tests/test-client.py:978:test_003()/85
+size: 6565
+location: clients/tests/test-client.py:test_003()/85
cmd: $NMCLI --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -3682,8 +3682,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5575
-location: clients/tests/test-client.py:981:test_003()/86
+size: 5571
+location: clients/tests/test-client.py:test_003()/86
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -3799,8 +3799,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5620
-location: clients/tests/test-client.py:981:test_003()/87
+size: 5616
+location: clients/tests/test-client.py:test_003()/87
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -3916,8 +3916,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4354
-location: clients/tests/test-client.py:984:test_003()/88
+size: 4350
+location: clients/tests/test-client.py:test_003()/88
cmd: $NMCLI --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -3993,8 +3993,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4395
-location: clients/tests/test-client.py:984:test_003()/89
+size: 4391
+location: clients/tests/test-client.py:test_003()/89
cmd: $NMCLI --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -4070,8 +4070,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 2836
-location: clients/tests/test-client.py:972:test_003()/90
+size: 2832
+location: clients/tests/test-client.py:test_003()/90
cmd: $NMCLI --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -4089,8 +4089,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2880
-location: clients/tests/test-client.py:972:test_003()/91
+size: 2876
+location: clients/tests/test-client.py:test_003()/91
cmd: $NMCLI --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -4108,8 +4108,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 616
-location: clients/tests/test-client.py:975:test_003()/92
+size: 612
+location: clients/tests/test-client.py:test_003()/92
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -4126,8 +4126,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 646
-location: clients/tests/test-client.py:975:test_003()/93
+size: 642
+location: clients/tests/test-client.py:test_003()/93
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -4144,8 +4144,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 6525
-location: clients/tests/test-client.py:978:test_003()/94
+size: 6521
+location: clients/tests/test-client.py:test_003()/94
cmd: $NMCLI --pretty --color yes con s ethernet
lang: C
returncode: 0
@@ -4278,8 +4278,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6581
-location: clients/tests/test-client.py:978:test_003()/95
+size: 6577
+location: clients/tests/test-client.py:test_003()/95
cmd: $NMCLI --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -4412,8 +4412,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5587
-location: clients/tests/test-client.py:981:test_003()/96
+size: 5583
+location: clients/tests/test-client.py:test_003()/96
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -4529,8 +4529,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5632
-location: clients/tests/test-client.py:981:test_003()/97
+size: 5628
+location: clients/tests/test-client.py:test_003()/97
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -4646,8 +4646,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4366
-location: clients/tests/test-client.py:984:test_003()/98
+size: 4362
+location: clients/tests/test-client.py:test_003()/98
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -4723,8 +4723,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4407
-location: clients/tests/test-client.py:984:test_003()/99
+size: 4403
+location: clients/tests/test-client.py:test_003()/99
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -4800,8 +4800,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 1185
-location: clients/tests/test-client.py:972:test_003()/100
+size: 1181
+location: clients/tests/test-client.py:test_003()/100
cmd: $NMCLI --terse -f ALL con
lang: C
returncode: 0
@@ -4814,8 +4814,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1195
-location: clients/tests/test-client.py:972:test_003()/101
+size: 1191
+location: clients/tests/test-client.py:test_003()/101
cmd: $NMCLI --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -4828,8 +4828,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 341
-location: clients/tests/test-client.py:975:test_003()/102
+size: 337
+location: clients/tests/test-client.py:test_003()/102
cmd: $NMCLI --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -4841,8 +4841,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 351
-location: clients/tests/test-client.py:975:test_003()/103
+size: 347
+location: clients/tests/test-client.py:test_003()/103
cmd: $NMCLI --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -4854,8 +4854,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 2841
-location: clients/tests/test-client.py:978:test_003()/104
+size: 2837
+location: clients/tests/test-client.py:test_003()/104
cmd: $NMCLI --terse con s ethernet
lang: C
returncode: 0
@@ -4972,8 +4972,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2851
-location: clients/tests/test-client.py:978:test_003()/105
+size: 2847
+location: clients/tests/test-client.py:test_003()/105
cmd: $NMCLI --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -5090,8 +5090,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2513
-location: clients/tests/test-client.py:981:test_003()/106
+size: 2509
+location: clients/tests/test-client.py:test_003()/106
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -5195,8 +5195,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2523
-location: clients/tests/test-client.py:981:test_003()/107
+size: 2519
+location: clients/tests/test-client.py:test_003()/107
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -5300,8 +5300,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2245
-location: clients/tests/test-client.py:984:test_003()/108
+size: 2241
+location: clients/tests/test-client.py:test_003()/108
cmd: $NMCLI --terse -f all dev show eth0
lang: C
returncode: 0
@@ -5366,8 +5366,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2255
-location: clients/tests/test-client.py:984:test_003()/109
+size: 2251
+location: clients/tests/test-client.py:test_003()/109
cmd: $NMCLI --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -5432,8 +5432,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 1467
-location: clients/tests/test-client.py:972:test_003()/110
+size: 1463
+location: clients/tests/test-client.py:test_003()/110
cmd: $NMCLI --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -5446,8 +5446,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1477
-location: clients/tests/test-client.py:972:test_003()/111
+size: 1473
+location: clients/tests/test-client.py:test_003()/111
cmd: $NMCLI --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -5460,8 +5460,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 371
-location: clients/tests/test-client.py:975:test_003()/112
+size: 367
+location: clients/tests/test-client.py:test_003()/112
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -5473,8 +5473,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 381
-location: clients/tests/test-client.py:975:test_003()/113
+size: 377
+location: clients/tests/test-client.py:test_003()/113
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -5486,8 +5486,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 2853
-location: clients/tests/test-client.py:978:test_003()/114
+size: 2849
+location: clients/tests/test-client.py:test_003()/114
cmd: $NMCLI --terse --color yes con s ethernet
lang: C
returncode: 0
@@ -5604,8 +5604,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2863
-location: clients/tests/test-client.py:978:test_003()/115
+size: 2859
+location: clients/tests/test-client.py:test_003()/115
cmd: $NMCLI --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -5722,8 +5722,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2525
-location: clients/tests/test-client.py:981:test_003()/116
+size: 2521
+location: clients/tests/test-client.py:test_003()/116
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -5827,8 +5827,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2535
-location: clients/tests/test-client.py:981:test_003()/117
+size: 2531
+location: clients/tests/test-client.py:test_003()/117
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -5932,8 +5932,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2257
-location: clients/tests/test-client.py:984:test_003()/118
+size: 2253
+location: clients/tests/test-client.py:test_003()/118
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -5998,8 +5998,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2267
-location: clients/tests/test-client.py:984:test_003()/119
+size: 2263
+location: clients/tests/test-client.py:test_003()/119
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6064,8 +6064,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2084
-location: clients/tests/test-client.py:972:test_003()/120
+size: 2080
+location: clients/tests/test-client.py:test_003()/120
cmd: $NMCLI --mode tabular -f ALL con
lang: C
returncode: 0
@@ -6079,8 +6079,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2106
-location: clients/tests/test-client.py:972:test_003()/121
+size: 2102
+location: clients/tests/test-client.py:test_003()/121
cmd: $NMCLI --mode tabular -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -6094,8 +6094,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 391
-location: clients/tests/test-client.py:975:test_003()/122
+size: 387
+location: clients/tests/test-client.py:test_003()/122
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: C
returncode: 0
@@ -6108,8 +6108,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 401
-location: clients/tests/test-client.py:975:test_003()/123
+size: 397
+location: clients/tests/test-client.py:test_003()/123
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -6122,8 +6122,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 3518
-location: clients/tests/test-client.py:978:test_003()/124
+size: 3514
+location: clients/tests/test-client.py:test_003()/124
cmd: $NMCLI --mode tabular con s ethernet
lang: C
returncode: 0
@@ -6153,8 +6153,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 3552
-location: clients/tests/test-client.py:978:test_003()/125
+size: 3548
+location: clients/tests/test-client.py:test_003()/125
cmd: $NMCLI --mode tabular con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -6184,8 +6184,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 3076
-location: clients/tests/test-client.py:981:test_003()/126
+size: 3072
+location: clients/tests/test-client.py:test_003()/126
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -6211,8 +6211,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 3108
-location: clients/tests/test-client.py:981:test_003()/127
+size: 3104
+location: clients/tests/test-client.py:test_003()/127
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -6238,8 +6238,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 2971
-location: clients/tests/test-client.py:984:test_003()/128
+size: 2967
+location: clients/tests/test-client.py:test_003()/128
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: C
returncode: 0
@@ -6270,8 +6270,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3002
-location: clients/tests/test-client.py:984:test_003()/129
+size: 2998
+location: clients/tests/test-client.py:test_003()/129
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6302,8 +6302,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2366
-location: clients/tests/test-client.py:972:test_003()/130
+size: 2362
+location: clients/tests/test-client.py:test_003()/130
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: C
returncode: 0
@@ -6317,8 +6317,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2388
-location: clients/tests/test-client.py:972:test_003()/131
+size: 2384
+location: clients/tests/test-client.py:test_003()/131
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -6332,8 +6332,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 421
-location: clients/tests/test-client.py:975:test_003()/132
+size: 417
+location: clients/tests/test-client.py:test_003()/132
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -6346,8 +6346,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 431
-location: clients/tests/test-client.py:975:test_003()/133
+size: 427
+location: clients/tests/test-client.py:test_003()/133
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -6360,8 +6360,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 3530
-location: clients/tests/test-client.py:978:test_003()/134
+size: 3526
+location: clients/tests/test-client.py:test_003()/134
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: C
returncode: 0
@@ -6391,8 +6391,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 3564
-location: clients/tests/test-client.py:978:test_003()/135
+size: 3560
+location: clients/tests/test-client.py:test_003()/135
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -6422,8 +6422,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 3088
-location: clients/tests/test-client.py:981:test_003()/136
+size: 3084
+location: clients/tests/test-client.py:test_003()/136
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -6449,8 +6449,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 3120
-location: clients/tests/test-client.py:981:test_003()/137
+size: 3116
+location: clients/tests/test-client.py:test_003()/137
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -6476,8 +6476,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 2983
-location: clients/tests/test-client.py:984:test_003()/138
+size: 2979
+location: clients/tests/test-client.py:test_003()/138
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -6508,8 +6508,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3014
-location: clients/tests/test-client.py:984:test_003()/139
+size: 3010
+location: clients/tests/test-client.py:test_003()/139
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6540,8 +6540,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2570
-location: clients/tests/test-client.py:972:test_003()/140
+size: 2566
+location: clients/tests/test-client.py:test_003()/140
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: C
returncode: 0
@@ -6559,8 +6559,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2614
-location: clients/tests/test-client.py:972:test_003()/141
+size: 2610
+location: clients/tests/test-client.py:test_003()/141
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -6578,8 +6578,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 602
-location: clients/tests/test-client.py:975:test_003()/142
+size: 598
+location: clients/tests/test-client.py:test_003()/142
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -6596,8 +6596,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 632
-location: clients/tests/test-client.py:975:test_003()/143
+size: 628
+location: clients/tests/test-client.py:test_003()/143
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -6614,8 +6614,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 5760
-location: clients/tests/test-client.py:978:test_003()/144
+size: 5756
+location: clients/tests/test-client.py:test_003()/144
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: C
returncode: 0
@@ -6661,8 +6661,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 5854
-location: clients/tests/test-client.py:978:test_003()/145
+size: 5850
+location: clients/tests/test-client.py:test_003()/145
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -6708,8 +6708,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 4866
-location: clients/tests/test-client.py:981:test_003()/146
+size: 4862
+location: clients/tests/test-client.py:test_003()/146
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -6747,8 +6747,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 4938
-location: clients/tests/test-client.py:981:test_003()/147
+size: 4934
+location: clients/tests/test-client.py:test_003()/147
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -6786,8 +6786,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 4468
-location: clients/tests/test-client.py:984:test_003()/148
+size: 4464
+location: clients/tests/test-client.py:test_003()/148
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -6829,8 +6829,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4536
-location: clients/tests/test-client.py:984:test_003()/149
+size: 4532
+location: clients/tests/test-client.py:test_003()/149
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6872,8 +6872,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2852
-location: clients/tests/test-client.py:972:test_003()/150
+size: 2848
+location: clients/tests/test-client.py:test_003()/150
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -6891,8 +6891,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2896
-location: clients/tests/test-client.py:972:test_003()/151
+size: 2892
+location: clients/tests/test-client.py:test_003()/151
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -6910,8 +6910,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 632
-location: clients/tests/test-client.py:975:test_003()/152
+size: 628
+location: clients/tests/test-client.py:test_003()/152
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -6928,8 +6928,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 662
-location: clients/tests/test-client.py:975:test_003()/153
+size: 658
+location: clients/tests/test-client.py:test_003()/153
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -6946,8 +6946,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 5772
-location: clients/tests/test-client.py:978:test_003()/154
+size: 5768
+location: clients/tests/test-client.py:test_003()/154
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: C
returncode: 0
@@ -6993,8 +6993,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 5866
-location: clients/tests/test-client.py:978:test_003()/155
+size: 5862
+location: clients/tests/test-client.py:test_003()/155
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7040,8 +7040,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 4878
-location: clients/tests/test-client.py:981:test_003()/156
+size: 4874
+location: clients/tests/test-client.py:test_003()/156
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7079,8 +7079,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 4950
-location: clients/tests/test-client.py:981:test_003()/157
+size: 4946
+location: clients/tests/test-client.py:test_003()/157
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7118,8 +7118,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 4480
-location: clients/tests/test-client.py:984:test_003()/158
+size: 4476
+location: clients/tests/test-client.py:test_003()/158
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -7161,8 +7161,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4548
-location: clients/tests/test-client.py:984:test_003()/159
+size: 4544
+location: clients/tests/test-client.py:test_003()/159
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7204,8 +7204,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 1200
-location: clients/tests/test-client.py:972:test_003()/160
+size: 1196
+location: clients/tests/test-client.py:test_003()/160
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: C
returncode: 0
@@ -7218,8 +7218,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1210
-location: clients/tests/test-client.py:972:test_003()/161
+size: 1206
+location: clients/tests/test-client.py:test_003()/161
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7232,8 +7232,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 356
-location: clients/tests/test-client.py:975:test_003()/162
+size: 352
+location: clients/tests/test-client.py:test_003()/162
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -7245,8 +7245,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 366
-location: clients/tests/test-client.py:975:test_003()/163
+size: 362
+location: clients/tests/test-client.py:test_003()/163
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7258,8 +7258,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 831
-location: clients/tests/test-client.py:978:test_003()/164
+size: 827
+location: clients/tests/test-client.py:test_003()/164
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: C
returncode: 0
@@ -7275,8 +7275,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 841
-location: clients/tests/test-client.py:978:test_003()/165
+size: 837
+location: clients/tests/test-client.py:test_003()/165
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7292,8 +7292,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 684
-location: clients/tests/test-client.py:981:test_003()/166
+size: 680
+location: clients/tests/test-client.py:test_003()/166
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7307,8 +7307,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 694
-location: clients/tests/test-client.py:981:test_003()/167
+size: 690
+location: clients/tests/test-client.py:test_003()/167
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7322,8 +7322,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1375
-location: clients/tests/test-client.py:984:test_003()/168
+size: 1371
+location: clients/tests/test-client.py:test_003()/168
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: C
returncode: 0
@@ -7339,8 +7339,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 1385
-location: clients/tests/test-client.py:984:test_003()/169
+size: 1381
+location: clients/tests/test-client.py:test_003()/169
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7356,8 +7356,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 1482
-location: clients/tests/test-client.py:972:test_003()/170
+size: 1478
+location: clients/tests/test-client.py:test_003()/170
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -7370,8 +7370,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1492
-location: clients/tests/test-client.py:972:test_003()/171
+size: 1488
+location: clients/tests/test-client.py:test_003()/171
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7384,8 +7384,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 386
-location: clients/tests/test-client.py:975:test_003()/172
+size: 382
+location: clients/tests/test-client.py:test_003()/172
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -7397,8 +7397,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 396
-location: clients/tests/test-client.py:975:test_003()/173
+size: 392
+location: clients/tests/test-client.py:test_003()/173
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7410,8 +7410,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 843
-location: clients/tests/test-client.py:978:test_003()/174
+size: 839
+location: clients/tests/test-client.py:test_003()/174
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: C
returncode: 0
@@ -7427,8 +7427,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 853
-location: clients/tests/test-client.py:978:test_003()/175
+size: 849
+location: clients/tests/test-client.py:test_003()/175
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7444,8 +7444,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 696
-location: clients/tests/test-client.py:981:test_003()/176
+size: 692
+location: clients/tests/test-client.py:test_003()/176
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7459,8 +7459,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 706
-location: clients/tests/test-client.py:981:test_003()/177
+size: 702
+location: clients/tests/test-client.py:test_003()/177
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7474,8 +7474,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1387
-location: clients/tests/test-client.py:984:test_003()/178
+size: 1383
+location: clients/tests/test-client.py:test_003()/178
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -7491,8 +7491,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 1397
-location: clients/tests/test-client.py:984:test_003()/179
+size: 1393
+location: clients/tests/test-client.py:test_003()/179
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7508,8 +7508,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4198
-location: clients/tests/test-client.py:972:test_003()/180
+size: 4194
+location: clients/tests/test-client.py:test_003()/180
cmd: $NMCLI --mode multiline -f ALL con
lang: C
returncode: 0
@@ -7592,8 +7592,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4220
-location: clients/tests/test-client.py:972:test_003()/181
+size: 4216
+location: clients/tests/test-client.py:test_003()/181
cmd: $NMCLI --mode multiline -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7676,8 +7676,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 652
-location: clients/tests/test-client.py:975:test_003()/182
+size: 648
+location: clients/tests/test-client.py:test_003()/182
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: C
returncode: 0
@@ -7693,8 +7693,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 662
-location: clients/tests/test-client.py:975:test_003()/183
+size: 658
+location: clients/tests/test-client.py:test_003()/183
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7710,8 +7710,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 5277
-location: clients/tests/test-client.py:978:test_003()/184
+size: 5273
+location: clients/tests/test-client.py:test_003()/184
cmd: $NMCLI --mode multiline con s ethernet
lang: C
returncode: 0
@@ -7828,8 +7828,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5314
-location: clients/tests/test-client.py:978:test_003()/185
+size: 5310
+location: clients/tests/test-client.py:test_003()/185
cmd: $NMCLI --mode multiline con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7946,8 +7946,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4652
-location: clients/tests/test-client.py:981:test_003()/186
+size: 4648
+location: clients/tests/test-client.py:test_003()/186
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -8051,8 +8051,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4685
-location: clients/tests/test-client.py:981:test_003()/187
+size: 4681
+location: clients/tests/test-client.py:test_003()/187
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -8156,8 +8156,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3512
-location: clients/tests/test-client.py:984:test_003()/188
+size: 3508
+location: clients/tests/test-client.py:test_003()/188
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: C
returncode: 0
@@ -8222,8 +8222,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3547
-location: clients/tests/test-client.py:984:test_003()/189
+size: 3543
+location: clients/tests/test-client.py:test_003()/189
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -8288,8 +8288,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4480
-location: clients/tests/test-client.py:972:test_003()/190
+size: 4476
+location: clients/tests/test-client.py:test_003()/190
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: C
returncode: 0
@@ -8372,8 +8372,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4502
-location: clients/tests/test-client.py:972:test_003()/191
+size: 4498
+location: clients/tests/test-client.py:test_003()/191
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -8456,8 +8456,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 682
-location: clients/tests/test-client.py:975:test_003()/192
+size: 678
+location: clients/tests/test-client.py:test_003()/192
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -8473,8 +8473,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 692
-location: clients/tests/test-client.py:975:test_003()/193
+size: 688
+location: clients/tests/test-client.py:test_003()/193
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -8490,8 +8490,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 5289
-location: clients/tests/test-client.py:978:test_003()/194
+size: 5285
+location: clients/tests/test-client.py:test_003()/194
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: C
returncode: 0
@@ -8608,8 +8608,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5326
-location: clients/tests/test-client.py:978:test_003()/195
+size: 5322
+location: clients/tests/test-client.py:test_003()/195
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -8726,8 +8726,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4664
-location: clients/tests/test-client.py:981:test_003()/196
+size: 4660
+location: clients/tests/test-client.py:test_003()/196
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -8831,8 +8831,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 4697
-location: clients/tests/test-client.py:981:test_003()/197
+size: 4693
+location: clients/tests/test-client.py:test_003()/197
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -8936,8 +8936,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3524
-location: clients/tests/test-client.py:984:test_003()/198
+size: 3520
+location: clients/tests/test-client.py:test_003()/198
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -9002,8 +9002,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3559
-location: clients/tests/test-client.py:984:test_003()/199
+size: 3555
+location: clients/tests/test-client.py:test_003()/199
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -9068,8 +9068,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4824
-location: clients/tests/test-client.py:972:test_003()/200
+size: 4820
+location: clients/tests/test-client.py:test_003()/200
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: C
returncode: 0
@@ -9160,8 +9160,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 4852
-location: clients/tests/test-client.py:972:test_003()/201
+size: 4848
+location: clients/tests/test-client.py:test_003()/201
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -9252,8 +9252,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 1199
-location: clients/tests/test-client.py:975:test_003()/202
+size: 1195
+location: clients/tests/test-client.py:test_003()/202
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -9276,8 +9276,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1215
-location: clients/tests/test-client.py:975:test_003()/203
+size: 1211
+location: clients/tests/test-client.py:test_003()/203
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -9300,8 +9300,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 6531
-location: clients/tests/test-client.py:978:test_003()/204
+size: 6527
+location: clients/tests/test-client.py:test_003()/204
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: C
returncode: 0
@@ -9434,8 +9434,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6587
-location: clients/tests/test-client.py:978:test_003()/205
+size: 6583
+location: clients/tests/test-client.py:test_003()/205
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -9568,8 +9568,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5593
-location: clients/tests/test-client.py:981:test_003()/206
+size: 5589
+location: clients/tests/test-client.py:test_003()/206
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -9685,8 +9685,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5638
-location: clients/tests/test-client.py:981:test_003()/207
+size: 5634
+location: clients/tests/test-client.py:test_003()/207
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -9802,8 +9802,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4372
-location: clients/tests/test-client.py:984:test_003()/208
+size: 4368
+location: clients/tests/test-client.py:test_003()/208
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -9879,8 +9879,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4413
-location: clients/tests/test-client.py:984:test_003()/209
+size: 4409
+location: clients/tests/test-client.py:test_003()/209
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -9956,8 +9956,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 5106
-location: clients/tests/test-client.py:972:test_003()/210
+size: 5102
+location: clients/tests/test-client.py:test_003()/210
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -10048,8 +10048,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 5134
-location: clients/tests/test-client.py:972:test_003()/211
+size: 5130
+location: clients/tests/test-client.py:test_003()/211
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -10140,8 +10140,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 1229
-location: clients/tests/test-client.py:975:test_003()/212
+size: 1225
+location: clients/tests/test-client.py:test_003()/212
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -10164,8 +10164,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1245
-location: clients/tests/test-client.py:975:test_003()/213
+size: 1241
+location: clients/tests/test-client.py:test_003()/213
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -10188,8 +10188,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 6543
-location: clients/tests/test-client.py:978:test_003()/214
+size: 6539
+location: clients/tests/test-client.py:test_003()/214
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: C
returncode: 0
@@ -10322,8 +10322,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6599
-location: clients/tests/test-client.py:978:test_003()/215
+size: 6595
+location: clients/tests/test-client.py:test_003()/215
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -10456,8 +10456,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5605
-location: clients/tests/test-client.py:981:test_003()/216
+size: 5601
+location: clients/tests/test-client.py:test_003()/216
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -10573,8 +10573,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5650
-location: clients/tests/test-client.py:981:test_003()/217
+size: 5646
+location: clients/tests/test-client.py:test_003()/217
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -10690,8 +10690,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4384
-location: clients/tests/test-client.py:984:test_003()/218
+size: 4380
+location: clients/tests/test-client.py:test_003()/218
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -10767,8 +10767,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4425
-location: clients/tests/test-client.py:984:test_003()/219
+size: 4421
+location: clients/tests/test-client.py:test_003()/219
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -10844,8 +10844,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 1897
-location: clients/tests/test-client.py:972:test_003()/220
+size: 1893
+location: clients/tests/test-client.py:test_003()/220
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: C
returncode: 0
@@ -10928,8 +10928,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1907
-location: clients/tests/test-client.py:972:test_003()/221
+size: 1903
+location: clients/tests/test-client.py:test_003()/221
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -11012,8 +11012,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 398
-location: clients/tests/test-client.py:975:test_003()/222
+size: 394
+location: clients/tests/test-client.py:test_003()/222
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -11029,8 +11029,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 408
-location: clients/tests/test-client.py:975:test_003()/223
+size: 404
+location: clients/tests/test-client.py:test_003()/223
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -11046,8 +11046,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 2858
-location: clients/tests/test-client.py:978:test_003()/224
+size: 2854
+location: clients/tests/test-client.py:test_003()/224
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: C
returncode: 0
@@ -11164,8 +11164,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2868
-location: clients/tests/test-client.py:978:test_003()/225
+size: 2864
+location: clients/tests/test-client.py:test_003()/225
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -11282,8 +11282,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2530
-location: clients/tests/test-client.py:981:test_003()/226
+size: 2526
+location: clients/tests/test-client.py:test_003()/226
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -11387,8 +11387,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2540
-location: clients/tests/test-client.py:981:test_003()/227
+size: 2536
+location: clients/tests/test-client.py:test_003()/227
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -11492,8 +11492,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2262
-location: clients/tests/test-client.py:984:test_003()/228
+size: 2258
+location: clients/tests/test-client.py:test_003()/228
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: C
returncode: 0
@@ -11558,8 +11558,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2272
-location: clients/tests/test-client.py:984:test_003()/229
+size: 2268
+location: clients/tests/test-client.py:test_003()/229
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -11624,8 +11624,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2179
-location: clients/tests/test-client.py:972:test_003()/230
+size: 2175
+location: clients/tests/test-client.py:test_003()/230
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -11708,8 +11708,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2189
-location: clients/tests/test-client.py:972:test_003()/231
+size: 2185
+location: clients/tests/test-client.py:test_003()/231
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -11792,8 +11792,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 428
-location: clients/tests/test-client.py:975:test_003()/232
+size: 424
+location: clients/tests/test-client.py:test_003()/232
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -11809,8 +11809,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 438
-location: clients/tests/test-client.py:975:test_003()/233
+size: 434
+location: clients/tests/test-client.py:test_003()/233
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -11826,8 +11826,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 2870
-location: clients/tests/test-client.py:978:test_003()/234
+size: 2866
+location: clients/tests/test-client.py:test_003()/234
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: C
returncode: 0
@@ -11944,8 +11944,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2880
-location: clients/tests/test-client.py:978:test_003()/235
+size: 2876
+location: clients/tests/test-client.py:test_003()/235
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -12062,8 +12062,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2542
-location: clients/tests/test-client.py:981:test_003()/236
+size: 2538
+location: clients/tests/test-client.py:test_003()/236
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -12167,8 +12167,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2552
-location: clients/tests/test-client.py:981:test_003()/237
+size: 2548
+location: clients/tests/test-client.py:test_003()/237
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -12272,8 +12272,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2274
-location: clients/tests/test-client.py:984:test_003()/238
+size: 2270
+location: clients/tests/test-client.py:test_003()/238
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -12338,8 +12338,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2284
-location: clients/tests/test-client.py:984:test_003()/239
+size: 2280
+location: clients/tests/test-client.py:test_003()/239
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -12404,8 +12404,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2069
-location: clients/tests/test-client.py:972:test_003()/240
+size: 2065
+location: clients/tests/test-client.py:test_003()/240
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -12419,8 +12419,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2091
-location: clients/tests/test-client.py:972:test_003()/241
+size: 2087
+location: clients/tests/test-client.py:test_003()/241
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -12434,8 +12434,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 328
-location: clients/tests/test-client.py:975:test_003()/242
+size: 324
+location: clients/tests/test-client.py:test_003()/242
cmd: $NMCLI -f UUID,TYPE con
lang: C
returncode: 0
@@ -12447,8 +12447,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 338
-location: clients/tests/test-client.py:975:test_003()/243
+size: 334
+location: clients/tests/test-client.py:test_003()/243
cmd: $NMCLI -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -12460,8 +12460,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 180
-location: clients/tests/test-client.py:978:test_003()/244
+size: 176
+location: clients/tests/test-client.py:test_003()/244
cmd: $NMCLI con s ethernet
lang: C
returncode: 10
@@ -12470,8 +12470,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 202
-location: clients/tests/test-client.py:978:test_003()/245
+size: 198
+location: clients/tests/test-client.py:test_003()/245
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -12480,8 +12480,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 841
-location: clients/tests/test-client.py:981:test_003()/246
+size: 837
+location: clients/tests/test-client.py:test_003()/246
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -12501,8 +12501,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 856
-location: clients/tests/test-client.py:981:test_003()/247
+size: 852
+location: clients/tests/test-client.py:test_003()/247
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -12522,8 +12522,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3515
-location: clients/tests/test-client.py:984:test_003()/248
+size: 3511
+location: clients/tests/test-client.py:test_003()/248
cmd: $NMCLI -f all dev show eth0
lang: C
returncode: 0
@@ -12588,8 +12588,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3552
-location: clients/tests/test-client.py:984:test_003()/249
+size: 3548
+location: clients/tests/test-client.py:test_003()/249
cmd: $NMCLI -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -12654,8 +12654,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2351
-location: clients/tests/test-client.py:972:test_003()/250
+size: 2347
+location: clients/tests/test-client.py:test_003()/250
cmd: $NMCLI --color yes -f ALL con
lang: C
returncode: 0
@@ -12669,8 +12669,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2373
-location: clients/tests/test-client.py:972:test_003()/251
+size: 2369
+location: clients/tests/test-client.py:test_003()/251
cmd: $NMCLI --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -12684,8 +12684,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 340
-location: clients/tests/test-client.py:975:test_003()/252
+size: 336
+location: clients/tests/test-client.py:test_003()/252
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -12697,8 +12697,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 350
-location: clients/tests/test-client.py:975:test_003()/253
+size: 346
+location: clients/tests/test-client.py:test_003()/253
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -12710,8 +12710,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 192
-location: clients/tests/test-client.py:978:test_003()/254
+size: 188
+location: clients/tests/test-client.py:test_003()/254
cmd: $NMCLI --color yes con s ethernet
lang: C
returncode: 10
@@ -12720,8 +12720,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 214
-location: clients/tests/test-client.py:978:test_003()/255
+size: 210
+location: clients/tests/test-client.py:test_003()/255
cmd: $NMCLI --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -12730,8 +12730,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 853
-location: clients/tests/test-client.py:981:test_003()/256
+size: 849
+location: clients/tests/test-client.py:test_003()/256
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -12751,8 +12751,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 868
-location: clients/tests/test-client.py:981:test_003()/257
+size: 864
+location: clients/tests/test-client.py:test_003()/257
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -12772,8 +12772,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3527
-location: clients/tests/test-client.py:984:test_003()/258
+size: 3523
+location: clients/tests/test-client.py:test_003()/258
cmd: $NMCLI --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -12838,8 +12838,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3564
-location: clients/tests/test-client.py:984:test_003()/259
+size: 3560
+location: clients/tests/test-client.py:test_003()/259
cmd: $NMCLI --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -12904,8 +12904,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2555
-location: clients/tests/test-client.py:972:test_003()/260
+size: 2551
+location: clients/tests/test-client.py:test_003()/260
cmd: $NMCLI --pretty -f ALL con
lang: C
returncode: 0
@@ -12923,8 +12923,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2599
-location: clients/tests/test-client.py:972:test_003()/261
+size: 2595
+location: clients/tests/test-client.py:test_003()/261
cmd: $NMCLI --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -12942,8 +12942,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 539
-location: clients/tests/test-client.py:975:test_003()/262
+size: 535
+location: clients/tests/test-client.py:test_003()/262
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -12959,8 +12959,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 569
-location: clients/tests/test-client.py:975:test_003()/263
+size: 565
+location: clients/tests/test-client.py:test_003()/263
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -12976,8 +12976,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 189
-location: clients/tests/test-client.py:978:test_003()/264
+size: 185
+location: clients/tests/test-client.py:test_003()/264
cmd: $NMCLI --pretty con s ethernet
lang: C
returncode: 10
@@ -12986,8 +12986,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 211
-location: clients/tests/test-client.py:978:test_003()/265
+size: 207
+location: clients/tests/test-client.py:test_003()/265
cmd: $NMCLI --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -12996,8 +12996,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1377
-location: clients/tests/test-client.py:981:test_003()/266
+size: 1373
+location: clients/tests/test-client.py:test_003()/266
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13024,8 +13024,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1404
-location: clients/tests/test-client.py:981:test_003()/267
+size: 1400
+location: clients/tests/test-client.py:test_003()/267
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13052,8 +13052,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4375
-location: clients/tests/test-client.py:984:test_003()/268
+size: 4371
+location: clients/tests/test-client.py:test_003()/268
cmd: $NMCLI --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -13129,8 +13129,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4418
-location: clients/tests/test-client.py:984:test_003()/269
+size: 4414
+location: clients/tests/test-client.py:test_003()/269
cmd: $NMCLI --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -13206,8 +13206,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 2837
-location: clients/tests/test-client.py:972:test_003()/270
+size: 2833
+location: clients/tests/test-client.py:test_003()/270
cmd: $NMCLI --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -13225,8 +13225,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2881
-location: clients/tests/test-client.py:972:test_003()/271
+size: 2877
+location: clients/tests/test-client.py:test_003()/271
cmd: $NMCLI --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -13244,8 +13244,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 551
-location: clients/tests/test-client.py:975:test_003()/272
+size: 547
+location: clients/tests/test-client.py:test_003()/272
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -13261,8 +13261,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 581
-location: clients/tests/test-client.py:975:test_003()/273
+size: 577
+location: clients/tests/test-client.py:test_003()/273
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -13278,8 +13278,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 201
-location: clients/tests/test-client.py:978:test_003()/274
+size: 197
+location: clients/tests/test-client.py:test_003()/274
cmd: $NMCLI --pretty --color yes con s ethernet
lang: C
returncode: 10
@@ -13288,8 +13288,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 223
-location: clients/tests/test-client.py:978:test_003()/275
+size: 219
+location: clients/tests/test-client.py:test_003()/275
cmd: $NMCLI --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -13298,8 +13298,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1389
-location: clients/tests/test-client.py:981:test_003()/276
+size: 1385
+location: clients/tests/test-client.py:test_003()/276
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13326,8 +13326,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1416
-location: clients/tests/test-client.py:981:test_003()/277
+size: 1412
+location: clients/tests/test-client.py:test_003()/277
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13354,8 +13354,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4387
-location: clients/tests/test-client.py:984:test_003()/278
+size: 4383
+location: clients/tests/test-client.py:test_003()/278
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -13431,8 +13431,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4430
-location: clients/tests/test-client.py:984:test_003()/279
+size: 4426
+location: clients/tests/test-client.py:test_003()/279
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -13508,8 +13508,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 1161
-location: clients/tests/test-client.py:972:test_003()/280
+size: 1157
+location: clients/tests/test-client.py:test_003()/280
cmd: $NMCLI --terse -f ALL con
lang: C
returncode: 0
@@ -13522,8 +13522,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1171
-location: clients/tests/test-client.py:972:test_003()/281
+size: 1167
+location: clients/tests/test-client.py:test_003()/281
cmd: $NMCLI --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -13536,8 +13536,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 289
-location: clients/tests/test-client.py:975:test_003()/282
+size: 285
+location: clients/tests/test-client.py:test_003()/282
cmd: $NMCLI --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -13548,8 +13548,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 299
-location: clients/tests/test-client.py:975:test_003()/283
+size: 295
+location: clients/tests/test-client.py:test_003()/283
cmd: $NMCLI --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -13560,8 +13560,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 188
-location: clients/tests/test-client.py:978:test_003()/284
+size: 184
+location: clients/tests/test-client.py:test_003()/284
cmd: $NMCLI --terse con s ethernet
lang: C
returncode: 10
@@ -13570,8 +13570,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 210
-location: clients/tests/test-client.py:978:test_003()/285
+size: 206
+location: clients/tests/test-client.py:test_003()/285
cmd: $NMCLI --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -13580,8 +13580,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 552
-location: clients/tests/test-client.py:981:test_003()/286
+size: 548
+location: clients/tests/test-client.py:test_003()/286
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13601,8 +13601,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 562
-location: clients/tests/test-client.py:981:test_003()/287
+size: 558
+location: clients/tests/test-client.py:test_003()/287
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13622,8 +13622,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2265
-location: clients/tests/test-client.py:984:test_003()/288
+size: 2261
+location: clients/tests/test-client.py:test_003()/288
cmd: $NMCLI --terse -f all dev show eth0
lang: C
returncode: 0
@@ -13688,8 +13688,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2275
-location: clients/tests/test-client.py:984:test_003()/289
+size: 2271
+location: clients/tests/test-client.py:test_003()/289
cmd: $NMCLI --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -13754,8 +13754,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 1443
-location: clients/tests/test-client.py:972:test_003()/290
+size: 1439
+location: clients/tests/test-client.py:test_003()/290
cmd: $NMCLI --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -13768,8 +13768,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1453
-location: clients/tests/test-client.py:972:test_003()/291
+size: 1449
+location: clients/tests/test-client.py:test_003()/291
cmd: $NMCLI --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -13782,8 +13782,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 301
-location: clients/tests/test-client.py:975:test_003()/292
+size: 297
+location: clients/tests/test-client.py:test_003()/292
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -13794,8 +13794,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 311
-location: clients/tests/test-client.py:975:test_003()/293
+size: 307
+location: clients/tests/test-client.py:test_003()/293
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -13806,8 +13806,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 200
-location: clients/tests/test-client.py:978:test_003()/294
+size: 196
+location: clients/tests/test-client.py:test_003()/294
cmd: $NMCLI --terse --color yes con s ethernet
lang: C
returncode: 10
@@ -13816,8 +13816,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 222
-location: clients/tests/test-client.py:978:test_003()/295
+size: 218
+location: clients/tests/test-client.py:test_003()/295
cmd: $NMCLI --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -13826,8 +13826,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 564
-location: clients/tests/test-client.py:981:test_003()/296
+size: 560
+location: clients/tests/test-client.py:test_003()/296
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13847,8 +13847,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 574
-location: clients/tests/test-client.py:981:test_003()/297
+size: 570
+location: clients/tests/test-client.py:test_003()/297
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13868,8 +13868,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2277
-location: clients/tests/test-client.py:984:test_003()/298
+size: 2273
+location: clients/tests/test-client.py:test_003()/298
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -13934,8 +13934,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2287
-location: clients/tests/test-client.py:984:test_003()/299
+size: 2283
+location: clients/tests/test-client.py:test_003()/299
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14000,8 +14000,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2084
-location: clients/tests/test-client.py:972:test_003()/300
+size: 2080
+location: clients/tests/test-client.py:test_003()/300
cmd: $NMCLI --mode tabular -f ALL con
lang: C
returncode: 0
@@ -14015,8 +14015,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2106
-location: clients/tests/test-client.py:972:test_003()/301
+size: 2102
+location: clients/tests/test-client.py:test_003()/301
cmd: $NMCLI --mode tabular -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14030,8 +14030,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 343
-location: clients/tests/test-client.py:975:test_003()/302
+size: 339
+location: clients/tests/test-client.py:test_003()/302
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: C
returncode: 0
@@ -14043,8 +14043,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 353
-location: clients/tests/test-client.py:975:test_003()/303
+size: 349
+location: clients/tests/test-client.py:test_003()/303
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14056,8 +14056,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 195
-location: clients/tests/test-client.py:978:test_003()/304
+size: 191
+location: clients/tests/test-client.py:test_003()/304
cmd: $NMCLI --mode tabular con s ethernet
lang: C
returncode: 10
@@ -14066,8 +14066,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 217
-location: clients/tests/test-client.py:978:test_003()/305
+size: 213
+location: clients/tests/test-client.py:test_003()/305
cmd: $NMCLI --mode tabular con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14076,8 +14076,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 676
-location: clients/tests/test-client.py:981:test_003()/306
+size: 672
+location: clients/tests/test-client.py:test_003()/306
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14088,8 +14088,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 690
-location: clients/tests/test-client.py:981:test_003()/307
+size: 686
+location: clients/tests/test-client.py:test_003()/307
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14100,8 +14100,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 3011
-location: clients/tests/test-client.py:984:test_003()/308
+size: 3007
+location: clients/tests/test-client.py:test_003()/308
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: C
returncode: 0
@@ -14132,8 +14132,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3046
-location: clients/tests/test-client.py:984:test_003()/309
+size: 3042
+location: clients/tests/test-client.py:test_003()/309
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14164,8 +14164,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2366
-location: clients/tests/test-client.py:972:test_003()/310
+size: 2362
+location: clients/tests/test-client.py:test_003()/310
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: C
returncode: 0
@@ -14179,8 +14179,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2388
-location: clients/tests/test-client.py:972:test_003()/311
+size: 2384
+location: clients/tests/test-client.py:test_003()/311
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14194,8 +14194,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 355
-location: clients/tests/test-client.py:975:test_003()/312
+size: 351
+location: clients/tests/test-client.py:test_003()/312
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -14207,8 +14207,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 365
-location: clients/tests/test-client.py:975:test_003()/313
+size: 361
+location: clients/tests/test-client.py:test_003()/313
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14220,8 +14220,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 207
-location: clients/tests/test-client.py:978:test_003()/314
+size: 203
+location: clients/tests/test-client.py:test_003()/314
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: C
returncode: 10
@@ -14230,8 +14230,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 229
-location: clients/tests/test-client.py:978:test_003()/315
+size: 225
+location: clients/tests/test-client.py:test_003()/315
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14240,8 +14240,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 688
-location: clients/tests/test-client.py:981:test_003()/316
+size: 684
+location: clients/tests/test-client.py:test_003()/316
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14252,8 +14252,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 702
-location: clients/tests/test-client.py:981:test_003()/317
+size: 698
+location: clients/tests/test-client.py:test_003()/317
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14264,8 +14264,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 3023
-location: clients/tests/test-client.py:984:test_003()/318
+size: 3019
+location: clients/tests/test-client.py:test_003()/318
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -14296,8 +14296,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3058
-location: clients/tests/test-client.py:984:test_003()/319
+size: 3054
+location: clients/tests/test-client.py:test_003()/319
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14328,8 +14328,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2570
-location: clients/tests/test-client.py:972:test_003()/320
+size: 2566
+location: clients/tests/test-client.py:test_003()/320
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: C
returncode: 0
@@ -14347,8 +14347,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2614
-location: clients/tests/test-client.py:972:test_003()/321
+size: 2610
+location: clients/tests/test-client.py:test_003()/321
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14366,8 +14366,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 554
-location: clients/tests/test-client.py:975:test_003()/322
+size: 550
+location: clients/tests/test-client.py:test_003()/322
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -14383,8 +14383,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 584
-location: clients/tests/test-client.py:975:test_003()/323
+size: 580
+location: clients/tests/test-client.py:test_003()/323
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14400,8 +14400,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 204
-location: clients/tests/test-client.py:978:test_003()/324
+size: 200
+location: clients/tests/test-client.py:test_003()/324
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: C
returncode: 10
@@ -14410,8 +14410,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 226
-location: clients/tests/test-client.py:978:test_003()/325
+size: 222
+location: clients/tests/test-client.py:test_003()/325
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14420,8 +14420,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1232
-location: clients/tests/test-client.py:981:test_003()/326
+size: 1228
+location: clients/tests/test-client.py:test_003()/326
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14439,8 +14439,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 1277
-location: clients/tests/test-client.py:981:test_003()/327
+size: 1273
+location: clients/tests/test-client.py:test_003()/327
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14458,8 +14458,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 4528
-location: clients/tests/test-client.py:984:test_003()/328
+size: 4524
+location: clients/tests/test-client.py:test_003()/328
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -14501,8 +14501,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4602
-location: clients/tests/test-client.py:984:test_003()/329
+size: 4598
+location: clients/tests/test-client.py:test_003()/329
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14544,8 +14544,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2852
-location: clients/tests/test-client.py:972:test_003()/330
+size: 2848
+location: clients/tests/test-client.py:test_003()/330
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -14563,8 +14563,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 never
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2896
-location: clients/tests/test-client.py:972:test_003()/331
+size: 2892
+location: clients/tests/test-client.py:test_003()/331
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14582,8 +14582,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm 0 nigdy
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 566
-location: clients/tests/test-client.py:975:test_003()/332
+size: 562
+location: clients/tests/test-client.py:test_003()/332
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -14599,8 +14599,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 596
-location: clients/tests/test-client.py:975:test_003()/333
+size: 592
+location: clients/tests/test-client.py:test_003()/333
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14616,8 +14616,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 216
-location: clients/tests/test-client.py:978:test_003()/334
+size: 212
+location: clients/tests/test-client.py:test_003()/334
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: C
returncode: 10
@@ -14626,8 +14626,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 238
-location: clients/tests/test-client.py:978:test_003()/335
+size: 234
+location: clients/tests/test-client.py:test_003()/335
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14636,8 +14636,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1244
-location: clients/tests/test-client.py:981:test_003()/336
+size: 1240
+location: clients/tests/test-client.py:test_003()/336
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14655,8 +14655,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating
<<<
-size: 1289
-location: clients/tests/test-client.py:981:test_003()/337
+size: 1285
+location: clients/tests/test-client.py:test_003()/337
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14674,8 +14674,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie
<<<
-size: 4540
-location: clients/tests/test-client.py:984:test_003()/338
+size: 4536
+location: clients/tests/test-client.py:test_003()/338
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -14717,8 +14717,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4614
-location: clients/tests/test-client.py:984:test_003()/339
+size: 4610
+location: clients/tests/test-client.py:test_003()/339
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14760,8 +14760,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILA
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,4} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 1176
-location: clients/tests/test-client.py:972:test_003()/340
+size: 1172
+location: clients/tests/test-client.py:test_003()/340
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: C
returncode: 0
@@ -14774,8 +14774,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1186
-location: clients/tests/test-client.py:972:test_003()/341
+size: 1182
+location: clients/tests/test-client.py:test_003()/341
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14788,8 +14788,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 304
-location: clients/tests/test-client.py:975:test_003()/342
+size: 300
+location: clients/tests/test-client.py:test_003()/342
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -14800,8 +14800,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 314
-location: clients/tests/test-client.py:975:test_003()/343
+size: 310
+location: clients/tests/test-client.py:test_003()/343
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14812,8 +14812,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 203
-location: clients/tests/test-client.py:978:test_003()/344
+size: 199
+location: clients/tests/test-client.py:test_003()/344
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: C
returncode: 10
@@ -14822,8 +14822,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 225
-location: clients/tests/test-client.py:978:test_003()/345
+size: 221
+location: clients/tests/test-client.py:test_003()/345
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14832,8 +14832,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 386
-location: clients/tests/test-client.py:981:test_003()/346
+size: 382
+location: clients/tests/test-client.py:test_003()/346
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14842,8 +14842,8 @@ stdout: 189 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 396
-location: clients/tests/test-client.py:981:test_003()/347
+size: 392
+location: clients/tests/test-client.py:test_003()/347
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14852,8 +14852,8 @@ stdout: 189 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1395
-location: clients/tests/test-client.py:984:test_003()/348
+size: 1391
+location: clients/tests/test-client.py:test_003()/348
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: C
returncode: 0
@@ -14869,8 +14869,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 1405
-location: clients/tests/test-client.py:984:test_003()/349
+size: 1401
+location: clients/tests/test-client.py:test_003()/349
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14886,8 +14886,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 1458
-location: clients/tests/test-client.py:972:test_003()/350
+size: 1454
+location: clients/tests/test-client.py:test_003()/350
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -14900,8 +14900,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1468
-location: clients/tests/test-client.py:972:test_003()/351
+size: 1464
+location: clients/tests/test-client.py:test_003()/351
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14914,8 +14914,8 @@ con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm:0:never:no:0:no:/org/freedeskt
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 316
-location: clients/tests/test-client.py:975:test_003()/352
+size: 312
+location: clients/tests/test-client.py:test_003()/352
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -14926,8 +14926,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 326
-location: clients/tests/test-client.py:975:test_003()/353
+size: 322
+location: clients/tests/test-client.py:test_003()/353
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14938,8 +14938,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 215
-location: clients/tests/test-client.py:978:test_003()/354
+size: 211
+location: clients/tests/test-client.py:test_003()/354
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: C
returncode: 10
@@ -14948,8 +14948,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 237
-location: clients/tests/test-client.py:978:test_003()/355
+size: 233
+location: clients/tests/test-client.py:test_003()/355
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14958,8 +14958,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 398
-location: clients/tests/test-client.py:981:test_003()/356
+size: 394
+location: clients/tests/test-client.py:test_003()/356
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14968,8 +14968,8 @@ stdout: 189 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 408
-location: clients/tests/test-client.py:981:test_003()/357
+size: 404
+location: clients/tests/test-client.py:test_003()/357
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14978,8 +14978,8 @@ stdout: 189 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1407
-location: clients/tests/test-client.py:984:test_003()/358
+size: 1403
+location: clients/tests/test-client.py:test_003()/358
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -14995,8 +14995,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 1417
-location: clients/tests/test-client.py:984:test_003()/359
+size: 1413
+location: clients/tests/test-client.py:test_003()/359
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15012,8 +15012,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,4}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4194
-location: clients/tests/test-client.py:972:test_003()/360
+size: 4190
+location: clients/tests/test-client.py:test_003()/360
cmd: $NMCLI --mode multiline -f ALL con
lang: C
returncode: 0
@@ -15096,8 +15096,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4214
-location: clients/tests/test-client.py:972:test_003()/361
+size: 4210
+location: clients/tests/test-client.py:test_003()/361
cmd: $NMCLI --mode multiline -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15180,8 +15180,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 526
-location: clients/tests/test-client.py:975:test_003()/362
+size: 522
+location: clients/tests/test-client.py:test_003()/362
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: C
returncode: 0
@@ -15195,8 +15195,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 536
-location: clients/tests/test-client.py:975:test_003()/363
+size: 532
+location: clients/tests/test-client.py:test_003()/363
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15210,8 +15210,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 197
-location: clients/tests/test-client.py:978:test_003()/364
+size: 193
+location: clients/tests/test-client.py:test_003()/364
cmd: $NMCLI --mode multiline con s ethernet
lang: C
returncode: 10
@@ -15220,8 +15220,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 219
-location: clients/tests/test-client.py:978:test_003()/365
+size: 215
+location: clients/tests/test-client.py:test_003()/365
cmd: $NMCLI --mode multiline con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15230,8 +15230,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 858
-location: clients/tests/test-client.py:981:test_003()/366
+size: 854
+location: clients/tests/test-client.py:test_003()/366
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15251,8 +15251,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 873
-location: clients/tests/test-client.py:981:test_003()/367
+size: 869
+location: clients/tests/test-client.py:test_003()/367
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15272,8 +15272,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3532
-location: clients/tests/test-client.py:984:test_003()/368
+size: 3528
+location: clients/tests/test-client.py:test_003()/368
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: C
returncode: 0
@@ -15338,8 +15338,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3569
-location: clients/tests/test-client.py:984:test_003()/369
+size: 3565
+location: clients/tests/test-client.py:test_003()/369
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15404,8 +15404,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4476
-location: clients/tests/test-client.py:972:test_003()/370
+size: 4472
+location: clients/tests/test-client.py:test_003()/370
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: C
returncode: 0
@@ -15488,8 +15488,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4496
-location: clients/tests/test-client.py:972:test_003()/371
+size: 4492
+location: clients/tests/test-client.py:test_003()/371
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15572,8 +15572,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 538
-location: clients/tests/test-client.py:975:test_003()/372
+size: 534
+location: clients/tests/test-client.py:test_003()/372
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -15587,8 +15587,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 548
-location: clients/tests/test-client.py:975:test_003()/373
+size: 544
+location: clients/tests/test-client.py:test_003()/373
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15602,8 +15602,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 209
-location: clients/tests/test-client.py:978:test_003()/374
+size: 205
+location: clients/tests/test-client.py:test_003()/374
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: C
returncode: 10
@@ -15612,8 +15612,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 231
-location: clients/tests/test-client.py:978:test_003()/375
+size: 227
+location: clients/tests/test-client.py:test_003()/375
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15622,8 +15622,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 870
-location: clients/tests/test-client.py:981:test_003()/376
+size: 866
+location: clients/tests/test-client.py:test_003()/376
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15643,8 +15643,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 885
-location: clients/tests/test-client.py:981:test_003()/377
+size: 881
+location: clients/tests/test-client.py:test_003()/377
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15664,8 +15664,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3544
-location: clients/tests/test-client.py:984:test_003()/378
+size: 3540
+location: clients/tests/test-client.py:test_003()/378
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -15730,8 +15730,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3581
-location: clients/tests/test-client.py:984:test_003()/379
+size: 3577
+location: clients/tests/test-client.py:test_003()/379
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15796,8 +15796,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4820
-location: clients/tests/test-client.py:972:test_003()/380
+size: 4816
+location: clients/tests/test-client.py:test_003()/380
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: C
returncode: 0
@@ -15888,8 +15888,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 4846
-location: clients/tests/test-client.py:972:test_003()/381
+size: 4842
+location: clients/tests/test-client.py:test_003()/381
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15980,8 +15980,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 992
-location: clients/tests/test-client.py:975:test_003()/382
+size: 988
+location: clients/tests/test-client.py:test_003()/382
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -16001,8 +16001,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1008
-location: clients/tests/test-client.py:975:test_003()/383
+size: 1004
+location: clients/tests/test-client.py:test_003()/383
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -16022,8 +16022,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 206
-location: clients/tests/test-client.py:978:test_003()/384
+size: 202
+location: clients/tests/test-client.py:test_003()/384
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: C
returncode: 10
@@ -16032,8 +16032,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 228
-location: clients/tests/test-client.py:978:test_003()/385
+size: 224
+location: clients/tests/test-client.py:test_003()/385
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -16042,8 +16042,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1394
-location: clients/tests/test-client.py:981:test_003()/386
+size: 1390
+location: clients/tests/test-client.py:test_003()/386
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -16070,8 +16070,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1421
-location: clients/tests/test-client.py:981:test_003()/387
+size: 1417
+location: clients/tests/test-client.py:test_003()/387
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -16098,8 +16098,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4392
-location: clients/tests/test-client.py:984:test_003()/388
+size: 4388
+location: clients/tests/test-client.py:test_003()/388
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -16175,8 +16175,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4435
-location: clients/tests/test-client.py:984:test_003()/389
+size: 4431
+location: clients/tests/test-client.py:test_003()/389
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -16252,8 +16252,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 5102
-location: clients/tests/test-client.py:972:test_003()/390
+size: 5098
+location: clients/tests/test-client.py:test_003()/390
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -16344,8 +16344,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 5128
-location: clients/tests/test-client.py:972:test_003()/391
+size: 5124
+location: clients/tests/test-client.py:test_003()/391
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -16436,8 +16436,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 1004
-location: clients/tests/test-client.py:975:test_003()/392
+size: 1000
+location: clients/tests/test-client.py:test_003()/392
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -16457,8 +16457,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1020
-location: clients/tests/test-client.py:975:test_003()/393
+size: 1016
+location: clients/tests/test-client.py:test_003()/393
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -16478,8 +16478,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 218
-location: clients/tests/test-client.py:978:test_003()/394
+size: 214
+location: clients/tests/test-client.py:test_003()/394
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: C
returncode: 10
@@ -16488,8 +16488,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 240
-location: clients/tests/test-client.py:978:test_003()/395
+size: 236
+location: clients/tests/test-client.py:test_003()/395
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -16498,8 +16498,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1406
-location: clients/tests/test-client.py:981:test_003()/396
+size: 1402
+location: clients/tests/test-client.py:test_003()/396
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -16526,8 +16526,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1433
-location: clients/tests/test-client.py:981:test_003()/397
+size: 1429
+location: clients/tests/test-client.py:test_003()/397
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -16554,8 +16554,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4404
-location: clients/tests/test-client.py:984:test_003()/398
+size: 4400
+location: clients/tests/test-client.py:test_003()/398
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -16631,8 +16631,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4447
-location: clients/tests/test-client.py:984:test_003()/399
+size: 4443
+location: clients/tests/test-client.py:test_003()/399
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -16708,8 +16708,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 1873
-location: clients/tests/test-client.py:972:test_003()/400
+size: 1869
+location: clients/tests/test-client.py:test_003()/400
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: C
returncode: 0
@@ -16792,8 +16792,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1883
-location: clients/tests/test-client.py:972:test_003()/401
+size: 1879
+location: clients/tests/test-client.py:test_003()/401
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -16876,8 +16876,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 336
-location: clients/tests/test-client.py:975:test_003()/402
+size: 332
+location: clients/tests/test-client.py:test_003()/402
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -16891,8 +16891,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 346
-location: clients/tests/test-client.py:975:test_003()/403
+size: 342
+location: clients/tests/test-client.py:test_003()/403
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -16906,8 +16906,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 205
-location: clients/tests/test-client.py:978:test_003()/404
+size: 201
+location: clients/tests/test-client.py:test_003()/404
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: C
returncode: 10
@@ -16916,8 +16916,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 227
-location: clients/tests/test-client.py:978:test_003()/405
+size: 223
+location: clients/tests/test-client.py:test_003()/405
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -16926,8 +16926,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 569
-location: clients/tests/test-client.py:981:test_003()/406
+size: 565
+location: clients/tests/test-client.py:test_003()/406
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -16947,8 +16947,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 579
-location: clients/tests/test-client.py:981:test_003()/407
+size: 575
+location: clients/tests/test-client.py:test_003()/407
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -16968,8 +16968,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2282
-location: clients/tests/test-client.py:984:test_003()/408
+size: 2278
+location: clients/tests/test-client.py:test_003()/408
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: C
returncode: 0
@@ -17034,8 +17034,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2292
-location: clients/tests/test-client.py:984:test_003()/409
+size: 2288
+location: clients/tests/test-client.py:test_003()/409
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -17100,8 +17100,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2155
-location: clients/tests/test-client.py:972:test_003()/410
+size: 2151
+location: clients/tests/test-client.py:test_003()/410
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -17184,8 +17184,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2165
-location: clients/tests/test-client.py:972:test_003()/411
+size: 2161
+location: clients/tests/test-client.py:test_003()/411
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -17268,8 +17268,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 348
-location: clients/tests/test-client.py:975:test_003()/412
+size: 344
+location: clients/tests/test-client.py:test_003()/412
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -17283,8 +17283,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 358
-location: clients/tests/test-client.py:975:test_003()/413
+size: 354
+location: clients/tests/test-client.py:test_003()/413
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -17298,8 +17298,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 217
-location: clients/tests/test-client.py:978:test_003()/414
+size: 213
+location: clients/tests/test-client.py:test_003()/414
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: C
returncode: 10
@@ -17308,8 +17308,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 239
-location: clients/tests/test-client.py:978:test_003()/415
+size: 235
+location: clients/tests/test-client.py:test_003()/415
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -17318,8 +17318,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 581
-location: clients/tests/test-client.py:981:test_003()/416
+size: 577
+location: clients/tests/test-client.py:test_003()/416
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -17339,8 +17339,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 591
-location: clients/tests/test-client.py:981:test_003()/417
+size: 587
+location: clients/tests/test-client.py:test_003()/417
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -17360,8 +17360,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2294
-location: clients/tests/test-client.py:984:test_003()/418
+size: 2290
+location: clients/tests/test-client.py:test_003()/418
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -17426,8 +17426,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2304
-location: clients/tests/test-client.py:984:test_003()/419
+size: 2300
+location: clients/tests/test-client.py:test_003()/419
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
diff --git a/clients/tests/test-client.check-on-disk/test_004.expected b/clients/tests/test-client.check-on-disk/test_004.expected
index 42f6d9b21e..9222a6b31b 100644
--- a/clients/tests/test-client.check-on-disk/test_004.expected
+++ b/clients/tests/test-client.check-on-disk/test_004.expected
@@ -1,5 +1,5 @@
-size: 252
-location: clients/tests/test-client.py:995:test_004()/1
+size: 248
+location: clients/tests/test-client.py:test_004()/1
cmd: $NMCLI c add type wifi ifname '*' ssid foobar con-name con-xx1
lang: C
returncode: 0
@@ -8,8 +8,8 @@ stdout: 80 bytes
Connection 'con-xx1' (UUID-con-xx1-REPLACED-REPLACED-REPLA) successfully added.
<<<
-size: 228
-location: clients/tests/test-client.py:997:test_004()/2
+size: 224
+location: clients/tests/test-client.py:test_004()/2
cmd: $NMCLI connection mod con-xx1 ip.gateway ''
lang: C
returncode: 2
@@ -18,8 +18,8 @@ stderr: 75 bytes
Error: invalid or not allowed setting 'ip': 'ip' is ambiguous: ipv4, ipv6.
<<<
-size: 317
-location: clients/tests/test-client.py:998:test_004()/3
+size: 313
+location: clients/tests/test-client.py:test_004()/3
cmd: $NMCLI connection mod con-xx1 ipv4.gateway 172.16.0.1
lang: pl_PL.UTF-8
returncode: 1
@@ -28,8 +28,8 @@ stderr: 143 bytes
Błąd: zmodyfikowanie połączenia „con-xx1” się nie powiodło: ipv4.gateway: gateway cannot be set if there are no addresses configured
<<<
-size: 277
-location: clients/tests/test-client.py:999:test_004()/4
+size: 273
+location: clients/tests/test-client.py:test_004()/4
cmd: $NMCLI connection mod con-xx1 ipv6.gateway ::99
lang: C
returncode: 1
@@ -38,8 +38,8 @@ stderr: 119 bytes
Error: Failed to modify connection 'con-xx1': ipv6.gateway: gateway cannot be set if there are no addresses configured
<<<
-size: 268
-location: clients/tests/test-client.py:1000:test_004()/5
+size: 263
+location: clients/tests/test-client.py:test_004()/5
cmd: $NMCLI connection mod con-xx1 802.abc ''
lang: C
returncode: 2
@@ -48,18 +48,18 @@ stderr: 116 bytes
Error: invalid or not allowed setting '802': '802' is ambiguous: 802-11-wireless, 802-11-wireless-security, 802-1x.
<<<
-size: 137
-location: clients/tests/test-client.py:1001:test_004()/6
+size: 132
+location: clients/tests/test-client.py:test_004()/6
cmd: $NMCLI connection mod con-xx1 802-11-wireless.band a
lang: C
returncode: 0
-size: 243
-location: clients/tests/test-client.py:1002:test_004()/7
+size: 238
+location: clients/tests/test-client.py:test_004()/7
cmd: $NMCLI connection mod con-xx1 ipv4.addresses 192.168.77.5/24 ipv4.routes '2.3.4.5/32 192.168.77.1' ipv6.addresses 1:2:3:4::6/64 ipv6.routes 1:2:3:4:5:6::5/128
lang: C
returncode: 0
-size: 4177
-location: clients/tests/test-client.py:1004:test_004()/8
+size: 4172
+location: clients/tests/test-client.py:test_004()/8
cmd: $NMCLI con s con-xx1
lang: C
returncode: 0
@@ -154,8 +154,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4205
-location: clients/tests/test-client.py:1004:test_004()/9
+size: 4200
+location: clients/tests/test-client.py:test_004()/9
cmd: $NMCLI con s con-xx1
lang: pl_PL.UTF-8
returncode: 0
@@ -250,8 +250,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 321
-location: clients/tests/test-client.py:1011:test_004()/10
+size: 316
+location: clients/tests/test-client.py:test_004()/10
cmd: $NMCLI connection add type vpn con-name con-vpn-1 ifname '*' vpn-type openvpn vpn.data 'key1 = val1, key2 = val2, key3=val3'
lang: C
returncode: 0
@@ -260,8 +260,8 @@ stdout: 82 bytes
Connection 'con-vpn-1' (UUID-con-vpn-1-REPLACED-REPLACED-REP) successfully added.
<<<
-size: 393
-location: clients/tests/test-client.py:1014:test_004()/11
+size: 388
+location: clients/tests/test-client.py:test_004()/11
cmd: $NMCLI con s
lang: C
returncode: 0
@@ -273,8 +273,8 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi --
<<<
-size: 403
-location: clients/tests/test-client.py:1014:test_004()/12
+size: 398
+location: clients/tests/test-client.py:test_004()/12
cmd: $NMCLI con s
lang: pl_PL.UTF-8
returncode: 0
@@ -286,8 +286,8 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi --
<<<
-size: 3644
-location: clients/tests/test-client.py:1016:test_004()/13
+size: 3639
+location: clients/tests/test-client.py:test_004()/13
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -371,8 +371,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3664
-location: clients/tests/test-client.py:1016:test_004()/14
+size: 3659
+location: clients/tests/test-client.py:test_004()/14
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -456,8 +456,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 240
-location: clients/tests/test-client.py:1018:test_004()/15
+size: 235
+location: clients/tests/test-client.py:test_004()/15
cmd: $NMCLI con up con-xx1
lang: C
returncode: 0
@@ -466,8 +466,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
<<<
-size: 393
-location: clients/tests/test-client.py:1020:test_004()/16
+size: 388
+location: clients/tests/test-client.py:test_004()/16
cmd: $NMCLI con s
lang: C
returncode: 0
@@ -479,8 +479,8 @@ con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
<<<
-size: 403
-location: clients/tests/test-client.py:1020:test_004()/17
+size: 398
+location: clients/tests/test-client.py:test_004()/17
cmd: $NMCLI con s
lang: pl_PL.UTF-8
returncode: 0
@@ -492,8 +492,8 @@ con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
<<<
-size: 242
-location: clients/tests/test-client.py:1022:test_004()/18
+size: 237
+location: clients/tests/test-client.py:test_004()/18
cmd: $NMCLI con up con-vpn-1
lang: C
returncode: 0
@@ -502,8 +502,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/2)
<<<
-size: 393
-location: clients/tests/test-client.py:1024:test_004()/19
+size: 388
+location: clients/tests/test-client.py:test_004()/19
cmd: $NMCLI con s
lang: C
returncode: 0
@@ -515,8 +515,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
<<<
-size: 403
-location: clients/tests/test-client.py:1024:test_004()/20
+size: 398
+location: clients/tests/test-client.py:test_004()/20
cmd: $NMCLI con s
lang: pl_PL.UTF-8
returncode: 0
@@ -528,8 +528,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
<<<
-size: 4726
-location: clients/tests/test-client.py:1026:test_004()/21
+size: 4721
+location: clients/tests/test-client.py:test_004()/21
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -633,8 +633,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4752
-location: clients/tests/test-client.py:1026:test_004()/22
+size: 4747
+location: clients/tests/test-client.py:test_004()/22
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -738,8 +738,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4732
-location: clients/tests/test-client.py:1037:test_004()/23
+size: 4727
+location: clients/tests/test-client.py:test_004()/23
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -843,8 +843,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4762
-location: clients/tests/test-client.py:1037:test_004()/24
+size: 4757
+location: clients/tests/test-client.py:test_004()/24
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -948,8 +948,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4732
-location: clients/tests/test-client.py:1039:test_004()/25
+size: 4727
+location: clients/tests/test-client.py:test_004()/25
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -1053,8 +1053,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4762
-location: clients/tests/test-client.py:1039:test_004()/26
+size: 4757
+location: clients/tests/test-client.py:test_004()/26
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1158,8 +1158,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 3651
-location: clients/tests/test-client.py:1042:test_004()/27
+size: 3646
+location: clients/tests/test-client.py:test_004()/27
cmd: $NMCLI -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -1243,8 +1243,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3671
-location: clients/tests/test-client.py:1042:test_004()/28
+size: 3666
+location: clients/tests/test-client.py:test_004()/28
cmd: $NMCLI -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1328,8 +1328,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 476
-location: clients/tests/test-client.py:1048:test_004()/29
+size: 471
+location: clients/tests/test-client.py:test_004()/29
cmd: $NMCLI -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -1343,8 +1343,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 487
-location: clients/tests/test-client.py:1048:test_004()/30
+size: 482
+location: clients/tests/test-client.py:test_004()/30
cmd: $NMCLI -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1358,8 +1358,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 813
-location: clients/tests/test-client.py:1051:test_004()/31
+size: 808
+location: clients/tests/test-client.py:test_004()/31
cmd: $NMCLI -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -1379,8 +1379,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 826
-location: clients/tests/test-client.py:1051:test_004()/32
+size: 821
+location: clients/tests/test-client.py:test_004()/32
cmd: $NMCLI -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1400,8 +1400,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 383
-location: clients/tests/test-client.py:1054:test_004()/33
+size: 378
+location: clients/tests/test-client.py:test_004()/33
cmd: $NMCLI dev s
lang: C
returncode: 0
@@ -1415,8 +1415,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 398
-location: clients/tests/test-client.py:1054:test_004()/34
+size: 393
+location: clients/tests/test-client.py:test_004()/34
cmd: $NMCLI dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -1430,8 +1430,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1410
-location: clients/tests/test-client.py:1057:test_004()/35
+size: 1405
+location: clients/tests/test-client.py:test_004()/35
cmd: $NMCLI -f all dev status
lang: C
returncode: 0
@@ -1445,8 +1445,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1425
-location: clients/tests/test-client.py:1057:test_004()/36
+size: 1420
+location: clients/tests/test-client.py:test_004()/36
cmd: $NMCLI -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -1460,8 +1460,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 8047
-location: clients/tests/test-client.py:1060:test_004()/37
+size: 8042
+location: clients/tests/test-client.py:test_004()/37
cmd: $NMCLI dev show
lang: C
returncode: 0
@@ -1606,8 +1606,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8078
-location: clients/tests/test-client.py:1060:test_004()/38
+size: 8073
+location: clients/tests/test-client.py:test_004()/38
cmd: $NMCLI dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -1752,8 +1752,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 21150
-location: clients/tests/test-client.py:1063:test_004()/39
+size: 21145
+location: clients/tests/test-client.py:test_004()/39
cmd: $NMCLI -f all dev show
lang: C
returncode: 0
@@ -2151,8 +2151,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 21306
-location: clients/tests/test-client.py:1063:test_004()/40
+size: 21301
+location: clients/tests/test-client.py:test_004()/40
cmd: $NMCLI -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -2550,8 +2550,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1498
-location: clients/tests/test-client.py:1066:test_004()/41
+size: 1493
+location: clients/tests/test-client.py:test_004()/41
cmd: $NMCLI dev show wlan0
lang: C
returncode: 0
@@ -2583,8 +2583,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1509
-location: clients/tests/test-client.py:1066:test_004()/42
+size: 1504
+location: clients/tests/test-client.py:test_004()/42
cmd: $NMCLI dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -2616,8 +2616,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5107
-location: clients/tests/test-client.py:1069:test_004()/43
+size: 5102
+location: clients/tests/test-client.py:test_004()/43
cmd: $NMCLI -f all dev show wlan0
lang: C
returncode: 0
@@ -2721,8 +2721,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5164
-location: clients/tests/test-client.py:1069:test_004()/44
+size: 5159
+location: clients/tests/test-client.py:test_004()/44
cmd: $NMCLI -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -2826,8 +2826,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2046
-location: clients/tests/test-client.py:1072:test_004()/45
+size: 2041
+location: clients/tests/test-client.py:test_004()/45
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -2873,8 +2873,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2072
-location: clients/tests/test-client.py:1072:test_004()/46
+size: 2067
+location: clients/tests/test-client.py:test_004()/46
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -2920,8 +2920,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2046
-location: clients/tests/test-client.py:1075:test_004()/47
+size: 2041
+location: clients/tests/test-client.py:test_004()/47
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -2967,8 +2967,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2072
-location: clients/tests/test-client.py:1075:test_004()/48
+size: 2067
+location: clients/tests/test-client.py:test_004()/48
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3014,8 +3014,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 514
-location: clients/tests/test-client.py:1078:test_004()/49
+size: 509
+location: clients/tests/test-client.py:test_004()/49
cmd: $NMCLI -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -3029,8 +3029,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 524
-location: clients/tests/test-client.py:1078:test_004()/50
+size: 519
+location: clients/tests/test-client.py:test_004()/50
cmd: $NMCLI -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -3044,8 +3044,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1984
-location: clients/tests/test-client.py:1081:test_004()/51
+size: 1979
+location: clients/tests/test-client.py:test_004()/51
cmd: $NMCLI -f ALL device wifi list
lang: C
returncode: 0
@@ -3062,8 +3062,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infra 1 2412 MH
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2052
-location: clients/tests/test-client.py:1081:test_004()/52
+size: 2047
+location: clients/tests/test-client.py:test_004()/52
cmd: $NMCLI -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -3080,8 +3080,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infrastruktura 1
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 739
-location: clients/tests/test-client.py:1083:test_004()/53
+size: 734
+location: clients/tests/test-client.py:test_004()/53
cmd: $NMCLI -f COMMON device wifi list
lang: C
returncode: 0
@@ -3098,8 +3098,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 799
-location: clients/tests/test-client.py:1083:test_004()/54
+size: 794
+location: clients/tests/test-client.py:test_004()/54
cmd: $NMCLI -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -3116,8 +3116,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2097
-location: clients/tests/test-client.py:1086:test_004()/55
+size: 2092
+location: clients/tests/test-client.py:test_004()/55
cmd: $NMCLI -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
lang: C
returncode: 0
@@ -3134,8 +3134,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infra 1 2412 MH
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2165
-location: clients/tests/test-client.py:1086:test_004()/56
+size: 2160
+location: clients/tests/test-client.py:test_004()/56
cmd: $NMCLI -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
lang: pl_PL.UTF-8
returncode: 0
@@ -3152,8 +3152,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infrastruktura 1
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 737
-location: clients/tests/test-client.py:1088:test_004()/57
+size: 732
+location: clients/tests/test-client.py:test_004()/57
cmd: $NMCLI -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -3165,8 +3165,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 765
-location: clients/tests/test-client.py:1088:test_004()/58
+size: 760
+location: clients/tests/test-client.py:test_004()/58
cmd: $NMCLI -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -3178,8 +3178,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 348
-location: clients/tests/test-client.py:1090:test_004()/59
+size: 343
+location: clients/tests/test-client.py:test_004()/59
cmd: $NMCLI -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -3191,8 +3191,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 374
-location: clients/tests/test-client.py:1090:test_004()/60
+size: 369
+location: clients/tests/test-client.py:test_004()/60
cmd: $NMCLI -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -3204,8 +3204,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 850
-location: clients/tests/test-client.py:1093:test_004()/61
+size: 845
+location: clients/tests/test-client.py:test_004()/61
cmd: $NMCLI -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
lang: C
returncode: 0
@@ -3217,8 +3217,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 878
-location: clients/tests/test-client.py:1093:test_004()/62
+size: 873
+location: clients/tests/test-client.py:test_004()/62
cmd: $NMCLI -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
lang: pl_PL.UTF-8
returncode: 0
@@ -3230,8 +3230,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 5110
-location: clients/tests/test-client.py:1095:test_004()/63
+size: 5105
+location: clients/tests/test-client.py:test_004()/63
cmd: $NMCLI -f ALL device show wlan0
lang: C
returncode: 0
@@ -3335,8 +3335,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5167
-location: clients/tests/test-client.py:1095:test_004()/64
+size: 5162
+location: clients/tests/test-client.py:test_004()/64
cmd: $NMCLI -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3440,8 +3440,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1511
-location: clients/tests/test-client.py:1097:test_004()/65
+size: 1506
+location: clients/tests/test-client.py:test_004()/65
cmd: $NMCLI -f COMMON device show wlan0
lang: C
returncode: 0
@@ -3473,8 +3473,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1522
-location: clients/tests/test-client.py:1097:test_004()/66
+size: 1517
+location: clients/tests/test-client.py:test_004()/66
cmd: $NMCLI -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3506,8 +3506,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5248
-location: clients/tests/test-client.py:1099:test_004()/67
+size: 5243
+location: clients/tests/test-client.py:test_004()/67
cmd: $NMCLI -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -3611,8 +3611,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5305
-location: clients/tests/test-client.py:1099:test_004()/68
+size: 5300
+location: clients/tests/test-client.py:test_004()/68
cmd: $NMCLI -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3716,8 +3716,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1434
-location: clients/tests/test-client.py:1102:test_004()/69
+size: 1429
+location: clients/tests/test-client.py:test_004()/69
cmd: $NMCLI dev lldp list ifname eth0
lang: C
returncode: 0
@@ -3746,8 +3746,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1444
-location: clients/tests/test-client.py:1102:test_004()/70
+size: 1439
+location: clients/tests/test-client.py:test_004()/70
cmd: $NMCLI dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -3776,8 +3776,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 4744
-location: clients/tests/test-client.py:1037:test_004()/71
+size: 4739
+location: clients/tests/test-client.py:test_004()/71
cmd: $NMCLI --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -3881,8 +3881,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4774
-location: clients/tests/test-client.py:1037:test_004()/72
+size: 4769
+location: clients/tests/test-client.py:test_004()/72
cmd: $NMCLI --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -3986,8 +3986,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4744
-location: clients/tests/test-client.py:1039:test_004()/73
+size: 4739
+location: clients/tests/test-client.py:test_004()/73
cmd: $NMCLI --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -4091,8 +4091,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4774
-location: clients/tests/test-client.py:1039:test_004()/74
+size: 4769
+location: clients/tests/test-client.py:test_004()/74
cmd: $NMCLI --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4196,8 +4196,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 3663
-location: clients/tests/test-client.py:1042:test_004()/75
+size: 3658
+location: clients/tests/test-client.py:test_004()/75
cmd: $NMCLI --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -4281,8 +4281,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3683
-location: clients/tests/test-client.py:1042:test_004()/76
+size: 3678
+location: clients/tests/test-client.py:test_004()/76
cmd: $NMCLI --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4366,8 +4366,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 488
-location: clients/tests/test-client.py:1048:test_004()/77
+size: 483
+location: clients/tests/test-client.py:test_004()/77
cmd: $NMCLI --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -4381,8 +4381,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 499
-location: clients/tests/test-client.py:1048:test_004()/78
+size: 494
+location: clients/tests/test-client.py:test_004()/78
cmd: $NMCLI --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4396,8 +4396,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 825
-location: clients/tests/test-client.py:1051:test_004()/79
+size: 820
+location: clients/tests/test-client.py:test_004()/79
cmd: $NMCLI --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -4417,8 +4417,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 838
-location: clients/tests/test-client.py:1051:test_004()/80
+size: 833
+location: clients/tests/test-client.py:test_004()/80
cmd: $NMCLI --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4438,8 +4438,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 555
-location: clients/tests/test-client.py:1054:test_004()/81
+size: 550
+location: clients/tests/test-client.py:test_004()/81
cmd: $NMCLI --color yes dev s
lang: C
returncode: 0
@@ -4453,8 +4453,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 570
-location: clients/tests/test-client.py:1054:test_004()/82
+size: 565
+location: clients/tests/test-client.py:test_004()/82
cmd: $NMCLI --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -4468,8 +4468,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 1782
-location: clients/tests/test-client.py:1057:test_004()/83
+size: 1777
+location: clients/tests/test-client.py:test_004()/83
cmd: $NMCLI --color yes -f all dev status
lang: C
returncode: 0
@@ -4483,8 +4483,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1797
-location: clients/tests/test-client.py:1057:test_004()/84
+size: 1792
+location: clients/tests/test-client.py:test_004()/84
cmd: $NMCLI --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -4498,8 +4498,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 8059
-location: clients/tests/test-client.py:1060:test_004()/85
+size: 8054
+location: clients/tests/test-client.py:test_004()/85
cmd: $NMCLI --color yes dev show
lang: C
returncode: 0
@@ -4644,8 +4644,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8090
-location: clients/tests/test-client.py:1060:test_004()/86
+size: 8085
+location: clients/tests/test-client.py:test_004()/86
cmd: $NMCLI --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -4790,8 +4790,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 21486
-location: clients/tests/test-client.py:1063:test_004()/87
+size: 21481
+location: clients/tests/test-client.py:test_004()/87
cmd: $NMCLI --color yes -f all dev show
lang: C
returncode: 0
@@ -5189,8 +5189,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 21642
-location: clients/tests/test-client.py:1063:test_004()/88
+size: 21637
+location: clients/tests/test-client.py:test_004()/88
cmd: $NMCLI --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -5588,8 +5588,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1510
-location: clients/tests/test-client.py:1066:test_004()/89
+size: 1505
+location: clients/tests/test-client.py:test_004()/89
cmd: $NMCLI --color yes dev show wlan0
lang: C
returncode: 0
@@ -5621,8 +5621,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1521
-location: clients/tests/test-client.py:1066:test_004()/90
+size: 1516
+location: clients/tests/test-client.py:test_004()/90
cmd: $NMCLI --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -5654,8 +5654,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5362
-location: clients/tests/test-client.py:1069:test_004()/91
+size: 5357
+location: clients/tests/test-client.py:test_004()/91
cmd: $NMCLI --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -5759,8 +5759,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5419
-location: clients/tests/test-client.py:1069:test_004()/92
+size: 5414
+location: clients/tests/test-client.py:test_004()/92
cmd: $NMCLI --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -5864,8 +5864,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2058
-location: clients/tests/test-client.py:1072:test_004()/93
+size: 2053
+location: clients/tests/test-client.py:test_004()/93
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -5911,8 +5911,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2084
-location: clients/tests/test-client.py:1072:test_004()/94
+size: 2079
+location: clients/tests/test-client.py:test_004()/94
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -5958,8 +5958,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2058
-location: clients/tests/test-client.py:1075:test_004()/95
+size: 2053
+location: clients/tests/test-client.py:test_004()/95
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -6005,8 +6005,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2084
-location: clients/tests/test-client.py:1075:test_004()/96
+size: 2079
+location: clients/tests/test-client.py:test_004()/96
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6052,8 +6052,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 646
-location: clients/tests/test-client.py:1078:test_004()/97
+size: 641
+location: clients/tests/test-client.py:test_004()/97
cmd: $NMCLI --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -6067,8 +6067,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 656
-location: clients/tests/test-client.py:1078:test_004()/98
+size: 651
+location: clients/tests/test-client.py:test_004()/98
cmd: $NMCLI --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -6082,8 +6082,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2608
-location: clients/tests/test-client.py:1081:test_004()/99
+size: 2603
+location: clients/tests/test-client.py:test_004()/99
cmd: $NMCLI --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -6100,8 +6100,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2677
-location: clients/tests/test-client.py:1081:test_004()/100
+size: 2672
+location: clients/tests/test-client.py:test_004()/100
cmd: $NMCLI --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -6118,8 +6118,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 1076
-location: clients/tests/test-client.py:1083:test_004()/101
+size: 1071
+location: clients/tests/test-client.py:test_004()/101
cmd: $NMCLI --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -6136,8 +6136,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 1136
-location: clients/tests/test-client.py:1083:test_004()/102
+size: 1131
+location: clients/tests/test-client.py:test_004()/102
cmd: $NMCLI --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -6154,8 +6154,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2722
-location: clients/tests/test-client.py:1086:test_004()/103
+size: 2717
+location: clients/tests/test-client.py:test_004()/103
cmd: $NMCLI --color yes -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
lang: C
returncode: 0
@@ -6172,8 +6172,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2790
-location: clients/tests/test-client.py:1086:test_004()/104
+size: 2785
+location: clients/tests/test-client.py:test_004()/104
cmd: $NMCLI --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -6190,8 +6190,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 903
-location: clients/tests/test-client.py:1088:test_004()/105
+size: 898
+location: clients/tests/test-client.py:test_004()/105
cmd: $NMCLI --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -6203,8 +6203,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 931
-location: clients/tests/test-client.py:1088:test_004()/106
+size: 926
+location: clients/tests/test-client.py:test_004()/106
cmd: $NMCLI --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -6216,8 +6216,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 442
-location: clients/tests/test-client.py:1090:test_004()/107
+size: 437
+location: clients/tests/test-client.py:test_004()/107
cmd: $NMCLI --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -6229,8 +6229,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 468
-location: clients/tests/test-client.py:1090:test_004()/108
+size: 463
+location: clients/tests/test-client.py:test_004()/108
cmd: $NMCLI --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -6242,8 +6242,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1016
-location: clients/tests/test-client.py:1093:test_004()/109
+size: 1011
+location: clients/tests/test-client.py:test_004()/109
cmd: $NMCLI --color yes -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
lang: C
returncode: 0
@@ -6255,8 +6255,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1044
-location: clients/tests/test-client.py:1093:test_004()/110
+size: 1039
+location: clients/tests/test-client.py:test_004()/110
cmd: $NMCLI --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -6268,8 +6268,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 5366
-location: clients/tests/test-client.py:1095:test_004()/111
+size: 5361
+location: clients/tests/test-client.py:test_004()/111
cmd: $NMCLI --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -6373,8 +6373,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5423
-location: clients/tests/test-client.py:1095:test_004()/112
+size: 5418
+location: clients/tests/test-client.py:test_004()/112
cmd: $NMCLI --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6478,8 +6478,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1524
-location: clients/tests/test-client.py:1097:test_004()/113
+size: 1519
+location: clients/tests/test-client.py:test_004()/113
cmd: $NMCLI --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -6511,8 +6511,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1535
-location: clients/tests/test-client.py:1097:test_004()/114
+size: 1530
+location: clients/tests/test-client.py:test_004()/114
cmd: $NMCLI --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6544,8 +6544,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5504
-location: clients/tests/test-client.py:1099:test_004()/115
+size: 5499
+location: clients/tests/test-client.py:test_004()/115
cmd: $NMCLI --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -6649,8 +6649,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5561
-location: clients/tests/test-client.py:1099:test_004()/116
+size: 5556
+location: clients/tests/test-client.py:test_004()/116
cmd: $NMCLI --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6754,8 +6754,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1447
-location: clients/tests/test-client.py:1102:test_004()/117
+size: 1442
+location: clients/tests/test-client.py:test_004()/117
cmd: $NMCLI --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -6784,8 +6784,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1457
-location: clients/tests/test-client.py:1102:test_004()/118
+size: 1452
+location: clients/tests/test-client.py:test_004()/118
cmd: $NMCLI --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6814,8 +6814,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 5754
-location: clients/tests/test-client.py:1037:test_004()/119
+size: 5749
+location: clients/tests/test-client.py:test_004()/119
cmd: $NMCLI --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -6932,8 +6932,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5796
-location: clients/tests/test-client.py:1037:test_004()/120
+size: 5791
+location: clients/tests/test-client.py:test_004()/120
cmd: $NMCLI --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7050,8 +7050,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5754
-location: clients/tests/test-client.py:1039:test_004()/121
+size: 5749
+location: clients/tests/test-client.py:test_004()/121
cmd: $NMCLI --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -7168,8 +7168,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5796
-location: clients/tests/test-client.py:1039:test_004()/122
+size: 5791
+location: clients/tests/test-client.py:test_004()/122
cmd: $NMCLI --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7286,8 +7286,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4280
-location: clients/tests/test-client.py:1042:test_004()/123
+size: 4275
+location: clients/tests/test-client.py:test_004()/123
cmd: $NMCLI --pretty -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -7379,8 +7379,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4305
-location: clients/tests/test-client.py:1042:test_004()/124
+size: 4300
+location: clients/tests/test-client.py:test_004()/124
cmd: $NMCLI --pretty -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7472,8 +7472,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 785
-location: clients/tests/test-client.py:1048:test_004()/125
+size: 780
+location: clients/tests/test-client.py:test_004()/125
cmd: $NMCLI --pretty -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -7491,8 +7491,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 801
-location: clients/tests/test-client.py:1048:test_004()/126
+size: 796
+location: clients/tests/test-client.py:test_004()/126
cmd: $NMCLI --pretty -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7510,8 +7510,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1136
-location: clients/tests/test-client.py:1051:test_004()/127
+size: 1131
+location: clients/tests/test-client.py:test_004()/127
cmd: $NMCLI --pretty -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -7535,8 +7535,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1156
-location: clients/tests/test-client.py:1051:test_004()/128
+size: 1151
+location: clients/tests/test-client.py:test_004()/128
cmd: $NMCLI --pretty -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7560,8 +7560,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 522
-location: clients/tests/test-client.py:1054:test_004()/129
+size: 517
+location: clients/tests/test-client.py:test_004()/129
cmd: $NMCLI --pretty dev s
lang: C
returncode: 0
@@ -7579,8 +7579,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 530
-location: clients/tests/test-client.py:1054:test_004()/130
+size: 525
+location: clients/tests/test-client.py:test_004()/130
cmd: $NMCLI --pretty dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -7598,8 +7598,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1718
-location: clients/tests/test-client.py:1057:test_004()/131
+size: 1713
+location: clients/tests/test-client.py:test_004()/131
cmd: $NMCLI --pretty -f all dev status
lang: C
returncode: 0
@@ -7617,8 +7617,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1726
-location: clients/tests/test-client.py:1057:test_004()/132
+size: 1721
+location: clients/tests/test-client.py:test_004()/132
cmd: $NMCLI --pretty -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -7636,8 +7636,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 12873
-location: clients/tests/test-client.py:1060:test_004()/133
+size: 12868
+location: clients/tests/test-client.py:test_004()/133
cmd: $NMCLI --pretty dev show
lang: C
returncode: 0
@@ -7844,8 +7844,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12937
-location: clients/tests/test-client.py:1060:test_004()/134
+size: 12932
+location: clients/tests/test-client.py:test_004()/134
cmd: $NMCLI --pretty dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -8052,8 +8052,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 25735
-location: clients/tests/test-client.py:1063:test_004()/135
+size: 25730
+location: clients/tests/test-client.py:test_004()/135
cmd: $NMCLI --pretty -f all dev show
lang: C
returncode: 0
@@ -8510,8 +8510,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 25924
-location: clients/tests/test-client.py:1063:test_004()/136
+size: 25919
+location: clients/tests/test-client.py:test_004()/136
cmd: $NMCLI --pretty -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -8968,8 +8968,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2439
-location: clients/tests/test-client.py:1066:test_004()/137
+size: 2434
+location: clients/tests/test-client.py:test_004()/137
cmd: $NMCLI --pretty dev show wlan0
lang: C
returncode: 0
@@ -9013,8 +9013,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2457
-location: clients/tests/test-client.py:1066:test_004()/138
+size: 2452
+location: clients/tests/test-client.py:test_004()/138
cmd: $NMCLI --pretty dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9058,8 +9058,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6208
-location: clients/tests/test-client.py:1069:test_004()/139
+size: 6203
+location: clients/tests/test-client.py:test_004()/139
cmd: $NMCLI --pretty -f all dev show wlan0
lang: C
returncode: 0
@@ -9177,8 +9177,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6272
-location: clients/tests/test-client.py:1069:test_004()/140
+size: 6267
+location: clients/tests/test-client.py:test_004()/140
cmd: $NMCLI --pretty -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9296,8 +9296,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2507
-location: clients/tests/test-client.py:1072:test_004()/141
+size: 2502
+location: clients/tests/test-client.py:test_004()/141
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -9349,8 +9349,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2540
-location: clients/tests/test-client.py:1072:test_004()/142
+size: 2535
+location: clients/tests/test-client.py:test_004()/142
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9402,8 +9402,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2507
-location: clients/tests/test-client.py:1075:test_004()/143
+size: 2502
+location: clients/tests/test-client.py:test_004()/143
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -9455,8 +9455,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2540
-location: clients/tests/test-client.py:1075:test_004()/144
+size: 2535
+location: clients/tests/test-client.py:test_004()/144
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9508,8 +9508,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 671
-location: clients/tests/test-client.py:1078:test_004()/145
+size: 666
+location: clients/tests/test-client.py:test_004()/145
cmd: $NMCLI --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -9527,8 +9527,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 674
-location: clients/tests/test-client.py:1078:test_004()/146
+size: 669
+location: clients/tests/test-client.py:test_004()/146
cmd: $NMCLI --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -9546,8 +9546,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3026
-location: clients/tests/test-client.py:1081:test_004()/147
+size: 3021
+location: clients/tests/test-client.py:test_004()/147
cmd: $NMCLI --pretty -f ALL device wifi list
lang: C
returncode: 0
@@ -9576,8 +9576,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3264
-location: clients/tests/test-client.py:1081:test_004()/148
+size: 3259
+location: clients/tests/test-client.py:test_004()/148
cmd: $NMCLI --pretty -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -9606,8 +9606,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1319
-location: clients/tests/test-client.py:1083:test_004()/149
+size: 1314
+location: clients/tests/test-client.py:test_004()/149
cmd: $NMCLI --pretty -f COMMON device wifi list
lang: C
returncode: 0
@@ -9636,8 +9636,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1549
-location: clients/tests/test-client.py:1083:test_004()/150
+size: 1544
+location: clients/tests/test-client.py:test_004()/150
cmd: $NMCLI --pretty -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -9666,8 +9666,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3139
-location: clients/tests/test-client.py:1086:test_004()/151
+size: 3134
+location: clients/tests/test-client.py:test_004()/151
cmd: $NMCLI --pretty -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
lang: C
returncode: 0
@@ -9696,8 +9696,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3377
-location: clients/tests/test-client.py:1086:test_004()/152
+size: 3372
+location: clients/tests/test-client.py:test_004()/152
cmd: $NMCLI --pretty -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
lang: pl_PL.UTF-8
returncode: 0
@@ -9726,8 +9726,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1141
-location: clients/tests/test-client.py:1088:test_004()/153
+size: 1136
+location: clients/tests/test-client.py:test_004()/153
cmd: $NMCLI --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -9743,8 +9743,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1229
-location: clients/tests/test-client.py:1088:test_004()/154
+size: 1224
+location: clients/tests/test-client.py:test_004()/154
cmd: $NMCLI --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -9760,8 +9760,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 556
-location: clients/tests/test-client.py:1090:test_004()/155
+size: 551
+location: clients/tests/test-client.py:test_004()/155
cmd: $NMCLI --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -9777,8 +9777,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 641
-location: clients/tests/test-client.py:1090:test_004()/156
+size: 636
+location: clients/tests/test-client.py:test_004()/156
cmd: $NMCLI --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -9794,8 +9794,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1254
-location: clients/tests/test-client.py:1093:test_004()/157
+size: 1249
+location: clients/tests/test-client.py:test_004()/157
cmd: $NMCLI --pretty -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
lang: C
returncode: 0
@@ -9811,8 +9811,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1342
-location: clients/tests/test-client.py:1093:test_004()/158
+size: 1337
+location: clients/tests/test-client.py:test_004()/158
cmd: $NMCLI --pretty -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
lang: pl_PL.UTF-8
returncode: 0
@@ -9828,8 +9828,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 6211
-location: clients/tests/test-client.py:1095:test_004()/159
+size: 6206
+location: clients/tests/test-client.py:test_004()/159
cmd: $NMCLI --pretty -f ALL device show wlan0
lang: C
returncode: 0
@@ -9947,8 +9947,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6275
-location: clients/tests/test-client.py:1095:test_004()/160
+size: 6270
+location: clients/tests/test-client.py:test_004()/160
cmd: $NMCLI --pretty -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -10066,8 +10066,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2452
-location: clients/tests/test-client.py:1097:test_004()/161
+size: 2447
+location: clients/tests/test-client.py:test_004()/161
cmd: $NMCLI --pretty -f COMMON device show wlan0
lang: C
returncode: 0
@@ -10111,8 +10111,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2470
-location: clients/tests/test-client.py:1097:test_004()/162
+size: 2465
+location: clients/tests/test-client.py:test_004()/162
cmd: $NMCLI --pretty -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -10156,8 +10156,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6349
-location: clients/tests/test-client.py:1099:test_004()/163
+size: 6344
+location: clients/tests/test-client.py:test_004()/163
cmd: $NMCLI --pretty -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -10275,8 +10275,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6413
-location: clients/tests/test-client.py:1099:test_004()/164
+size: 6408
+location: clients/tests/test-client.py:test_004()/164
cmd: $NMCLI --pretty -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -10394,8 +10394,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1898
-location: clients/tests/test-client.py:1102:test_004()/165
+size: 1893
+location: clients/tests/test-client.py:test_004()/165
cmd: $NMCLI --pretty dev lldp list ifname eth0
lang: C
returncode: 0
@@ -10430,8 +10430,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1912
-location: clients/tests/test-client.py:1102:test_004()/166
+size: 1907
+location: clients/tests/test-client.py:test_004()/166
cmd: $NMCLI --pretty dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -10466,8 +10466,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 5766
-location: clients/tests/test-client.py:1037:test_004()/167
+size: 5761
+location: clients/tests/test-client.py:test_004()/167
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -10584,8 +10584,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5808
-location: clients/tests/test-client.py:1037:test_004()/168
+size: 5803
+location: clients/tests/test-client.py:test_004()/168
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -10702,8 +10702,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5766
-location: clients/tests/test-client.py:1039:test_004()/169
+size: 5761
+location: clients/tests/test-client.py:test_004()/169
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -10820,8 +10820,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5808
-location: clients/tests/test-client.py:1039:test_004()/170
+size: 5803
+location: clients/tests/test-client.py:test_004()/170
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -10938,8 +10938,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4292
-location: clients/tests/test-client.py:1042:test_004()/171
+size: 4287
+location: clients/tests/test-client.py:test_004()/171
cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -11031,8 +11031,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4317
-location: clients/tests/test-client.py:1042:test_004()/172
+size: 4312
+location: clients/tests/test-client.py:test_004()/172
cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11124,8 +11124,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 797
-location: clients/tests/test-client.py:1048:test_004()/173
+size: 792
+location: clients/tests/test-client.py:test_004()/173
cmd: $NMCLI --pretty --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -11143,8 +11143,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 813
-location: clients/tests/test-client.py:1048:test_004()/174
+size: 808
+location: clients/tests/test-client.py:test_004()/174
cmd: $NMCLI --pretty --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11162,8 +11162,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1148
-location: clients/tests/test-client.py:1051:test_004()/175
+size: 1143
+location: clients/tests/test-client.py:test_004()/175
cmd: $NMCLI --pretty --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -11187,8 +11187,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1168
-location: clients/tests/test-client.py:1051:test_004()/176
+size: 1163
+location: clients/tests/test-client.py:test_004()/176
cmd: $NMCLI --pretty --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11212,8 +11212,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 694
-location: clients/tests/test-client.py:1054:test_004()/177
+size: 689
+location: clients/tests/test-client.py:test_004()/177
cmd: $NMCLI --pretty --color yes dev s
lang: C
returncode: 0
@@ -11231,8 +11231,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 702
-location: clients/tests/test-client.py:1054:test_004()/178
+size: 697
+location: clients/tests/test-client.py:test_004()/178
cmd: $NMCLI --pretty --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -11250,8 +11250,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 2090
-location: clients/tests/test-client.py:1057:test_004()/179
+size: 2085
+location: clients/tests/test-client.py:test_004()/179
cmd: $NMCLI --pretty --color yes -f all dev status
lang: C
returncode: 0
@@ -11269,8 +11269,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 2098
-location: clients/tests/test-client.py:1057:test_004()/180
+size: 2093
+location: clients/tests/test-client.py:test_004()/180
cmd: $NMCLI --pretty --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -11288,8 +11288,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 12885
-location: clients/tests/test-client.py:1060:test_004()/181
+size: 12880
+location: clients/tests/test-client.py:test_004()/181
cmd: $NMCLI --pretty --color yes dev show
lang: C
returncode: 0
@@ -11496,8 +11496,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12949
-location: clients/tests/test-client.py:1060:test_004()/182
+size: 12944
+location: clients/tests/test-client.py:test_004()/182
cmd: $NMCLI --pretty --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -11704,8 +11704,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 26071
-location: clients/tests/test-client.py:1063:test_004()/183
+size: 26066
+location: clients/tests/test-client.py:test_004()/183
cmd: $NMCLI --pretty --color yes -f all dev show
lang: C
returncode: 0
@@ -12162,8 +12162,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 26260
-location: clients/tests/test-client.py:1063:test_004()/184
+size: 26255
+location: clients/tests/test-client.py:test_004()/184
cmd: $NMCLI --pretty --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -12620,8 +12620,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2451
-location: clients/tests/test-client.py:1066:test_004()/185
+size: 2446
+location: clients/tests/test-client.py:test_004()/185
cmd: $NMCLI --pretty --color yes dev show wlan0
lang: C
returncode: 0
@@ -12665,8 +12665,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2469
-location: clients/tests/test-client.py:1066:test_004()/186
+size: 2464
+location: clients/tests/test-client.py:test_004()/186
cmd: $NMCLI --pretty --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -12710,8 +12710,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6463
-location: clients/tests/test-client.py:1069:test_004()/187
+size: 6458
+location: clients/tests/test-client.py:test_004()/187
cmd: $NMCLI --pretty --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -12829,8 +12829,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6527
-location: clients/tests/test-client.py:1069:test_004()/188
+size: 6522
+location: clients/tests/test-client.py:test_004()/188
cmd: $NMCLI --pretty --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -12948,8 +12948,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2519
-location: clients/tests/test-client.py:1072:test_004()/189
+size: 2514
+location: clients/tests/test-client.py:test_004()/189
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -13001,8 +13001,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2552
-location: clients/tests/test-client.py:1072:test_004()/190
+size: 2547
+location: clients/tests/test-client.py:test_004()/190
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13054,8 +13054,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2519
-location: clients/tests/test-client.py:1075:test_004()/191
+size: 2514
+location: clients/tests/test-client.py:test_004()/191
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -13107,8 +13107,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2552
-location: clients/tests/test-client.py:1075:test_004()/192
+size: 2547
+location: clients/tests/test-client.py:test_004()/192
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13160,8 +13160,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 803
-location: clients/tests/test-client.py:1078:test_004()/193
+size: 798
+location: clients/tests/test-client.py:test_004()/193
cmd: $NMCLI --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -13179,8 +13179,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 806
-location: clients/tests/test-client.py:1078:test_004()/194
+size: 801
+location: clients/tests/test-client.py:test_004()/194
cmd: $NMCLI --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -13198,8 +13198,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3650
-location: clients/tests/test-client.py:1081:test_004()/195
+size: 3645
+location: clients/tests/test-client.py:test_004()/195
cmd: $NMCLI --pretty --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -13228,8 +13228,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3888
-location: clients/tests/test-client.py:1081:test_004()/196
+size: 3883
+location: clients/tests/test-client.py:test_004()/196
cmd: $NMCLI --pretty --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -13258,8 +13258,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1655
-location: clients/tests/test-client.py:1083:test_004()/197
+size: 1650
+location: clients/tests/test-client.py:test_004()/197
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -13288,8 +13288,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1885
-location: clients/tests/test-client.py:1083:test_004()/198
+size: 1880
+location: clients/tests/test-client.py:test_004()/198
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -13318,8 +13318,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3763
-location: clients/tests/test-client.py:1086:test_004()/199
+size: 3758
+location: clients/tests/test-client.py:test_004()/199
cmd: $NMCLI --pretty --color yes -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
lang: C
returncode: 0
@@ -13348,8 +13348,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 4001
-location: clients/tests/test-client.py:1086:test_004()/200
+size: 3996
+location: clients/tests/test-client.py:test_004()/200
cmd: $NMCLI --pretty --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -13378,8 +13378,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1307
-location: clients/tests/test-client.py:1088:test_004()/201
+size: 1302
+location: clients/tests/test-client.py:test_004()/201
cmd: $NMCLI --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -13395,8 +13395,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1394
-location: clients/tests/test-client.py:1088:test_004()/202
+size: 1389
+location: clients/tests/test-client.py:test_004()/202
cmd: $NMCLI --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -13412,8 +13412,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 649
-location: clients/tests/test-client.py:1090:test_004()/203
+size: 644
+location: clients/tests/test-client.py:test_004()/203
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -13429,8 +13429,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 734
-location: clients/tests/test-client.py:1090:test_004()/204
+size: 729
+location: clients/tests/test-client.py:test_004()/204
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -13446,8 +13446,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1420
-location: clients/tests/test-client.py:1093:test_004()/205
+size: 1415
+location: clients/tests/test-client.py:test_004()/205
cmd: $NMCLI --pretty --color yes -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
lang: C
returncode: 0
@@ -13463,8 +13463,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1507
-location: clients/tests/test-client.py:1093:test_004()/206
+size: 1502
+location: clients/tests/test-client.py:test_004()/206
cmd: $NMCLI --pretty --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -13480,8 +13480,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 6466
-location: clients/tests/test-client.py:1095:test_004()/207
+size: 6461
+location: clients/tests/test-client.py:test_004()/207
cmd: $NMCLI --pretty --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -13599,8 +13599,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6530
-location: clients/tests/test-client.py:1095:test_004()/208
+size: 6525
+location: clients/tests/test-client.py:test_004()/208
cmd: $NMCLI --pretty --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13718,8 +13718,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2464
-location: clients/tests/test-client.py:1097:test_004()/209
+size: 2459
+location: clients/tests/test-client.py:test_004()/209
cmd: $NMCLI --pretty --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -13763,8 +13763,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2482
-location: clients/tests/test-client.py:1097:test_004()/210
+size: 2477
+location: clients/tests/test-client.py:test_004()/210
cmd: $NMCLI --pretty --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13808,8 +13808,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6604
-location: clients/tests/test-client.py:1099:test_004()/211
+size: 6599
+location: clients/tests/test-client.py:test_004()/211
cmd: $NMCLI --pretty --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -13927,8 +13927,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6668
-location: clients/tests/test-client.py:1099:test_004()/212
+size: 6663
+location: clients/tests/test-client.py:test_004()/212
cmd: $NMCLI --pretty --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -14046,8 +14046,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1910
-location: clients/tests/test-client.py:1102:test_004()/213
+size: 1905
+location: clients/tests/test-client.py:test_004()/213
cmd: $NMCLI --pretty --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -14082,8 +14082,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1924
-location: clients/tests/test-client.py:1102:test_004()/214
+size: 1919
+location: clients/tests/test-client.py:test_004()/214
cmd: $NMCLI --pretty --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14118,8 +14118,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 2395
-location: clients/tests/test-client.py:1037:test_004()/215
+size: 2390
+location: clients/tests/test-client.py:test_004()/215
cmd: $NMCLI --terse con s con-vpn-1
lang: C
returncode: 0
@@ -14223,8 +14223,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2405
-location: clients/tests/test-client.py:1037:test_004()/216
+size: 2400
+location: clients/tests/test-client.py:test_004()/216
cmd: $NMCLI --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -14328,8 +14328,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2395
-location: clients/tests/test-client.py:1039:test_004()/217
+size: 2390
+location: clients/tests/test-client.py:test_004()/217
cmd: $NMCLI --terse con s con-vpn-1
lang: C
returncode: 0
@@ -14433,8 +14433,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2405
-location: clients/tests/test-client.py:1039:test_004()/218
+size: 2400
+location: clients/tests/test-client.py:test_004()/218
cmd: $NMCLI --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -14538,8 +14538,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 1843
-location: clients/tests/test-client.py:1042:test_004()/219
+size: 1838
+location: clients/tests/test-client.py:test_004()/219
cmd: $NMCLI --terse -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -14623,8 +14623,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 1853
-location: clients/tests/test-client.py:1042:test_004()/220
+size: 1848
+location: clients/tests/test-client.py:test_004()/220
cmd: $NMCLI --terse -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -14708,8 +14708,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 322
-location: clients/tests/test-client.py:1048:test_004()/221
+size: 317
+location: clients/tests/test-client.py:test_004()/221
cmd: $NMCLI --terse -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -14723,8 +14723,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 332
-location: clients/tests/test-client.py:1048:test_004()/222
+size: 327
+location: clients/tests/test-client.py:test_004()/222
cmd: $NMCLI --terse -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -14738,8 +14738,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 525
-location: clients/tests/test-client.py:1051:test_004()/223
+size: 520
+location: clients/tests/test-client.py:test_004()/223
cmd: $NMCLI --terse -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -14759,8 +14759,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 535
-location: clients/tests/test-client.py:1051:test_004()/224
+size: 530
+location: clients/tests/test-client.py:test_004()/224
cmd: $NMCLI --terse -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -14780,8 +14780,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 269
-location: clients/tests/test-client.py:1054:test_004()/225
+size: 264
+location: clients/tests/test-client.py:test_004()/225
cmd: $NMCLI --terse dev s
lang: C
returncode: 0
@@ -14794,8 +14794,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 279
-location: clients/tests/test-client.py:1054:test_004()/226
+size: 274
+location: clients/tests/test-client.py:test_004()/226
cmd: $NMCLI --terse dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -14808,8 +14808,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 667
-location: clients/tests/test-client.py:1057:test_004()/227
+size: 662
+location: clients/tests/test-client.py:test_004()/227
cmd: $NMCLI --terse -f all dev status
lang: C
returncode: 0
@@ -14822,8 +14822,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 677
-location: clients/tests/test-client.py:1057:test_004()/228
+size: 672
+location: clients/tests/test-client.py:test_004()/228
cmd: $NMCLI --terse -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -14836,8 +14836,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 4540
-location: clients/tests/test-client.py:1060:test_004()/229
+size: 4535
+location: clients/tests/test-client.py:test_004()/229
cmd: $NMCLI --terse dev show
lang: C
returncode: 0
@@ -14982,8 +14982,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4550
-location: clients/tests/test-client.py:1060:test_004()/230
+size: 4545
+location: clients/tests/test-client.py:test_004()/230
cmd: $NMCLI --terse dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -15128,8 +15128,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 12203
-location: clients/tests/test-client.py:1063:test_004()/231
+size: 12198
+location: clients/tests/test-client.py:test_004()/231
cmd: $NMCLI --terse -f all dev show
lang: C
returncode: 0
@@ -15527,8 +15527,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 12249
-location: clients/tests/test-client.py:1063:test_004()/232
+size: 12244
+location: clients/tests/test-client.py:test_004()/232
cmd: $NMCLI --terse -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -15926,8 +15926,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 882
-location: clients/tests/test-client.py:1066:test_004()/233
+size: 877
+location: clients/tests/test-client.py:test_004()/233
cmd: $NMCLI --terse dev show wlan0
lang: C
returncode: 0
@@ -15959,8 +15959,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 892
-location: clients/tests/test-client.py:1066:test_004()/234
+size: 887
+location: clients/tests/test-client.py:test_004()/234
cmd: $NMCLI --terse dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -15992,8 +15992,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 2835
-location: clients/tests/test-client.py:1069:test_004()/235
+size: 2830
+location: clients/tests/test-client.py:test_004()/235
cmd: $NMCLI --terse -f all dev show wlan0
lang: C
returncode: 0
@@ -16097,8 +16097,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2872
-location: clients/tests/test-client.py:1069:test_004()/236
+size: 2867
+location: clients/tests/test-client.py:test_004()/236
cmd: $NMCLI --terse -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -16202,8 +16202,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1243
-location: clients/tests/test-client.py:1072:test_004()/237
+size: 1238
+location: clients/tests/test-client.py:test_004()/237
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -16249,8 +16249,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1253
-location: clients/tests/test-client.py:1072:test_004()/238
+size: 1248
+location: clients/tests/test-client.py:test_004()/238
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -16296,8 +16296,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1243
-location: clients/tests/test-client.py:1075:test_004()/239
+size: 1238
+location: clients/tests/test-client.py:test_004()/239
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -16343,8 +16343,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1253
-location: clients/tests/test-client.py:1075:test_004()/240
+size: 1248
+location: clients/tests/test-client.py:test_004()/240
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -16390,8 +16390,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 428
-location: clients/tests/test-client.py:1078:test_004()/241
+size: 423
+location: clients/tests/test-client.py:test_004()/241
cmd: $NMCLI --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -16404,8 +16404,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 438
-location: clients/tests/test-client.py:1078:test_004()/242
+size: 433
+location: clients/tests/test-client.py:test_004()/242
cmd: $NMCLI --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -16418,8 +16418,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1086
-location: clients/tests/test-client.py:1081:test_004()/243
+size: 1081
+location: clients/tests/test-client.py:test_004()/243
cmd: $NMCLI --terse -f ALL device wifi list
lang: C
returncode: 0
@@ -16433,8 +16433,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1144
-location: clients/tests/test-client.py:1081:test_004()/244
+size: 1139
+location: clients/tests/test-client.py:test_004()/244
cmd: $NMCLI --terse -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -16448,8 +16448,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 435
-location: clients/tests/test-client.py:1083:test_004()/245
+size: 430
+location: clients/tests/test-client.py:test_004()/245
cmd: $NMCLI --terse -f COMMON device wifi list
lang: C
returncode: 0
@@ -16463,8 +16463,8 @@ stdout: 280 bytes
<<<
-size: 481
-location: clients/tests/test-client.py:1083:test_004()/246
+size: 476
+location: clients/tests/test-client.py:test_004()/246
cmd: $NMCLI --terse -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -16478,8 +16478,8 @@ stdout: 316 bytes
<<<
-size: 1199
-location: clients/tests/test-client.py:1086:test_004()/247
+size: 1194
+location: clients/tests/test-client.py:test_004()/247
cmd: $NMCLI --terse -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
lang: C
returncode: 0
@@ -16493,8 +16493,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1257
-location: clients/tests/test-client.py:1086:test_004()/248
+size: 1252
+location: clients/tests/test-client.py:test_004()/248
cmd: $NMCLI --terse -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
lang: pl_PL.UTF-8
returncode: 0
@@ -16508,8 +16508,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 433
-location: clients/tests/test-client.py:1088:test_004()/249
+size: 428
+location: clients/tests/test-client.py:test_004()/249
cmd: $NMCLI --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -16520,8 +16520,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 455
-location: clients/tests/test-client.py:1088:test_004()/250
+size: 450
+location: clients/tests/test-client.py:test_004()/250
cmd: $NMCLI --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -16532,8 +16532,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 252
-location: clients/tests/test-client.py:1090:test_004()/251
+size: 247
+location: clients/tests/test-client.py:test_004()/251
cmd: $NMCLI --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -16544,8 +16544,8 @@ stdout: 74 bytes
<<<
-size: 271
-location: clients/tests/test-client.py:1090:test_004()/252
+size: 266
+location: clients/tests/test-client.py:test_004()/252
cmd: $NMCLI --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -16556,8 +16556,8 @@ stdout: 83 bytes
<<<
-size: 546
-location: clients/tests/test-client.py:1093:test_004()/253
+size: 541
+location: clients/tests/test-client.py:test_004()/253
cmd: $NMCLI --terse -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
lang: C
returncode: 0
@@ -16568,8 +16568,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 568
-location: clients/tests/test-client.py:1093:test_004()/254
+size: 563
+location: clients/tests/test-client.py:test_004()/254
cmd: $NMCLI --terse -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
lang: pl_PL.UTF-8
returncode: 0
@@ -16580,8 +16580,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 2838
-location: clients/tests/test-client.py:1095:test_004()/255
+size: 2833
+location: clients/tests/test-client.py:test_004()/255
cmd: $NMCLI --terse -f ALL device show wlan0
lang: C
returncode: 0
@@ -16685,8 +16685,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2875
-location: clients/tests/test-client.py:1095:test_004()/256
+size: 2870
+location: clients/tests/test-client.py:test_004()/256
cmd: $NMCLI --terse -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -16790,8 +16790,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 895
-location: clients/tests/test-client.py:1097:test_004()/257
+size: 890
+location: clients/tests/test-client.py:test_004()/257
cmd: $NMCLI --terse -f COMMON device show wlan0
lang: C
returncode: 0
@@ -16823,8 +16823,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 905
-location: clients/tests/test-client.py:1097:test_004()/258
+size: 900
+location: clients/tests/test-client.py:test_004()/258
cmd: $NMCLI --terse -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -16856,8 +16856,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 2976
-location: clients/tests/test-client.py:1099:test_004()/259
+size: 2971
+location: clients/tests/test-client.py:test_004()/259
cmd: $NMCLI --terse -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -16961,8 +16961,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3013
-location: clients/tests/test-client.py:1099:test_004()/260
+size: 3008
+location: clients/tests/test-client.py:test_004()/260
cmd: $NMCLI --terse -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17066,8 +17066,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1136
-location: clients/tests/test-client.py:1102:test_004()/261
+size: 1131
+location: clients/tests/test-client.py:test_004()/261
cmd: $NMCLI --terse dev lldp list ifname eth0
lang: C
returncode: 0
@@ -17096,8 +17096,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1146
-location: clients/tests/test-client.py:1102:test_004()/262
+size: 1141
+location: clients/tests/test-client.py:test_004()/262
cmd: $NMCLI --terse dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -17126,8 +17126,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 2407
-location: clients/tests/test-client.py:1037:test_004()/263
+size: 2402
+location: clients/tests/test-client.py:test_004()/263
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -17231,8 +17231,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2417
-location: clients/tests/test-client.py:1037:test_004()/264
+size: 2412
+location: clients/tests/test-client.py:test_004()/264
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -17336,8 +17336,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2407
-location: clients/tests/test-client.py:1039:test_004()/265
+size: 2402
+location: clients/tests/test-client.py:test_004()/265
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -17441,8 +17441,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2417
-location: clients/tests/test-client.py:1039:test_004()/266
+size: 2412
+location: clients/tests/test-client.py:test_004()/266
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -17546,8 +17546,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 1855
-location: clients/tests/test-client.py:1042:test_004()/267
+size: 1850
+location: clients/tests/test-client.py:test_004()/267
cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -17631,8 +17631,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 1865
-location: clients/tests/test-client.py:1042:test_004()/268
+size: 1860
+location: clients/tests/test-client.py:test_004()/268
cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -17716,8 +17716,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 334
-location: clients/tests/test-client.py:1048:test_004()/269
+size: 329
+location: clients/tests/test-client.py:test_004()/269
cmd: $NMCLI --terse --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -17731,8 +17731,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 344
-location: clients/tests/test-client.py:1048:test_004()/270
+size: 339
+location: clients/tests/test-client.py:test_004()/270
cmd: $NMCLI --terse --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -17746,8 +17746,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 537
-location: clients/tests/test-client.py:1051:test_004()/271
+size: 532
+location: clients/tests/test-client.py:test_004()/271
cmd: $NMCLI --terse --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -17767,8 +17767,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 547
-location: clients/tests/test-client.py:1051:test_004()/272
+size: 542
+location: clients/tests/test-client.py:test_004()/272
cmd: $NMCLI --terse --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -17788,8 +17788,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 441
-location: clients/tests/test-client.py:1054:test_004()/273
+size: 436
+location: clients/tests/test-client.py:test_004()/273
cmd: $NMCLI --terse --color yes dev s
lang: C
returncode: 0
@@ -17802,8 +17802,8 @@ stdout: 295 bytes
wlan1:wifi:unavailable:
<<<
-size: 451
-location: clients/tests/test-client.py:1054:test_004()/274
+size: 446
+location: clients/tests/test-client.py:test_004()/274
cmd: $NMCLI --terse --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -17816,8 +17816,8 @@ stdout: 295 bytes
wlan1:wifi:unavailable:
<<<
-size: 1039
-location: clients/tests/test-client.py:1057:test_004()/275
+size: 1034
+location: clients/tests/test-client.py:test_004()/275
cmd: $NMCLI --terse --color yes -f all dev status
lang: C
returncode: 0
@@ -17830,8 +17830,8 @@ stdout: 881 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 1049
-location: clients/tests/test-client.py:1057:test_004()/276
+size: 1044
+location: clients/tests/test-client.py:test_004()/276
cmd: $NMCLI --terse --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -17844,8 +17844,8 @@ stdout: 881 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 4552
-location: clients/tests/test-client.py:1060:test_004()/277
+size: 4547
+location: clients/tests/test-client.py:test_004()/277
cmd: $NMCLI --terse --color yes dev show
lang: C
returncode: 0
@@ -17990,8 +17990,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4562
-location: clients/tests/test-client.py:1060:test_004()/278
+size: 4557
+location: clients/tests/test-client.py:test_004()/278
cmd: $NMCLI --terse --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -18136,8 +18136,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 12539
-location: clients/tests/test-client.py:1063:test_004()/279
+size: 12534
+location: clients/tests/test-client.py:test_004()/279
cmd: $NMCLI --terse --color yes -f all dev show
lang: C
returncode: 0
@@ -18535,8 +18535,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 12585
-location: clients/tests/test-client.py:1063:test_004()/280
+size: 12580
+location: clients/tests/test-client.py:test_004()/280
cmd: $NMCLI --terse --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -18934,8 +18934,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 894
-location: clients/tests/test-client.py:1066:test_004()/281
+size: 889
+location: clients/tests/test-client.py:test_004()/281
cmd: $NMCLI --terse --color yes dev show wlan0
lang: C
returncode: 0
@@ -18967,8 +18967,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 904
-location: clients/tests/test-client.py:1066:test_004()/282
+size: 899
+location: clients/tests/test-client.py:test_004()/282
cmd: $NMCLI --terse --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -19000,8 +19000,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3090
-location: clients/tests/test-client.py:1069:test_004()/283
+size: 3085
+location: clients/tests/test-client.py:test_004()/283
cmd: $NMCLI --terse --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -19105,8 +19105,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3127
-location: clients/tests/test-client.py:1069:test_004()/284
+size: 3122
+location: clients/tests/test-client.py:test_004()/284
cmd: $NMCLI --terse --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -19210,8 +19210,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1255
-location: clients/tests/test-client.py:1072:test_004()/285
+size: 1250
+location: clients/tests/test-client.py:test_004()/285
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -19257,8 +19257,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1265
-location: clients/tests/test-client.py:1072:test_004()/286
+size: 1260
+location: clients/tests/test-client.py:test_004()/286
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -19304,8 +19304,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1255
-location: clients/tests/test-client.py:1075:test_004()/287
+size: 1250
+location: clients/tests/test-client.py:test_004()/287
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -19351,8 +19351,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1265
-location: clients/tests/test-client.py:1075:test_004()/288
+size: 1260
+location: clients/tests/test-client.py:test_004()/288
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -19398,8 +19398,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 560
-location: clients/tests/test-client.py:1078:test_004()/289
+size: 555
+location: clients/tests/test-client.py:test_004()/289
cmd: $NMCLI --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -19412,8 +19412,8 @@ stdout: 391 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 570
-location: clients/tests/test-client.py:1078:test_004()/290
+size: 565
+location: clients/tests/test-client.py:test_004()/290
cmd: $NMCLI --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -19426,8 +19426,8 @@ stdout: 391 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1711
-location: clients/tests/test-client.py:1081:test_004()/291
+size: 1706
+location: clients/tests/test-client.py:test_004()/291
cmd: $NMCLI --terse --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -19441,8 +19441,8 @@ stdout: 1546 bytes
<<<
-size: 1769
-location: clients/tests/test-client.py:1081:test_004()/292
+size: 1764
+location: clients/tests/test-client.py:test_004()/292
cmd: $NMCLI --terse --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -19456,8 +19456,8 @@ stdout: 1594 bytes
<<<
-size: 771
-location: clients/tests/test-client.py:1083:test_004()/293
+size: 766
+location: clients/tests/test-client.py:test_004()/293
cmd: $NMCLI --terse --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -19471,8 +19471,8 @@ stdout: 604 bytes
<<<
-size: 817
-location: clients/tests/test-client.py:1083:test_004()/294
+size: 812
+location: clients/tests/test-client.py:test_004()/294
cmd: $NMCLI --terse --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -19486,8 +19486,8 @@ stdout: 640 bytes
<<<
-size: 1824
-location: clients/tests/test-client.py:1086:test_004()/295
+size: 1819
+location: clients/tests/test-client.py:test_004()/295
cmd: $NMCLI --terse --color yes -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
lang: C
returncode: 0
@@ -19501,8 +19501,8 @@ stdout: 1546 bytes
<<<
-size: 1882
-location: clients/tests/test-client.py:1086:test_004()/296
+size: 1877
+location: clients/tests/test-client.py:test_004()/296
cmd: $NMCLI --terse --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -19516,8 +19516,8 @@ stdout: 1594 bytes
<<<
-size: 598
-location: clients/tests/test-client.py:1088:test_004()/297
+size: 593
+location: clients/tests/test-client.py:test_004()/297
cmd: $NMCLI --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -19528,8 +19528,8 @@ stdout: 410 bytes
<<<
-size: 620
-location: clients/tests/test-client.py:1088:test_004()/298
+size: 615
+location: clients/tests/test-client.py:test_004()/298
cmd: $NMCLI --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -19540,8 +19540,8 @@ stdout: 422 bytes
<<<
-size: 346
-location: clients/tests/test-client.py:1090:test_004()/299
+size: 341
+location: clients/tests/test-client.py:test_004()/299
cmd: $NMCLI --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -19552,8 +19552,8 @@ stdout: 155 bytes
<<<
-size: 365
-location: clients/tests/test-client.py:1090:test_004()/300
+size: 360
+location: clients/tests/test-client.py:test_004()/300
cmd: $NMCLI --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -19564,8 +19564,8 @@ stdout: 164 bytes
<<<
-size: 711
-location: clients/tests/test-client.py:1093:test_004()/301
+size: 706
+location: clients/tests/test-client.py:test_004()/301
cmd: $NMCLI --terse --color yes -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
lang: C
returncode: 0
@@ -19576,8 +19576,8 @@ stdout: 410 bytes
<<<
-size: 733
-location: clients/tests/test-client.py:1093:test_004()/302
+size: 728
+location: clients/tests/test-client.py:test_004()/302
cmd: $NMCLI --terse --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -19588,8 +19588,8 @@ stdout: 422 bytes
<<<
-size: 3093
-location: clients/tests/test-client.py:1095:test_004()/303
+size: 3088
+location: clients/tests/test-client.py:test_004()/303
cmd: $NMCLI --terse --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -19693,8 +19693,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3130
-location: clients/tests/test-client.py:1095:test_004()/304
+size: 3125
+location: clients/tests/test-client.py:test_004()/304
cmd: $NMCLI --terse --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -19798,8 +19798,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 907
-location: clients/tests/test-client.py:1097:test_004()/305
+size: 902
+location: clients/tests/test-client.py:test_004()/305
cmd: $NMCLI --terse --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -19831,8 +19831,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 917
-location: clients/tests/test-client.py:1097:test_004()/306
+size: 912
+location: clients/tests/test-client.py:test_004()/306
cmd: $NMCLI --terse --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -19864,8 +19864,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3231
-location: clients/tests/test-client.py:1099:test_004()/307
+size: 3226
+location: clients/tests/test-client.py:test_004()/307
cmd: $NMCLI --terse --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -19969,8 +19969,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3268
-location: clients/tests/test-client.py:1099:test_004()/308
+size: 3263
+location: clients/tests/test-client.py:test_004()/308
cmd: $NMCLI --terse --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -20074,8 +20074,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1148
-location: clients/tests/test-client.py:1102:test_004()/309
+size: 1143
+location: clients/tests/test-client.py:test_004()/309
cmd: $NMCLI --terse --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -20104,8 +20104,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1158
-location: clients/tests/test-client.py:1102:test_004()/310
+size: 1153
+location: clients/tests/test-client.py:test_004()/310
cmd: $NMCLI --terse --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -20134,8 +20134,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 3080
-location: clients/tests/test-client.py:1037:test_004()/311
+size: 3075
+location: clients/tests/test-client.py:test_004()/311
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: C
returncode: 0
@@ -20163,8 +20163,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3103
-location: clients/tests/test-client.py:1037:test_004()/312
+size: 3098
+location: clients/tests/test-client.py:test_004()/312
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -20192,8 +20192,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3080
-location: clients/tests/test-client.py:1039:test_004()/313
+size: 3075
+location: clients/tests/test-client.py:test_004()/313
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: C
returncode: 0
@@ -20221,8 +20221,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3103
-location: clients/tests/test-client.py:1039:test_004()/314
+size: 3098
+location: clients/tests/test-client.py:test_004()/314
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -20250,8 +20250,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 2348
-location: clients/tests/test-client.py:1042:test_004()/315
+size: 2343
+location: clients/tests/test-client.py:test_004()/315
cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -20274,8 +20274,8 @@ proxy none no -- --
<<<
-size: 2360
-location: clients/tests/test-client.py:1042:test_004()/316
+size: 2355
+location: clients/tests/test-client.py:test_004()/316
cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -20298,8 +20298,8 @@ proxy none nie -- --
<<<
-size: 412
-location: clients/tests/test-client.py:1048:test_004()/317
+size: 407
+location: clients/tests/test-client.py:test_004()/317
cmd: $NMCLI --mode tabular -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -20309,8 +20309,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 422
-location: clients/tests/test-client.py:1048:test_004()/318
+size: 417
+location: clients/tests/test-client.py:test_004()/318
cmd: $NMCLI --mode tabular -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -20320,8 +20320,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 644
-location: clients/tests/test-client.py:1051:test_004()/319
+size: 639
+location: clients/tests/test-client.py:test_004()/319
cmd: $NMCLI --mode tabular -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -20331,8 +20331,8 @@ GROUP NAME UUID DEVICES STATE DE
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 656
-location: clients/tests/test-client.py:1051:test_004()/320
+size: 651
+location: clients/tests/test-client.py:test_004()/320
cmd: $NMCLI --mode tabular -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -20342,8 +20342,8 @@ GROUP NAME UUID DEVICES STATE D
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 399
-location: clients/tests/test-client.py:1054:test_004()/321
+size: 394
+location: clients/tests/test-client.py:test_004()/321
cmd: $NMCLI --mode tabular dev s
lang: C
returncode: 0
@@ -20357,8 +20357,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 414
-location: clients/tests/test-client.py:1054:test_004()/322
+size: 409
+location: clients/tests/test-client.py:test_004()/322
cmd: $NMCLI --mode tabular dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -20372,8 +20372,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1426
-location: clients/tests/test-client.py:1057:test_004()/323
+size: 1421
+location: clients/tests/test-client.py:test_004()/323
cmd: $NMCLI --mode tabular -f all dev status
lang: C
returncode: 0
@@ -20387,8 +20387,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1441
-location: clients/tests/test-client.py:1057:test_004()/324
+size: 1436
+location: clients/tests/test-client.py:test_004()/324
cmd: $NMCLI --mode tabular -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -20402,8 +20402,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 6361
-location: clients/tests/test-client.py:1060:test_004()/325
+size: 6356
+location: clients/tests/test-client.py:test_004()/325
cmd: $NMCLI --mode tabular dev show
lang: C
returncode: 0
@@ -20551,8 +20551,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 6388
-location: clients/tests/test-client.py:1060:test_004()/326
+size: 6383
+location: clients/tests/test-client.py:test_004()/326
cmd: $NMCLI --mode tabular dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -20700,8 +20700,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 15078
-location: clients/tests/test-client.py:1063:test_004()/327
+size: 15073
+location: clients/tests/test-client.py:test_004()/327
cmd: $NMCLI --mode tabular -f all dev show
lang: C
returncode: 0
@@ -20838,8 +20838,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 15237
-location: clients/tests/test-client.py:1063:test_004()/328
+size: 15232
+location: clients/tests/test-client.py:test_004()/328
cmd: $NMCLI --mode tabular -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -20976,8 +20976,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1130
-location: clients/tests/test-client.py:1066:test_004()/329
+size: 1125
+location: clients/tests/test-client.py:test_004()/329
cmd: $NMCLI --mode tabular dev show wlan0
lang: C
returncode: 0
@@ -21011,8 +21011,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1141
-location: clients/tests/test-client.py:1066:test_004()/330
+size: 1136
+location: clients/tests/test-client.py:test_004()/330
cmd: $NMCLI --mode tabular dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21046,8 +21046,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 3120
-location: clients/tests/test-client.py:1069:test_004()/331
+size: 3115
+location: clients/tests/test-client.py:test_004()/331
cmd: $NMCLI --mode tabular -f all dev show wlan0
lang: C
returncode: 0
@@ -21083,8 +21083,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3183
-location: clients/tests/test-client.py:1069:test_004()/332
+size: 3178
+location: clients/tests/test-client.py:test_004()/332
cmd: $NMCLI --mode tabular -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21120,8 +21120,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1283
-location: clients/tests/test-client.py:1072:test_004()/333
+size: 1278
+location: clients/tests/test-client.py:test_004()/333
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -21137,8 +21137,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1310
-location: clients/tests/test-client.py:1072:test_004()/334
+size: 1305
+location: clients/tests/test-client.py:test_004()/334
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21154,8 +21154,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 1283
-location: clients/tests/test-client.py:1075:test_004()/335
+size: 1278
+location: clients/tests/test-client.py:test_004()/335
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -21171,8 +21171,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1310
-location: clients/tests/test-client.py:1075:test_004()/336
+size: 1305
+location: clients/tests/test-client.py:test_004()/336
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21188,8 +21188,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 530
-location: clients/tests/test-client.py:1078:test_004()/337
+size: 525
+location: clients/tests/test-client.py:test_004()/337
cmd: $NMCLI --mode tabular -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -21203,8 +21203,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 540
-location: clients/tests/test-client.py:1078:test_004()/338
+size: 535
+location: clients/tests/test-client.py:test_004()/338
cmd: $NMCLI --mode tabular -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -21218,8 +21218,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2000
-location: clients/tests/test-client.py:1081:test_004()/339
+size: 1995
+location: clients/tests/test-client.py:test_004()/339
cmd: $NMCLI --mode tabular -f ALL device wifi list
lang: C
returncode: 0
@@ -21236,8 +21236,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infra 1 2412 MH
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2068
-location: clients/tests/test-client.py:1081:test_004()/340
+size: 2063
+location: clients/tests/test-client.py:test_004()/340
cmd: $NMCLI --mode tabular -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -21254,8 +21254,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infrastruktura 1
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 755
-location: clients/tests/test-client.py:1083:test_004()/341
+size: 750
+location: clients/tests/test-client.py:test_004()/341
cmd: $NMCLI --mode tabular -f COMMON device wifi list
lang: C
returncode: 0
@@ -21272,8 +21272,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 815
-location: clients/tests/test-client.py:1083:test_004()/342
+size: 810
+location: clients/tests/test-client.py:test_004()/342
cmd: $NMCLI --mode tabular -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -21290,8 +21290,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2113
-location: clients/tests/test-client.py:1086:test_004()/343
+size: 2108
+location: clients/tests/test-client.py:test_004()/343
cmd: $NMCLI --mode tabular -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
lang: C
returncode: 0
@@ -21308,8 +21308,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infra 1 2412 MH
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2181
-location: clients/tests/test-client.py:1086:test_004()/344
+size: 2176
+location: clients/tests/test-client.py:test_004()/344
cmd: $NMCLI --mode tabular -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
lang: pl_PL.UTF-8
returncode: 0
@@ -21326,8 +21326,8 @@ AP[1] wlan1-ap-4 776C616E312D61702D34 94:2B:E8:F6:D2:86 Infrastruktura 1
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 753
-location: clients/tests/test-client.py:1088:test_004()/345
+size: 748
+location: clients/tests/test-client.py:test_004()/345
cmd: $NMCLI --mode tabular -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -21339,8 +21339,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 781
-location: clients/tests/test-client.py:1088:test_004()/346
+size: 776
+location: clients/tests/test-client.py:test_004()/346
cmd: $NMCLI --mode tabular -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -21352,8 +21352,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 364
-location: clients/tests/test-client.py:1090:test_004()/347
+size: 359
+location: clients/tests/test-client.py:test_004()/347
cmd: $NMCLI --mode tabular -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -21365,8 +21365,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 390
-location: clients/tests/test-client.py:1090:test_004()/348
+size: 385
+location: clients/tests/test-client.py:test_004()/348
cmd: $NMCLI --mode tabular -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -21378,8 +21378,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 866
-location: clients/tests/test-client.py:1093:test_004()/349
+size: 861
+location: clients/tests/test-client.py:test_004()/349
cmd: $NMCLI --mode tabular -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
lang: C
returncode: 0
@@ -21391,8 +21391,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 894
-location: clients/tests/test-client.py:1093:test_004()/350
+size: 889
+location: clients/tests/test-client.py:test_004()/350
cmd: $NMCLI --mode tabular -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
lang: pl_PL.UTF-8
returncode: 0
@@ -21404,8 +21404,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 3123
-location: clients/tests/test-client.py:1095:test_004()/351
+size: 3118
+location: clients/tests/test-client.py:test_004()/351
cmd: $NMCLI --mode tabular -f ALL device show wlan0
lang: C
returncode: 0
@@ -21441,8 +21441,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3186
-location: clients/tests/test-client.py:1095:test_004()/352
+size: 3181
+location: clients/tests/test-client.py:test_004()/352
cmd: $NMCLI --mode tabular -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21478,8 +21478,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1143
-location: clients/tests/test-client.py:1097:test_004()/353
+size: 1138
+location: clients/tests/test-client.py:test_004()/353
cmd: $NMCLI --mode tabular -f COMMON device show wlan0
lang: C
returncode: 0
@@ -21513,8 +21513,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1154
-location: clients/tests/test-client.py:1097:test_004()/354
+size: 1149
+location: clients/tests/test-client.py:test_004()/354
cmd: $NMCLI --mode tabular -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21548,8 +21548,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 3261
-location: clients/tests/test-client.py:1099:test_004()/355
+size: 3256
+location: clients/tests/test-client.py:test_004()/355
cmd: $NMCLI --mode tabular -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -21585,8 +21585,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3324
-location: clients/tests/test-client.py:1099:test_004()/356
+size: 3319
+location: clients/tests/test-client.py:test_004()/356
cmd: $NMCLI --mode tabular -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21622,8 +21622,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1145
-location: clients/tests/test-client.py:1102:test_004()/357
+size: 1140
+location: clients/tests/test-client.py:test_004()/357
cmd: $NMCLI --mode tabular dev lldp list ifname eth0
lang: C
returncode: 0
@@ -21635,8 +21635,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 1155
-location: clients/tests/test-client.py:1102:test_004()/358
+size: 1150
+location: clients/tests/test-client.py:test_004()/358
cmd: $NMCLI --mode tabular dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -21648,8 +21648,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 3092
-location: clients/tests/test-client.py:1037:test_004()/359
+size: 3087
+location: clients/tests/test-client.py:test_004()/359
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -21677,8 +21677,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3115
-location: clients/tests/test-client.py:1037:test_004()/360
+size: 3110
+location: clients/tests/test-client.py:test_004()/360
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21706,8 +21706,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3092
-location: clients/tests/test-client.py:1039:test_004()/361
+size: 3087
+location: clients/tests/test-client.py:test_004()/361
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -21735,8 +21735,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3115
-location: clients/tests/test-client.py:1039:test_004()/362
+size: 3110
+location: clients/tests/test-client.py:test_004()/362
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21764,8 +21764,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 2360
-location: clients/tests/test-client.py:1042:test_004()/363
+size: 2355
+location: clients/tests/test-client.py:test_004()/363
cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -21788,8 +21788,8 @@ proxy none no -- --
<<<
-size: 2372
-location: clients/tests/test-client.py:1042:test_004()/364
+size: 2367
+location: clients/tests/test-client.py:test_004()/364
cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21812,8 +21812,8 @@ proxy none nie -- --
<<<
-size: 424
-location: clients/tests/test-client.py:1048:test_004()/365
+size: 419
+location: clients/tests/test-client.py:test_004()/365
cmd: $NMCLI --mode tabular --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -21823,8 +21823,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 434
-location: clients/tests/test-client.py:1048:test_004()/366
+size: 429
+location: clients/tests/test-client.py:test_004()/366
cmd: $NMCLI --mode tabular --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21834,8 +21834,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 656
-location: clients/tests/test-client.py:1051:test_004()/367
+size: 651
+location: clients/tests/test-client.py:test_004()/367
cmd: $NMCLI --mode tabular --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -21845,8 +21845,8 @@ GROUP NAME UUID DEVICES STATE DE
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 668
-location: clients/tests/test-client.py:1051:test_004()/368
+size: 663
+location: clients/tests/test-client.py:test_004()/368
cmd: $NMCLI --mode tabular --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21856,8 +21856,8 @@ GROUP NAME UUID DEVICES STATE D
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 571
-location: clients/tests/test-client.py:1054:test_004()/369
+size: 566
+location: clients/tests/test-client.py:test_004()/369
cmd: $NMCLI --mode tabular --color yes dev s
lang: C
returncode: 0
@@ -21871,8 +21871,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 586
-location: clients/tests/test-client.py:1054:test_004()/370
+size: 581
+location: clients/tests/test-client.py:test_004()/370
cmd: $NMCLI --mode tabular --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -21886,8 +21886,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 1798
-location: clients/tests/test-client.py:1057:test_004()/371
+size: 1793
+location: clients/tests/test-client.py:test_004()/371
cmd: $NMCLI --mode tabular --color yes -f all dev status
lang: C
returncode: 0
@@ -21901,8 +21901,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1813
-location: clients/tests/test-client.py:1057:test_004()/372
+size: 1808
+location: clients/tests/test-client.py:test_004()/372
cmd: $NMCLI --mode tabular --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -21916,8 +21916,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 6373
-location: clients/tests/test-client.py:1060:test_004()/373
+size: 6368
+location: clients/tests/test-client.py:test_004()/373
cmd: $NMCLI --mode tabular --color yes dev show
lang: C
returncode: 0
@@ -22065,8 +22065,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 6400
-location: clients/tests/test-client.py:1060:test_004()/374
+size: 6395
+location: clients/tests/test-client.py:test_004()/374
cmd: $NMCLI --mode tabular --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -22214,8 +22214,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 15450
-location: clients/tests/test-client.py:1063:test_004()/375
+size: 15445
+location: clients/tests/test-client.py:test_004()/375
cmd: $NMCLI --mode tabular --color yes -f all dev show
lang: C
returncode: 0
@@ -22352,8 +22352,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 15609
-location: clients/tests/test-client.py:1063:test_004()/376
+size: 15604
+location: clients/tests/test-client.py:test_004()/376
cmd: $NMCLI --mode tabular --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -22490,8 +22490,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1142
-location: clients/tests/test-client.py:1066:test_004()/377
+size: 1137
+location: clients/tests/test-client.py:test_004()/377
cmd: $NMCLI --mode tabular --color yes dev show wlan0
lang: C
returncode: 0
@@ -22525,8 +22525,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1153
-location: clients/tests/test-client.py:1066:test_004()/378
+size: 1148
+location: clients/tests/test-client.py:test_004()/378
cmd: $NMCLI --mode tabular --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22560,8 +22560,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 3402
-location: clients/tests/test-client.py:1069:test_004()/379
+size: 3397
+location: clients/tests/test-client.py:test_004()/379
cmd: $NMCLI --mode tabular --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -22597,8 +22597,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3465
-location: clients/tests/test-client.py:1069:test_004()/380
+size: 3460
+location: clients/tests/test-client.py:test_004()/380
cmd: $NMCLI --mode tabular --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22634,8 +22634,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1295
-location: clients/tests/test-client.py:1072:test_004()/381
+size: 1290
+location: clients/tests/test-client.py:test_004()/381
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -22651,8 +22651,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1322
-location: clients/tests/test-client.py:1072:test_004()/382
+size: 1317
+location: clients/tests/test-client.py:test_004()/382
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22668,8 +22668,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 1295
-location: clients/tests/test-client.py:1075:test_004()/383
+size: 1290
+location: clients/tests/test-client.py:test_004()/383
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -22685,8 +22685,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1322
-location: clients/tests/test-client.py:1075:test_004()/384
+size: 1317
+location: clients/tests/test-client.py:test_004()/384
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22702,8 +22702,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 662
-location: clients/tests/test-client.py:1078:test_004()/385
+size: 657
+location: clients/tests/test-client.py:test_004()/385
cmd: $NMCLI --mode tabular --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -22717,8 +22717,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 672
-location: clients/tests/test-client.py:1078:test_004()/386
+size: 667
+location: clients/tests/test-client.py:test_004()/386
cmd: $NMCLI --mode tabular --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -22732,8 +22732,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2624
-location: clients/tests/test-client.py:1081:test_004()/387
+size: 2619
+location: clients/tests/test-client.py:test_004()/387
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -22750,8 +22750,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2692
-location: clients/tests/test-client.py:1081:test_004()/388
+size: 2687
+location: clients/tests/test-client.py:test_004()/388
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -22768,8 +22768,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 1091
-location: clients/tests/test-client.py:1083:test_004()/389
+size: 1086
+location: clients/tests/test-client.py:test_004()/389
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -22786,8 +22786,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 1151
-location: clients/tests/test-client.py:1083:test_004()/390
+size: 1146
+location: clients/tests/test-client.py:test_004()/390
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -22804,8 +22804,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2737
-location: clients/tests/test-client.py:1086:test_004()/391
+size: 2732
+location: clients/tests/test-client.py:test_004()/391
cmd: $NMCLI --mode tabular --color yes -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
lang: C
returncode: 0
@@ -22822,8 +22822,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 2805
-location: clients/tests/test-client.py:1086:test_004()/392
+size: 2800
+location: clients/tests/test-client.py:test_004()/392
cmd: $NMCLI --mode tabular --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -22840,8 +22840,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA-FLAGS RSN-FLAGS DEVICE ACTIVE IN-USE DBUS-PATH
<<<
-size: 918
-location: clients/tests/test-client.py:1088:test_004()/393
+size: 913
+location: clients/tests/test-client.py:test_004()/393
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -22853,8 +22853,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 946
-location: clients/tests/test-client.py:1088:test_004()/394
+size: 941
+location: clients/tests/test-client.py:test_004()/394
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -22866,8 +22866,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 457
-location: clients/tests/test-client.py:1090:test_004()/395
+size: 452
+location: clients/tests/test-client.py:test_004()/395
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -22879,8 +22879,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 483
-location: clients/tests/test-client.py:1090:test_004()/396
+size: 478
+location: clients/tests/test-client.py:test_004()/396
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -22892,8 +22892,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1031
-location: clients/tests/test-client.py:1093:test_004()/397
+size: 1026
+location: clients/tests/test-client.py:test_004()/397
cmd: $NMCLI --mode tabular --color yes -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
lang: C
returncode: 0
@@ -22905,8 +22905,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1059
-location: clients/tests/test-client.py:1093:test_004()/398
+size: 1054
+location: clients/tests/test-client.py:test_004()/398
cmd: $NMCLI --mode tabular --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -22918,8 +22918,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 3405
-location: clients/tests/test-client.py:1095:test_004()/399
+size: 3400
+location: clients/tests/test-client.py:test_004()/399
cmd: $NMCLI --mode tabular --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -22955,8 +22955,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3468
-location: clients/tests/test-client.py:1095:test_004()/400
+size: 3463
+location: clients/tests/test-client.py:test_004()/400
cmd: $NMCLI --mode tabular --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22992,8 +22992,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1155
-location: clients/tests/test-client.py:1097:test_004()/401
+size: 1150
+location: clients/tests/test-client.py:test_004()/401
cmd: $NMCLI --mode tabular --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -23027,8 +23027,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1166
-location: clients/tests/test-client.py:1097:test_004()/402
+size: 1161
+location: clients/tests/test-client.py:test_004()/402
cmd: $NMCLI --mode tabular --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -23062,8 +23062,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 3543
-location: clients/tests/test-client.py:1099:test_004()/403
+size: 3538
+location: clients/tests/test-client.py:test_004()/403
cmd: $NMCLI --mode tabular --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -23099,8 +23099,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3606
-location: clients/tests/test-client.py:1099:test_004()/404
+size: 3601
+location: clients/tests/test-client.py:test_004()/404
cmd: $NMCLI --mode tabular --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -23136,8 +23136,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1157
-location: clients/tests/test-client.py:1102:test_004()/405
+size: 1152
+location: clients/tests/test-client.py:test_004()/405
cmd: $NMCLI --mode tabular --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -23149,8 +23149,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 1167
-location: clients/tests/test-client.py:1102:test_004()/406
+size: 1162
+location: clients/tests/test-client.py:test_004()/406
cmd: $NMCLI --mode tabular --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -23162,8 +23162,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 4895
-location: clients/tests/test-client.py:1037:test_004()/407
+size: 4890
+location: clients/tests/test-client.py:test_004()/407
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -23204,8 +23204,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 4951
-location: clients/tests/test-client.py:1037:test_004()/408
+size: 4946
+location: clients/tests/test-client.py:test_004()/408
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23246,8 +23246,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 4895
-location: clients/tests/test-client.py:1039:test_004()/409
+size: 4890
+location: clients/tests/test-client.py:test_004()/409
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -23288,8 +23288,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 4951
-location: clients/tests/test-client.py:1039:test_004()/410
+size: 4946
+location: clients/tests/test-client.py:test_004()/410
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23330,8 +23330,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3581
-location: clients/tests/test-client.py:1042:test_004()/411
+size: 3576
+location: clients/tests/test-client.py:test_004()/411
cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -23362,8 +23362,8 @@ proxy none no -- --
<<<
-size: 3604
-location: clients/tests/test-client.py:1042:test_004()/412
+size: 3599
+location: clients/tests/test-client.py:test_004()/412
cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23394,8 +23394,8 @@ proxy none nie -- --
<<<
-size: 676
-location: clients/tests/test-client.py:1048:test_004()/413
+size: 671
+location: clients/tests/test-client.py:test_004()/413
cmd: $NMCLI --mode tabular --pretty -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -23409,8 +23409,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 696
-location: clients/tests/test-client.py:1048:test_004()/414
+size: 691
+location: clients/tests/test-client.py:test_004()/414
cmd: $NMCLI --mode tabular --pretty -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23424,8 +23424,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 1106
-location: clients/tests/test-client.py:1051:test_004()/415
+size: 1101
+location: clients/tests/test-client.py:test_004()/415
cmd: $NMCLI --mode tabular --pretty -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -23439,8 +23439,8 @@ GROUP NAME UUID DEVICES STATE DE
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 1138
-location: clients/tests/test-client.py:1051:test_004()/416
+size: 1133
+location: clients/tests/test-client.py:test_004()/416
cmd: $NMCLI --mode tabular --pretty -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23454,8 +23454,8 @@ GROUP NAME UUID DEVICES STATE D
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 537
-location: clients/tests/test-client.py:1054:test_004()/417
+size: 532
+location: clients/tests/test-client.py:test_004()/417
cmd: $NMCLI --mode tabular --pretty dev s
lang: C
returncode: 0
@@ -23473,8 +23473,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 545
-location: clients/tests/test-client.py:1054:test_004()/418
+size: 540
+location: clients/tests/test-client.py:test_004()/418
cmd: $NMCLI --mode tabular --pretty dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -23492,8 +23492,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1733
-location: clients/tests/test-client.py:1057:test_004()/419
+size: 1728
+location: clients/tests/test-client.py:test_004()/419
cmd: $NMCLI --mode tabular --pretty -f all dev status
lang: C
returncode: 0
@@ -23511,8 +23511,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1741
-location: clients/tests/test-client.py:1057:test_004()/420
+size: 1736
+location: clients/tests/test-client.py:test_004()/420
cmd: $NMCLI --mode tabular --pretty -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -23530,8 +23530,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 9891
-location: clients/tests/test-client.py:1060:test_004()/421
+size: 9886
+location: clients/tests/test-client.py:test_004()/421
cmd: $NMCLI --mode tabular --pretty dev show
lang: C
returncode: 0
@@ -23741,8 +23741,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 10067
-location: clients/tests/test-client.py:1060:test_004()/422
+size: 10062
+location: clients/tests/test-client.py:test_004()/422
cmd: $NMCLI --mode tabular --pretty dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -23952,8 +23952,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 22900
-location: clients/tests/test-client.py:1063:test_004()/423
+size: 22895
+location: clients/tests/test-client.py:test_004()/423
cmd: $NMCLI --mode tabular --pretty -f all dev show
lang: C
returncode: 0
@@ -24148,8 +24148,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 23261
-location: clients/tests/test-client.py:1063:test_004()/424
+size: 23256
+location: clients/tests/test-client.py:test_004()/424
cmd: $NMCLI --mode tabular --pretty -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -24344,8 +24344,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1714
-location: clients/tests/test-client.py:1066:test_004()/425
+size: 1709
+location: clients/tests/test-client.py:test_004()/425
cmd: $NMCLI --mode tabular --pretty dev show wlan0
lang: C
returncode: 0
@@ -24391,8 +24391,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1754
-location: clients/tests/test-client.py:1066:test_004()/426
+size: 1749
+location: clients/tests/test-client.py:test_004()/426
cmd: $NMCLI --mode tabular --pretty dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24438,8 +24438,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 4599
-location: clients/tests/test-client.py:1069:test_004()/427
+size: 4594
+location: clients/tests/test-client.py:test_004()/427
cmd: $NMCLI --mode tabular --pretty -f all dev show wlan0
lang: C
returncode: 0
@@ -24487,8 +24487,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4707
-location: clients/tests/test-client.py:1069:test_004()/428
+size: 4702
+location: clients/tests/test-client.py:test_004()/428
cmd: $NMCLI --mode tabular --pretty -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24536,8 +24536,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1918
-location: clients/tests/test-client.py:1072:test_004()/429
+size: 1913
+location: clients/tests/test-client.py:test_004()/429
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -24559,8 +24559,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1982
-location: clients/tests/test-client.py:1072:test_004()/430
+size: 1977
+location: clients/tests/test-client.py:test_004()/430
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24582,8 +24582,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 1918
-location: clients/tests/test-client.py:1075:test_004()/431
+size: 1913
+location: clients/tests/test-client.py:test_004()/431
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -24605,8 +24605,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1982
-location: clients/tests/test-client.py:1075:test_004()/432
+size: 1977
+location: clients/tests/test-client.py:test_004()/432
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24628,8 +24628,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 686
-location: clients/tests/test-client.py:1078:test_004()/433
+size: 681
+location: clients/tests/test-client.py:test_004()/433
cmd: $NMCLI --mode tabular --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -24647,8 +24647,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 689
-location: clients/tests/test-client.py:1078:test_004()/434
+size: 684
+location: clients/tests/test-client.py:test_004()/434
cmd: $NMCLI --mode tabular --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -24666,8 +24666,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3041
-location: clients/tests/test-client.py:1081:test_004()/435
+size: 3036
+location: clients/tests/test-client.py:test_004()/435
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list
lang: C
returncode: 0
@@ -24696,8 +24696,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3279
-location: clients/tests/test-client.py:1081:test_004()/436
+size: 3274
+location: clients/tests/test-client.py:test_004()/436
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -24726,8 +24726,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1334
-location: clients/tests/test-client.py:1083:test_004()/437
+size: 1329
+location: clients/tests/test-client.py:test_004()/437
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list
lang: C
returncode: 0
@@ -24756,8 +24756,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1564
-location: clients/tests/test-client.py:1083:test_004()/438
+size: 1559
+location: clients/tests/test-client.py:test_004()/438
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -24786,8 +24786,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3154
-location: clients/tests/test-client.py:1086:test_004()/439
+size: 3149
+location: clients/tests/test-client.py:test_004()/439
cmd: $NMCLI --mode tabular --pretty -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
lang: C
returncode: 0
@@ -24816,8 +24816,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3392
-location: clients/tests/test-client.py:1086:test_004()/440
+size: 3387
+location: clients/tests/test-client.py:test_004()/440
cmd: $NMCLI --mode tabular --pretty -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
lang: pl_PL.UTF-8
returncode: 0
@@ -24846,8 +24846,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1156
-location: clients/tests/test-client.py:1088:test_004()/441
+size: 1151
+location: clients/tests/test-client.py:test_004()/441
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -24863,8 +24863,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1244
-location: clients/tests/test-client.py:1088:test_004()/442
+size: 1239
+location: clients/tests/test-client.py:test_004()/442
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -24880,8 +24880,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 571
-location: clients/tests/test-client.py:1090:test_004()/443
+size: 566
+location: clients/tests/test-client.py:test_004()/443
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -24897,8 +24897,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 656
-location: clients/tests/test-client.py:1090:test_004()/444
+size: 651
+location: clients/tests/test-client.py:test_004()/444
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -24914,8 +24914,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1269
-location: clients/tests/test-client.py:1093:test_004()/445
+size: 1264
+location: clients/tests/test-client.py:test_004()/445
cmd: $NMCLI --mode tabular --pretty -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
lang: C
returncode: 0
@@ -24931,8 +24931,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1357
-location: clients/tests/test-client.py:1093:test_004()/446
+size: 1352
+location: clients/tests/test-client.py:test_004()/446
cmd: $NMCLI --mode tabular --pretty -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
lang: pl_PL.UTF-8
returncode: 0
@@ -24948,8 +24948,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 4602
-location: clients/tests/test-client.py:1095:test_004()/447
+size: 4597
+location: clients/tests/test-client.py:test_004()/447
cmd: $NMCLI --mode tabular --pretty -f ALL device show wlan0
lang: C
returncode: 0
@@ -24997,8 +24997,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4710
-location: clients/tests/test-client.py:1095:test_004()/448
+size: 4705
+location: clients/tests/test-client.py:test_004()/448
cmd: $NMCLI --mode tabular --pretty -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -25046,8 +25046,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1727
-location: clients/tests/test-client.py:1097:test_004()/449
+size: 1722
+location: clients/tests/test-client.py:test_004()/449
cmd: $NMCLI --mode tabular --pretty -f COMMON device show wlan0
lang: C
returncode: 0
@@ -25093,8 +25093,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1767
-location: clients/tests/test-client.py:1097:test_004()/450
+size: 1762
+location: clients/tests/test-client.py:test_004()/450
cmd: $NMCLI --mode tabular --pretty -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -25140,8 +25140,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 4740
-location: clients/tests/test-client.py:1099:test_004()/451
+size: 4735
+location: clients/tests/test-client.py:test_004()/451
cmd: $NMCLI --mode tabular --pretty -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -25189,8 +25189,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4848
-location: clients/tests/test-client.py:1099:test_004()/452
+size: 4843
+location: clients/tests/test-client.py:test_004()/452
cmd: $NMCLI --mode tabular --pretty -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -25238,8 +25238,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1531
-location: clients/tests/test-client.py:1102:test_004()/453
+size: 1526
+location: clients/tests/test-client.py:test_004()/453
cmd: $NMCLI --mode tabular --pretty dev lldp list ifname eth0
lang: C
returncode: 0
@@ -25255,8 +25255,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 1555
-location: clients/tests/test-client.py:1102:test_004()/454
+size: 1550
+location: clients/tests/test-client.py:test_004()/454
cmd: $NMCLI --mode tabular --pretty dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -25272,8 +25272,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 4907
-location: clients/tests/test-client.py:1037:test_004()/455
+size: 4902
+location: clients/tests/test-client.py:test_004()/455
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -25314,8 +25314,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 4963
-location: clients/tests/test-client.py:1037:test_004()/456
+size: 4958
+location: clients/tests/test-client.py:test_004()/456
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -25356,8 +25356,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 4907
-location: clients/tests/test-client.py:1039:test_004()/457
+size: 4902
+location: clients/tests/test-client.py:test_004()/457
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -25398,8 +25398,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 4963
-location: clients/tests/test-client.py:1039:test_004()/458
+size: 4958
+location: clients/tests/test-client.py:test_004()/458
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -25440,8 +25440,8 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE
VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 — Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 3593
-location: clients/tests/test-client.py:1042:test_004()/459
+size: 3588
+location: clients/tests/test-client.py:test_004()/459
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -25472,8 +25472,8 @@ proxy none no -- --
<<<
-size: 3616
-location: clients/tests/test-client.py:1042:test_004()/460
+size: 3611
+location: clients/tests/test-client.py:test_004()/460
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -25504,8 +25504,8 @@ proxy none nie -- --
<<<
-size: 688
-location: clients/tests/test-client.py:1048:test_004()/461
+size: 683
+location: clients/tests/test-client.py:test_004()/461
cmd: $NMCLI --mode tabular --pretty --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -25519,8 +25519,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 708
-location: clients/tests/test-client.py:1048:test_004()/462
+size: 703
+location: clients/tests/test-client.py:test_004()/462
cmd: $NMCLI --mode tabular --pretty --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -25534,8 +25534,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 1118
-location: clients/tests/test-client.py:1051:test_004()/463
+size: 1113
+location: clients/tests/test-client.py:test_004()/463
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -25549,8 +25549,8 @@ GROUP NAME UUID DEVICES STATE DE
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 1150
-location: clients/tests/test-client.py:1051:test_004()/464
+size: 1145
+location: clients/tests/test-client.py:test_004()/464
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -25564,8 +25564,8 @@ GROUP NAME UUID DEVICES STATE D
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 709
-location: clients/tests/test-client.py:1054:test_004()/465
+size: 704
+location: clients/tests/test-client.py:test_004()/465
cmd: $NMCLI --mode tabular --pretty --color yes dev s
lang: C
returncode: 0
@@ -25583,8 +25583,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 717
-location: clients/tests/test-client.py:1054:test_004()/466
+size: 712
+location: clients/tests/test-client.py:test_004()/466
cmd: $NMCLI --mode tabular --pretty --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -25602,8 +25602,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 2105
-location: clients/tests/test-client.py:1057:test_004()/467
+size: 2100
+location: clients/tests/test-client.py:test_004()/467
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev status
lang: C
returncode: 0
@@ -25621,8 +25621,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 2113
-location: clients/tests/test-client.py:1057:test_004()/468
+size: 2108
+location: clients/tests/test-client.py:test_004()/468
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -25640,8 +25640,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 9903
-location: clients/tests/test-client.py:1060:test_004()/469
+size: 9898
+location: clients/tests/test-client.py:test_004()/469
cmd: $NMCLI --mode tabular --pretty --color yes dev show
lang: C
returncode: 0
@@ -25851,8 +25851,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 10079
-location: clients/tests/test-client.py:1060:test_004()/470
+size: 10074
+location: clients/tests/test-client.py:test_004()/470
cmd: $NMCLI --mode tabular --pretty --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -26062,8 +26062,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 2001:a::88ca:3654:96b:ab44/89 -- dst = 2001:a::cc8b:7c09:4673:bbb0/85, nh = ::, mt = 2821465568 | dst = 2001:a::a976:2488:f49f:b48/106, nh = 2001:a::62ae:c734:fc7b:e931, mt = 2248613879 | dst = 2001:a::afb7:4449:3787:8bb4/123, nh = :: 2001:a::2934:bd66:550d:ec19 sear6.fo.x.y
<<<
-size: 23272
-location: clients/tests/test-client.py:1063:test_004()/471
+size: 23267
+location: clients/tests/test-client.py:test_004()/471
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show
lang: C
returncode: 0
@@ -26258,8 +26258,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 23633
-location: clients/tests/test-client.py:1063:test_004()/472
+size: 23628
+location: clients/tests/test-client.py:test_004()/472
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -26454,8 +26454,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1726
-location: clients/tests/test-client.py:1066:test_004()/473
+size: 1721
+location: clients/tests/test-client.py:test_004()/473
cmd: $NMCLI --mode tabular --pretty --color yes dev show wlan0
lang: C
returncode: 0
@@ -26501,8 +26501,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1766
-location: clients/tests/test-client.py:1066:test_004()/474
+size: 1761
+location: clients/tests/test-client.py:test_004()/474
cmd: $NMCLI --mode tabular --pretty --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26548,8 +26548,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 4881
-location: clients/tests/test-client.py:1069:test_004()/475
+size: 4876
+location: clients/tests/test-client.py:test_004()/475
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -26597,8 +26597,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4989
-location: clients/tests/test-client.py:1069:test_004()/476
+size: 4984
+location: clients/tests/test-client.py:test_004()/476
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26646,8 +26646,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1930
-location: clients/tests/test-client.py:1072:test_004()/477
+size: 1925
+location: clients/tests/test-client.py:test_004()/477
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -26669,8 +26669,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1994
-location: clients/tests/test-client.py:1072:test_004()/478
+size: 1989
+location: clients/tests/test-client.py:test_004()/478
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26692,8 +26692,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 1930
-location: clients/tests/test-client.py:1075:test_004()/479
+size: 1925
+location: clients/tests/test-client.py:test_004()/479
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -26715,8 +26715,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MESH
WIFI-PROPERTIES yes yes yes yes yes yes yes unknown unknown no no
<<<
-size: 1994
-location: clients/tests/test-client.py:1075:test_004()/480
+size: 1989
+location: clients/tests/test-client.py:test_004()/480
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26738,8 +26738,8 @@ NAME WEP WPA WPA2 TKIP CCMP AP ADHOC 2GHZ 5GHZ MES
WIFI-PROPERTIES tak tak tak tak tak tak tak nieznane nieznane nie nie
<<<
-size: 818
-location: clients/tests/test-client.py:1078:test_004()/481
+size: 813
+location: clients/tests/test-client.py:test_004()/481
cmd: $NMCLI --mode tabular --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -26757,8 +26757,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 821
-location: clients/tests/test-client.py:1078:test_004()/482
+size: 816
+location: clients/tests/test-client.py:test_004()/482
cmd: $NMCLI --mode tabular --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -26776,8 +26776,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3665
-location: clients/tests/test-client.py:1081:test_004()/483
+size: 3660
+location: clients/tests/test-client.py:test_004()/483
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -26806,8 +26806,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3903
-location: clients/tests/test-client.py:1081:test_004()/484
+size: 3898
+location: clients/tests/test-client.py:test_004()/484
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -26836,8 +26836,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1670
-location: clients/tests/test-client.py:1083:test_004()/485
+size: 1665
+location: clients/tests/test-client.py:test_004()/485
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -26866,8 +26866,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1900
-location: clients/tests/test-client.py:1083:test_004()/486
+size: 1895
+location: clients/tests/test-client.py:test_004()/486
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -26896,8 +26896,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3778
-location: clients/tests/test-client.py:1086:test_004()/487
+size: 3773
+location: clients/tests/test-client.py:test_004()/487
cmd: $NMCLI --mode tabular --pretty --color yes -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
lang: C
returncode: 0
@@ -26926,8 +26926,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 4016
-location: clients/tests/test-client.py:1086:test_004()/488
+size: 4011
+location: clients/tests/test-client.py:test_004()/488
cmd: $NMCLI --mode tabular --pretty --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -26956,8 +26956,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1322
-location: clients/tests/test-client.py:1088:test_004()/489
+size: 1317
+location: clients/tests/test-client.py:test_004()/489
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -26973,8 +26973,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1409
-location: clients/tests/test-client.py:1088:test_004()/490
+size: 1404
+location: clients/tests/test-client.py:test_004()/490
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -26990,8 +26990,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 664
-location: clients/tests/test-client.py:1090:test_004()/491
+size: 659
+location: clients/tests/test-client.py:test_004()/491
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -27007,8 +27007,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 749
-location: clients/tests/test-client.py:1090:test_004()/492
+size: 744
+location: clients/tests/test-client.py:test_004()/492
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -27024,8 +27024,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1435
-location: clients/tests/test-client.py:1093:test_004()/493
+size: 1430
+location: clients/tests/test-client.py:test_004()/493
cmd: $NMCLI --mode tabular --pretty --color yes -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
lang: C
returncode: 0
@@ -27041,8 +27041,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1522
-location: clients/tests/test-client.py:1093:test_004()/494
+size: 1517
+location: clients/tests/test-client.py:test_004()/494
cmd: $NMCLI --mode tabular --pretty --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -27058,8 +27058,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 4884
-location: clients/tests/test-client.py:1095:test_004()/495
+size: 4879
+location: clients/tests/test-client.py:test_004()/495
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -27107,8 +27107,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4992
-location: clients/tests/test-client.py:1095:test_004()/496
+size: 4987
+location: clients/tests/test-client.py:test_004()/496
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27156,8 +27156,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1739
-location: clients/tests/test-client.py:1097:test_004()/497
+size: 1734
+location: clients/tests/test-client.py:test_004()/497
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -27203,8 +27203,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1779
-location: clients/tests/test-client.py:1097:test_004()/498
+size: 1774
+location: clients/tests/test-client.py:test_004()/498
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27250,8 +27250,8 @@ GROUP ADDRESS GATEWAY ROUTE
IP6 -- -- dst = 2001:a::dd5b:aa7b:b4a2:e42/102, nh = ::, mt = 2504159086 -- sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 5022
-location: clients/tests/test-client.py:1099:test_004()/499
+size: 5017
+location: clients/tests/test-client.py:test_004()/499
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -27299,8 +27299,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5130
-location: clients/tests/test-client.py:1099:test_004()/500
+size: 5125
+location: clients/tests/test-client.py:test_004()/500
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27348,8 +27348,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1543
-location: clients/tests/test-client.py:1102:test_004()/501
+size: 1538
+location: clients/tests/test-client.py:test_004()/501
cmd: $NMCLI --mode tabular --pretty --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -27365,8 +27365,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 1567
-location: clients/tests/test-client.py:1102:test_004()/502
+size: 1562
+location: clients/tests/test-client.py:test_004()/502
cmd: $NMCLI --mode tabular --pretty --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -27382,8 +27382,8 @@ eth0 chassis1 44:44:44:44:44:44 GigabitEthernet #2 test2.example.
eth0 00:11:22:33:44:22 port1 GigabitEthernet #3 test3.example.com Test system #3 40 (wlan-access-point,telephone)
<<<
-size: 794
-location: clients/tests/test-client.py:1037:test_004()/503
+size: 789
+location: clients/tests/test-client.py:test_004()/503
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: C
returncode: 0
@@ -27398,8 +27398,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 804
-location: clients/tests/test-client.py:1037:test_004()/504
+size: 799
+location: clients/tests/test-client.py:test_004()/504
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27414,8 +27414,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 794
-location: clients/tests/test-client.py:1039:test_004()/505
+size: 789
+location: clients/tests/test-client.py:test_004()/505
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: C
returncode: 0
@@ -27430,8 +27430,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 804
-location: clients/tests/test-client.py:1039:test_004()/506
+size: 799
+location: clients/tests/test-client.py:test_004()/506
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27446,8 +27446,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 507
-location: clients/tests/test-client.py:1042:test_004()/507
+size: 502
+location: clients/tests/test-client.py:test_004()/507
cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -27460,8 +27460,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 517
-location: clients/tests/test-client.py:1042:test_004()/508
+size: 512
+location: clients/tests/test-client.py:test_004()/508
cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27474,8 +27474,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 261
-location: clients/tests/test-client.py:1048:test_004()/509
+size: 256
+location: clients/tests/test-client.py:test_004()/509
cmd: $NMCLI --mode tabular --terse -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -27484,8 +27484,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 271
-location: clients/tests/test-client.py:1048:test_004()/510
+size: 266
+location: clients/tests/test-client.py:test_004()/510
cmd: $NMCLI --mode tabular --terse -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27494,8 +27494,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 359
-location: clients/tests/test-client.py:1051:test_004()/511
+size: 354
+location: clients/tests/test-client.py:test_004()/511
cmd: $NMCLI --mode tabular --terse -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -27504,8 +27504,8 @@ stdout: 189 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 369
-location: clients/tests/test-client.py:1051:test_004()/512
+size: 364
+location: clients/tests/test-client.py:test_004()/512
cmd: $NMCLI --mode tabular --terse -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27514,8 +27514,8 @@ stdout: 189 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 284
-location: clients/tests/test-client.py:1054:test_004()/513
+size: 279
+location: clients/tests/test-client.py:test_004()/513
cmd: $NMCLI --mode tabular --terse dev s
lang: C
returncode: 0
@@ -27528,8 +27528,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 294
-location: clients/tests/test-client.py:1054:test_004()/514
+size: 289
+location: clients/tests/test-client.py:test_004()/514
cmd: $NMCLI --mode tabular --terse dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -27542,8 +27542,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 682
-location: clients/tests/test-client.py:1057:test_004()/515
+size: 677
+location: clients/tests/test-client.py:test_004()/515
cmd: $NMCLI --mode tabular --terse -f all dev status
lang: C
returncode: 0
@@ -27556,8 +27556,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 692
-location: clients/tests/test-client.py:1057:test_004()/516
+size: 687
+location: clients/tests/test-client.py:test_004()/516
cmd: $NMCLI --mode tabular --terse -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -27570,8 +27570,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 3096
-location: clients/tests/test-client.py:1060:test_004()/517
+size: 3091
+location: clients/tests/test-client.py:test_004()/517
cmd: $NMCLI --mode tabular --terse dev show
lang: C
returncode: 0
@@ -27630,8 +27630,8 @@ IP4:192.168.97.124/29 | 192.168.76.154/18::dst = 192.168.33.233/22, nh = 192.168
IP6:2001\:a\:\:88ca\:3654\:96b\:ab44/89::dst = 2001\:a\:\:cc8b\:7c09\:4673\:bbb0/85, nh = \:\:, mt = 2821465568 | dst = 2001\:a\:\:a976\:2488\:f49f\:b48/106, nh = 2001\:a\:\:62ae\:c734\:fc7b\:e931, mt = 2248613879 | dst = 2001\:a\:\:afb7\:4449\:3787\:8bb4/123, nh = \:\::2001\:a\:\:2934\:bd66\:550d\:ec19:sear6.fo.x.y
<<<
-size: 3106
-location: clients/tests/test-client.py:1060:test_004()/518
+size: 3101
+location: clients/tests/test-client.py:test_004()/518
cmd: $NMCLI --mode tabular --terse dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -27690,8 +27690,8 @@ IP4:192.168.97.124/29 | 192.168.76.154/18::dst = 192.168.33.233/22, nh = 192.168
IP6:2001\:a\:\:88ca\:3654\:96b\:ab44/89::dst = 2001\:a\:\:cc8b\:7c09\:4673\:bbb0/85, nh = \:\:, mt = 2821465568 | dst = 2001\:a\:\:a976\:2488\:f49f\:b48/106, nh = 2001\:a\:\:62ae\:c734\:fc7b\:e931, mt = 2248613879 | dst = 2001\:a\:\:afb7\:4449\:3787\:8bb4/123, nh = \:\::2001\:a\:\:2934\:bd66\:550d\:ec19:sear6.fo.x.y
<<<
-size: 6425
-location: clients/tests/test-client.py:1063:test_004()/519
+size: 6420
+location: clients/tests/test-client.py:test_004()/519
cmd: $NMCLI --mode tabular --terse -f all dev show
lang: C
returncode: 0
@@ -27747,8 +27747,8 @@ DHCP6:dhcp-6-opt-2 = val-2 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-7 = val-7 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 6471
-location: clients/tests/test-client.py:1063:test_004()/520
+size: 6466
+location: clients/tests/test-client.py:test_004()/520
cmd: $NMCLI --mode tabular --terse -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -27804,8 +27804,8 @@ DHCP6:dhcp-6-opt-2 = val-2 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-7 = val-7 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 604
-location: clients/tests/test-client.py:1066:test_004()/521
+size: 599
+location: clients/tests/test-client.py:test_004()/521
cmd: $NMCLI --mode tabular --terse dev show wlan0
lang: C
returncode: 0
@@ -27822,8 +27822,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 614
-location: clients/tests/test-client.py:1066:test_004()/522
+size: 609
+location: clients/tests/test-client.py:test_004()/522
cmd: $NMCLI --mode tabular --terse dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27840,8 +27840,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1430
-location: clients/tests/test-client.py:1069:test_004()/523
+size: 1425
+location: clients/tests/test-client.py:test_004()/523
cmd: $NMCLI --mode tabular --terse -f all dev show wlan0
lang: C
returncode: 0
@@ -27860,8 +27860,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1467
-location: clients/tests/test-client.py:1069:test_004()/524
+size: 1462
+location: clients/tests/test-client.py:test_004()/524
cmd: $NMCLI --mode tabular --terse -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27880,8 +27880,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 571
-location: clients/tests/test-client.py:1072:test_004()/525
+size: 566
+location: clients/tests/test-client.py:test_004()/525
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -27892,8 +27892,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 581
-location: clients/tests/test-client.py:1072:test_004()/526
+size: 576
+location: clients/tests/test-client.py:test_004()/526
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27904,8 +27904,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 571
-location: clients/tests/test-client.py:1075:test_004()/527
+size: 566
+location: clients/tests/test-client.py:test_004()/527
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -27916,8 +27916,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 581
-location: clients/tests/test-client.py:1075:test_004()/528
+size: 576
+location: clients/tests/test-client.py:test_004()/528
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -27928,8 +27928,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 443
-location: clients/tests/test-client.py:1078:test_004()/529
+size: 438
+location: clients/tests/test-client.py:test_004()/529
cmd: $NMCLI --mode tabular --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -27942,8 +27942,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 453
-location: clients/tests/test-client.py:1078:test_004()/530
+size: 448
+location: clients/tests/test-client.py:test_004()/530
cmd: $NMCLI --mode tabular --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -27956,8 +27956,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1101
-location: clients/tests/test-client.py:1081:test_004()/531
+size: 1096
+location: clients/tests/test-client.py:test_004()/531
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list
lang: C
returncode: 0
@@ -27971,8 +27971,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1159
-location: clients/tests/test-client.py:1081:test_004()/532
+size: 1154
+location: clients/tests/test-client.py:test_004()/532
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -27986,8 +27986,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 450
-location: clients/tests/test-client.py:1083:test_004()/533
+size: 445
+location: clients/tests/test-client.py:test_004()/533
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list
lang: C
returncode: 0
@@ -28001,8 +28001,8 @@ stdout: 280 bytes
<<<
-size: 496
-location: clients/tests/test-client.py:1083:test_004()/534
+size: 491
+location: clients/tests/test-client.py:test_004()/534
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -28016,8 +28016,8 @@ stdout: 316 bytes
<<<
-size: 1214
-location: clients/tests/test-client.py:1086:test_004()/535
+size: 1209
+location: clients/tests/test-client.py:test_004()/535
cmd: $NMCLI --mode tabular --terse -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
lang: C
returncode: 0
@@ -28031,8 +28031,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1272
-location: clients/tests/test-client.py:1086:test_004()/536
+size: 1267
+location: clients/tests/test-client.py:test_004()/536
cmd: $NMCLI --mode tabular --terse -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
lang: pl_PL.UTF-8
returncode: 0
@@ -28046,8 +28046,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 448
-location: clients/tests/test-client.py:1088:test_004()/537
+size: 443
+location: clients/tests/test-client.py:test_004()/537
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -28058,8 +28058,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 470
-location: clients/tests/test-client.py:1088:test_004()/538
+size: 465
+location: clients/tests/test-client.py:test_004()/538
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -28070,8 +28070,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 267
-location: clients/tests/test-client.py:1090:test_004()/539
+size: 262
+location: clients/tests/test-client.py:test_004()/539
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -28082,8 +28082,8 @@ stdout: 74 bytes
<<<
-size: 286
-location: clients/tests/test-client.py:1090:test_004()/540
+size: 281
+location: clients/tests/test-client.py:test_004()/540
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -28094,8 +28094,8 @@ stdout: 83 bytes
<<<
-size: 561
-location: clients/tests/test-client.py:1093:test_004()/541
+size: 556
+location: clients/tests/test-client.py:test_004()/541
cmd: $NMCLI --mode tabular --terse -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
lang: C
returncode: 0
@@ -28106,8 +28106,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 583
-location: clients/tests/test-client.py:1093:test_004()/542
+size: 578
+location: clients/tests/test-client.py:test_004()/542
cmd: $NMCLI --mode tabular --terse -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
lang: pl_PL.UTF-8
returncode: 0
@@ -28118,8 +28118,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 1433
-location: clients/tests/test-client.py:1095:test_004()/543
+size: 1428
+location: clients/tests/test-client.py:test_004()/543
cmd: $NMCLI --mode tabular --terse -f ALL device show wlan0
lang: C
returncode: 0
@@ -28138,8 +28138,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1470
-location: clients/tests/test-client.py:1095:test_004()/544
+size: 1465
+location: clients/tests/test-client.py:test_004()/544
cmd: $NMCLI --mode tabular --terse -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28158,8 +28158,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 617
-location: clients/tests/test-client.py:1097:test_004()/545
+size: 612
+location: clients/tests/test-client.py:test_004()/545
cmd: $NMCLI --mode tabular --terse -f COMMON device show wlan0
lang: C
returncode: 0
@@ -28176,8 +28176,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 627
-location: clients/tests/test-client.py:1097:test_004()/546
+size: 622
+location: clients/tests/test-client.py:test_004()/546
cmd: $NMCLI --mode tabular --terse -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28194,8 +28194,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1571
-location: clients/tests/test-client.py:1099:test_004()/547
+size: 1566
+location: clients/tests/test-client.py:test_004()/547
cmd: $NMCLI --mode tabular --terse -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -28214,8 +28214,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1608
-location: clients/tests/test-client.py:1099:test_004()/548
+size: 1603
+location: clients/tests/test-client.py:test_004()/548
cmd: $NMCLI --mode tabular --terse -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28234,8 +28234,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 632
-location: clients/tests/test-client.py:1102:test_004()/549
+size: 627
+location: clients/tests/test-client.py:test_004()/549
cmd: $NMCLI --mode tabular --terse dev lldp list ifname eth0
lang: C
returncode: 0
@@ -28246,8 +28246,8 @@ eth0:chassis1:44\:44\:44\:44\:44\:44:GigabitEthernet #2:test2.example.com:Test s
eth0:00\:11\:22\:33\:44\:22:port1:GigabitEthernet #3:test3.example.com:Test system #3:40 (wlan-access-point,telephone)
<<<
-size: 642
-location: clients/tests/test-client.py:1102:test_004()/550
+size: 637
+location: clients/tests/test-client.py:test_004()/550
cmd: $NMCLI --mode tabular --terse dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -28258,8 +28258,8 @@ eth0:chassis1:44\:44\:44\:44\:44\:44:GigabitEthernet #2:test2.example.com:Test s
eth0:00\:11\:22\:33\:44\:22:port1:GigabitEthernet #3:test3.example.com:Test system #3:40 (wlan-access-point,telephone)
<<<
-size: 806
-location: clients/tests/test-client.py:1037:test_004()/551
+size: 801
+location: clients/tests/test-client.py:test_004()/551
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -28274,8 +28274,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 816
-location: clients/tests/test-client.py:1037:test_004()/552
+size: 811
+location: clients/tests/test-client.py:test_004()/552
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -28290,8 +28290,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 806
-location: clients/tests/test-client.py:1039:test_004()/553
+size: 801
+location: clients/tests/test-client.py:test_004()/553
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -28306,8 +28306,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 816
-location: clients/tests/test-client.py:1039:test_004()/554
+size: 811
+location: clients/tests/test-client.py:test_004()/554
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -28322,8 +28322,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 519
-location: clients/tests/test-client.py:1042:test_004()/555
+size: 514
+location: clients/tests/test-client.py:test_004()/555
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -28336,8 +28336,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 529
-location: clients/tests/test-client.py:1042:test_004()/556
+size: 524
+location: clients/tests/test-client.py:test_004()/556
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -28350,8 +28350,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 273
-location: clients/tests/test-client.py:1048:test_004()/557
+size: 268
+location: clients/tests/test-client.py:test_004()/557
cmd: $NMCLI --mode tabular --terse --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -28360,8 +28360,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 283
-location: clients/tests/test-client.py:1048:test_004()/558
+size: 278
+location: clients/tests/test-client.py:test_004()/558
cmd: $NMCLI --mode tabular --terse --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -28370,8 +28370,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 371
-location: clients/tests/test-client.py:1051:test_004()/559
+size: 366
+location: clients/tests/test-client.py:test_004()/559
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -28380,8 +28380,8 @@ stdout: 189 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 381
-location: clients/tests/test-client.py:1051:test_004()/560
+size: 376
+location: clients/tests/test-client.py:test_004()/560
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -28390,8 +28390,8 @@ stdout: 189 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 456
-location: clients/tests/test-client.py:1054:test_004()/561
+size: 451
+location: clients/tests/test-client.py:test_004()/561
cmd: $NMCLI --mode tabular --terse --color yes dev s
lang: C
returncode: 0
@@ -28404,8 +28404,8 @@ stdout: 295 bytes
wlan1:wifi:unavailable:
<<<
-size: 466
-location: clients/tests/test-client.py:1054:test_004()/562
+size: 461
+location: clients/tests/test-client.py:test_004()/562
cmd: $NMCLI --mode tabular --terse --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -28418,8 +28418,8 @@ stdout: 295 bytes
wlan1:wifi:unavailable:
<<<
-size: 1054
-location: clients/tests/test-client.py:1057:test_004()/563
+size: 1049
+location: clients/tests/test-client.py:test_004()/563
cmd: $NMCLI --mode tabular --terse --color yes -f all dev status
lang: C
returncode: 0
@@ -28432,8 +28432,8 @@ stdout: 881 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 1064
-location: clients/tests/test-client.py:1057:test_004()/564
+size: 1059
+location: clients/tests/test-client.py:test_004()/564
cmd: $NMCLI --mode tabular --terse --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -28446,8 +28446,8 @@ stdout: 881 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 3108
-location: clients/tests/test-client.py:1060:test_004()/565
+size: 3103
+location: clients/tests/test-client.py:test_004()/565
cmd: $NMCLI --mode tabular --terse --color yes dev show
lang: C
returncode: 0
@@ -28506,8 +28506,8 @@ IP4:192.168.97.124/29 | 192.168.76.154/18::dst = 192.168.33.233/22, nh = 192.168
IP6:2001\:a\:\:88ca\:3654\:96b\:ab44/89::dst = 2001\:a\:\:cc8b\:7c09\:4673\:bbb0/85, nh = \:\:, mt = 2821465568 | dst = 2001\:a\:\:a976\:2488\:f49f\:b48/106, nh = 2001\:a\:\:62ae\:c734\:fc7b\:e931, mt = 2248613879 | dst = 2001\:a\:\:afb7\:4449\:3787\:8bb4/123, nh = \:\::2001\:a\:\:2934\:bd66\:550d\:ec19:sear6.fo.x.y
<<<
-size: 3118
-location: clients/tests/test-client.py:1060:test_004()/566
+size: 3113
+location: clients/tests/test-client.py:test_004()/566
cmd: $NMCLI --mode tabular --terse --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -28566,8 +28566,8 @@ IP4:192.168.97.124/29 | 192.168.76.154/18::dst = 192.168.33.233/22, nh = 192.168
IP6:2001\:a\:\:88ca\:3654\:96b\:ab44/89::dst = 2001\:a\:\:cc8b\:7c09\:4673\:bbb0/85, nh = \:\:, mt = 2821465568 | dst = 2001\:a\:\:a976\:2488\:f49f\:b48/106, nh = 2001\:a\:\:62ae\:c734\:fc7b\:e931, mt = 2248613879 | dst = 2001\:a\:\:afb7\:4449\:3787\:8bb4/123, nh = \:\::2001\:a\:\:2934\:bd66\:550d\:ec19:sear6.fo.x.y
<<<
-size: 6797
-location: clients/tests/test-client.py:1063:test_004()/567
+size: 6792
+location: clients/tests/test-client.py:test_004()/567
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show
lang: C
returncode: 0
@@ -28623,8 +28623,8 @@ DHCP6:dhcp-6-opt-2 = val-2 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-7 = val-7 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 6843
-location: clients/tests/test-client.py:1063:test_004()/568
+size: 6838
+location: clients/tests/test-client.py:test_004()/568
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -28680,8 +28680,8 @@ DHCP6:dhcp-6-opt-2 = val-2 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-7 = val-7 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 616
-location: clients/tests/test-client.py:1066:test_004()/569
+size: 611
+location: clients/tests/test-client.py:test_004()/569
cmd: $NMCLI --mode tabular --terse --color yes dev show wlan0
lang: C
returncode: 0
@@ -28698,8 +28698,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 626
-location: clients/tests/test-client.py:1066:test_004()/570
+size: 621
+location: clients/tests/test-client.py:test_004()/570
cmd: $NMCLI --mode tabular --terse --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28716,8 +28716,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1712
-location: clients/tests/test-client.py:1069:test_004()/571
+size: 1707
+location: clients/tests/test-client.py:test_004()/571
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -28736,8 +28736,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1749
-location: clients/tests/test-client.py:1069:test_004()/572
+size: 1744
+location: clients/tests/test-client.py:test_004()/572
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28756,8 +28756,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 583
-location: clients/tests/test-client.py:1072:test_004()/573
+size: 578
+location: clients/tests/test-client.py:test_004()/573
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -28768,8 +28768,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 593
-location: clients/tests/test-client.py:1072:test_004()/574
+size: 588
+location: clients/tests/test-client.py:test_004()/574
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28780,8 +28780,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 583
-location: clients/tests/test-client.py:1075:test_004()/575
+size: 578
+location: clients/tests/test-client.py:test_004()/575
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -28792,8 +28792,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 593
-location: clients/tests/test-client.py:1075:test_004()/576
+size: 588
+location: clients/tests/test-client.py:test_004()/576
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28804,8 +28804,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:::virtual:::13\:E0\:74\:85\:7C\:D9:0:20 (unavail
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 575
-location: clients/tests/test-client.py:1078:test_004()/577
+size: 570
+location: clients/tests/test-client.py:test_004()/577
cmd: $NMCLI --mode tabular --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -28818,8 +28818,8 @@ stdout: 391 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 585
-location: clients/tests/test-client.py:1078:test_004()/578
+size: 580
+location: clients/tests/test-client.py:test_004()/578
cmd: $NMCLI --mode tabular --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -28832,8 +28832,8 @@ stdout: 391 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1726
-location: clients/tests/test-client.py:1081:test_004()/579
+size: 1721
+location: clients/tests/test-client.py:test_004()/579
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -28847,8 +28847,8 @@ stdout: 1546 bytes
<<<
-size: 1784
-location: clients/tests/test-client.py:1081:test_004()/580
+size: 1779
+location: clients/tests/test-client.py:test_004()/580
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -28862,8 +28862,8 @@ stdout: 1594 bytes
<<<
-size: 786
-location: clients/tests/test-client.py:1083:test_004()/581
+size: 781
+location: clients/tests/test-client.py:test_004()/581
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -28877,8 +28877,8 @@ stdout: 604 bytes
<<<
-size: 832
-location: clients/tests/test-client.py:1083:test_004()/582
+size: 827
+location: clients/tests/test-client.py:test_004()/582
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -28892,8 +28892,8 @@ stdout: 640 bytes
<<<
-size: 1839
-location: clients/tests/test-client.py:1086:test_004()/583
+size: 1834
+location: clients/tests/test-client.py:test_004()/583
cmd: $NMCLI --mode tabular --terse --color yes -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
lang: C
returncode: 0
@@ -28907,8 +28907,8 @@ stdout: 1546 bytes
<<<
-size: 1897
-location: clients/tests/test-client.py:1086:test_004()/584
+size: 1892
+location: clients/tests/test-client.py:test_004()/584
cmd: $NMCLI --mode tabular --terse --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -28922,8 +28922,8 @@ stdout: 1594 bytes
<<<
-size: 613
-location: clients/tests/test-client.py:1088:test_004()/585
+size: 608
+location: clients/tests/test-client.py:test_004()/585
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -28934,8 +28934,8 @@ stdout: 410 bytes
<<<
-size: 635
-location: clients/tests/test-client.py:1088:test_004()/586
+size: 630
+location: clients/tests/test-client.py:test_004()/586
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -28946,8 +28946,8 @@ stdout: 422 bytes
<<<
-size: 361
-location: clients/tests/test-client.py:1090:test_004()/587
+size: 356
+location: clients/tests/test-client.py:test_004()/587
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -28958,8 +28958,8 @@ stdout: 155 bytes
<<<
-size: 380
-location: clients/tests/test-client.py:1090:test_004()/588
+size: 375
+location: clients/tests/test-client.py:test_004()/588
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -28970,8 +28970,8 @@ stdout: 164 bytes
<<<
-size: 726
-location: clients/tests/test-client.py:1093:test_004()/589
+size: 721
+location: clients/tests/test-client.py:test_004()/589
cmd: $NMCLI --mode tabular --terse --color yes -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
lang: C
returncode: 0
@@ -28982,8 +28982,8 @@ stdout: 410 bytes
<<<
-size: 748
-location: clients/tests/test-client.py:1093:test_004()/590
+size: 743
+location: clients/tests/test-client.py:test_004()/590
cmd: $NMCLI --mode tabular --terse --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -28994,8 +28994,8 @@ stdout: 422 bytes
<<<
-size: 1715
-location: clients/tests/test-client.py:1095:test_004()/591
+size: 1710
+location: clients/tests/test-client.py:test_004()/591
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -29014,8 +29014,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1752
-location: clients/tests/test-client.py:1095:test_004()/592
+size: 1747
+location: clients/tests/test-client.py:test_004()/592
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29034,8 +29034,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 629
-location: clients/tests/test-client.py:1097:test_004()/593
+size: 624
+location: clients/tests/test-client.py:test_004()/593
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -29052,8 +29052,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 639
-location: clients/tests/test-client.py:1097:test_004()/594
+size: 634
+location: clients/tests/test-client.py:test_004()/594
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29070,8 +29070,8 @@ IP4:192.168.228.18/32 | 192.168.209.179/25:192.168.41.120:::sear4.foo2.bar | sea
IP6:::dst = 2001\:a\:\:dd5b\:aa7b\:b4a2\:e42/102, nh = \:\:, mt = 2504159086::sear6.foo2.bar | sear6.foo1.bar | sear6.fo.x.y | sear6.fo.o.bar | sear6.foo3.bar | sear6.foo4.bar
<<<
-size: 1853
-location: clients/tests/test-client.py:1099:test_004()/595
+size: 1848
+location: clients/tests/test-client.py:test_004()/595
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -29090,8 +29090,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1890
-location: clients/tests/test-client.py:1099:test_004()/596
+size: 1885
+location: clients/tests/test-client.py:test_004()/596
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29110,8 +29110,8 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp-
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 644
-location: clients/tests/test-client.py:1102:test_004()/597
+size: 639
+location: clients/tests/test-client.py:test_004()/597
cmd: $NMCLI --mode tabular --terse --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -29122,8 +29122,8 @@ eth0:chassis1:44\:44\:44\:44\:44\:44:GigabitEthernet #2:test2.example.com:Test s
eth0:00\:11\:22\:33\:44\:22:port1:GigabitEthernet #3:test3.example.com:Test system #3:40 (wlan-access-point,telephone)
<<<
-size: 654
-location: clients/tests/test-client.py:1102:test_004()/598
+size: 649
+location: clients/tests/test-client.py:test_004()/598
cmd: $NMCLI --mode tabular --terse --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -29134,8 +29134,8 @@ eth0:chassis1:44\:44\:44\:44\:44\:44:GigabitEthernet #2:test2.example.com:Test s
eth0:00\:11\:22\:33\:44\:22:port1:GigabitEthernet #3:test3.example.com:Test system #3:40 (wlan-access-point,telephone)
<<<
-size: 4750
-location: clients/tests/test-client.py:1037:test_004()/599
+size: 4745
+location: clients/tests/test-client.py:test_004()/599
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: C
returncode: 0
@@ -29239,8 +29239,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4780
-location: clients/tests/test-client.py:1037:test_004()/600
+size: 4775
+location: clients/tests/test-client.py:test_004()/600
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29344,8 +29344,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4750
-location: clients/tests/test-client.py:1039:test_004()/601
+size: 4745
+location: clients/tests/test-client.py:test_004()/601
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: C
returncode: 0
@@ -29449,8 +29449,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4780
-location: clients/tests/test-client.py:1039:test_004()/602
+size: 4775
+location: clients/tests/test-client.py:test_004()/602
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29554,8 +29554,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 3669
-location: clients/tests/test-client.py:1042:test_004()/603
+size: 3664
+location: clients/tests/test-client.py:test_004()/603
cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -29639,8 +29639,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3689
-location: clients/tests/test-client.py:1042:test_004()/604
+size: 3684
+location: clients/tests/test-client.py:test_004()/604
cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29724,8 +29724,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 494
-location: clients/tests/test-client.py:1048:test_004()/605
+size: 489
+location: clients/tests/test-client.py:test_004()/605
cmd: $NMCLI --mode multiline -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -29739,8 +29739,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 505
-location: clients/tests/test-client.py:1048:test_004()/606
+size: 500
+location: clients/tests/test-client.py:test_004()/606
cmd: $NMCLI --mode multiline -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29754,8 +29754,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 831
-location: clients/tests/test-client.py:1051:test_004()/607
+size: 826
+location: clients/tests/test-client.py:test_004()/607
cmd: $NMCLI --mode multiline -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -29775,8 +29775,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 844
-location: clients/tests/test-client.py:1051:test_004()/608
+size: 839
+location: clients/tests/test-client.py:test_004()/608
cmd: $NMCLI --mode multiline -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29796,8 +29796,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1086
-location: clients/tests/test-client.py:1054:test_004()/609
+size: 1081
+location: clients/tests/test-client.py:test_004()/609
cmd: $NMCLI --mode multiline dev s
lang: C
returncode: 0
@@ -29825,8 +29825,8 @@ STATE: unavailable
CONNECTION: --
<<<
-size: 1101
-location: clients/tests/test-client.py:1054:test_004()/610
+size: 1096
+location: clients/tests/test-client.py:test_004()/610
cmd: $NMCLI --mode multiline dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -29854,8 +29854,8 @@ STATE: niedostępne
CONNECTION: --
<<<
-size: 2501
-location: clients/tests/test-client.py:1057:test_004()/611
+size: 2496
+location: clients/tests/test-client.py:test_004()/611
cmd: $NMCLI --mode multiline -f all dev status
lang: C
returncode: 0
@@ -29908,8 +29908,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 2526
-location: clients/tests/test-client.py:1057:test_004()/612
+size: 2521
+location: clients/tests/test-client.py:test_004()/612
cmd: $NMCLI --mode multiline -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -29962,8 +29962,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 8065
-location: clients/tests/test-client.py:1060:test_004()/613
+size: 8060
+location: clients/tests/test-client.py:test_004()/613
cmd: $NMCLI --mode multiline dev show
lang: C
returncode: 0
@@ -30108,8 +30108,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8096
-location: clients/tests/test-client.py:1060:test_004()/614
+size: 8091
+location: clients/tests/test-client.py:test_004()/614
cmd: $NMCLI --mode multiline dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -30254,8 +30254,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 21168
-location: clients/tests/test-client.py:1063:test_004()/615
+size: 21163
+location: clients/tests/test-client.py:test_004()/615
cmd: $NMCLI --mode multiline -f all dev show
lang: C
returncode: 0
@@ -30653,8 +30653,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 21324
-location: clients/tests/test-client.py:1063:test_004()/616
+size: 21319
+location: clients/tests/test-client.py:test_004()/616
cmd: $NMCLI --mode multiline -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -31052,8 +31052,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1516
-location: clients/tests/test-client.py:1066:test_004()/617
+size: 1511
+location: clients/tests/test-client.py:test_004()/617
cmd: $NMCLI --mode multiline dev show wlan0
lang: C
returncode: 0
@@ -31085,8 +31085,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1527
-location: clients/tests/test-client.py:1066:test_004()/618
+size: 1522
+location: clients/tests/test-client.py:test_004()/618
cmd: $NMCLI --mode multiline dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -31118,8 +31118,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5125
-location: clients/tests/test-client.py:1069:test_004()/619
+size: 5120
+location: clients/tests/test-client.py:test_004()/619
cmd: $NMCLI --mode multiline -f all dev show wlan0
lang: C
returncode: 0
@@ -31223,8 +31223,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5182
-location: clients/tests/test-client.py:1069:test_004()/620
+size: 5177
+location: clients/tests/test-client.py:test_004()/620
cmd: $NMCLI --mode multiline -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -31328,8 +31328,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2064
-location: clients/tests/test-client.py:1072:test_004()/621
+size: 2059
+location: clients/tests/test-client.py:test_004()/621
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -31375,8 +31375,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2090
-location: clients/tests/test-client.py:1072:test_004()/622
+size: 2085
+location: clients/tests/test-client.py:test_004()/622
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -31422,8 +31422,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2064
-location: clients/tests/test-client.py:1075:test_004()/623
+size: 2059
+location: clients/tests/test-client.py:test_004()/623
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -31469,8 +31469,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2090
-location: clients/tests/test-client.py:1075:test_004()/624
+size: 2085
+location: clients/tests/test-client.py:test_004()/624
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -31516,8 +31516,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 1037
-location: clients/tests/test-client.py:1078:test_004()/625
+size: 1032
+location: clients/tests/test-client.py:test_004()/625
cmd: $NMCLI --mode multiline -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -31540,8 +31540,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1047
-location: clients/tests/test-client.py:1078:test_004()/626
+size: 1042
+location: clients/tests/test-client.py:test_004()/626
cmd: $NMCLI --mode multiline -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -31564,8 +31564,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3796
-location: clients/tests/test-client.py:1081:test_004()/627
+size: 3791
+location: clients/tests/test-client.py:test_004()/627
cmd: $NMCLI --mode multiline -f ALL device wifi list
lang: C
returncode: 0
@@ -31643,8 +31643,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 3854
-location: clients/tests/test-client.py:1081:test_004()/628
+size: 3849
+location: clients/tests/test-client.py:test_004()/628
cmd: $NMCLI --mode multiline -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -31722,8 +31722,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1865
-location: clients/tests/test-client.py:1083:test_004()/629
+size: 1860
+location: clients/tests/test-client.py:test_004()/629
cmd: $NMCLI --mode multiline -f COMMON device wifi list
lang: C
returncode: 0
@@ -31769,8 +31769,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1911
-location: clients/tests/test-client.py:1083:test_004()/630
+size: 1906
+location: clients/tests/test-client.py:test_004()/630
cmd: $NMCLI --mode multiline -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -31816,8 +31816,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 3909
-location: clients/tests/test-client.py:1086:test_004()/631
+size: 3904
+location: clients/tests/test-client.py:test_004()/631
cmd: $NMCLI --mode multiline -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
lang: C
returncode: 0
@@ -31895,8 +31895,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 3967
-location: clients/tests/test-client.py:1086:test_004()/632
+size: 3962
+location: clients/tests/test-client.py:test_004()/632
cmd: $NMCLI --mode multiline -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
lang: pl_PL.UTF-8
returncode: 0
@@ -31974,8 +31974,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1117
-location: clients/tests/test-client.py:1088:test_004()/633
+size: 1112
+location: clients/tests/test-client.py:test_004()/633
cmd: $NMCLI --mode multiline -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -32002,8 +32002,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1139
-location: clients/tests/test-client.py:1088:test_004()/634
+size: 1134
+location: clients/tests/test-client.py:test_004()/634
cmd: $NMCLI --mode multiline -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -32030,8 +32030,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 617
-location: clients/tests/test-client.py:1090:test_004()/635
+size: 612
+location: clients/tests/test-client.py:test_004()/635
cmd: $NMCLI --mode multiline -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -32050,8 +32050,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 636
-location: clients/tests/test-client.py:1090:test_004()/636
+size: 631
+location: clients/tests/test-client.py:test_004()/636
cmd: $NMCLI --mode multiline -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -32070,8 +32070,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1230
-location: clients/tests/test-client.py:1093:test_004()/637
+size: 1225
+location: clients/tests/test-client.py:test_004()/637
cmd: $NMCLI --mode multiline -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
lang: C
returncode: 0
@@ -32098,8 +32098,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1252
-location: clients/tests/test-client.py:1093:test_004()/638
+size: 1247
+location: clients/tests/test-client.py:test_004()/638
cmd: $NMCLI --mode multiline -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
lang: pl_PL.UTF-8
returncode: 0
@@ -32126,8 +32126,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 5128
-location: clients/tests/test-client.py:1095:test_004()/639
+size: 5123
+location: clients/tests/test-client.py:test_004()/639
cmd: $NMCLI --mode multiline -f ALL device show wlan0
lang: C
returncode: 0
@@ -32231,8 +32231,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5185
-location: clients/tests/test-client.py:1095:test_004()/640
+size: 5180
+location: clients/tests/test-client.py:test_004()/640
cmd: $NMCLI --mode multiline -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -32336,8 +32336,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1529
-location: clients/tests/test-client.py:1097:test_004()/641
+size: 1524
+location: clients/tests/test-client.py:test_004()/641
cmd: $NMCLI --mode multiline -f COMMON device show wlan0
lang: C
returncode: 0
@@ -32369,8 +32369,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1540
-location: clients/tests/test-client.py:1097:test_004()/642
+size: 1535
+location: clients/tests/test-client.py:test_004()/642
cmd: $NMCLI --mode multiline -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -32402,8 +32402,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5266
-location: clients/tests/test-client.py:1099:test_004()/643
+size: 5261
+location: clients/tests/test-client.py:test_004()/643
cmd: $NMCLI --mode multiline -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -32507,8 +32507,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5323
-location: clients/tests/test-client.py:1099:test_004()/644
+size: 5318
+location: clients/tests/test-client.py:test_004()/644
cmd: $NMCLI --mode multiline -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -32612,8 +32612,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1452
-location: clients/tests/test-client.py:1102:test_004()/645
+size: 1447
+location: clients/tests/test-client.py:test_004()/645
cmd: $NMCLI --mode multiline dev lldp list ifname eth0
lang: C
returncode: 0
@@ -32642,8 +32642,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1462
-location: clients/tests/test-client.py:1102:test_004()/646
+size: 1457
+location: clients/tests/test-client.py:test_004()/646
cmd: $NMCLI --mode multiline dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -32672,8 +32672,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 4762
-location: clients/tests/test-client.py:1037:test_004()/647
+size: 4757
+location: clients/tests/test-client.py:test_004()/647
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -32777,8 +32777,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4792
-location: clients/tests/test-client.py:1037:test_004()/648
+size: 4787
+location: clients/tests/test-client.py:test_004()/648
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -32882,8 +32882,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4762
-location: clients/tests/test-client.py:1039:test_004()/649
+size: 4757
+location: clients/tests/test-client.py:test_004()/649
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -32987,8 +32987,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4792
-location: clients/tests/test-client.py:1039:test_004()/650
+size: 4787
+location: clients/tests/test-client.py:test_004()/650
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -33092,8 +33092,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 3681
-location: clients/tests/test-client.py:1042:test_004()/651
+size: 3676
+location: clients/tests/test-client.py:test_004()/651
cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -33177,8 +33177,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 3701
-location: clients/tests/test-client.py:1042:test_004()/652
+size: 3696
+location: clients/tests/test-client.py:test_004()/652
cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -33262,8 +33262,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 506
-location: clients/tests/test-client.py:1048:test_004()/653
+size: 501
+location: clients/tests/test-client.py:test_004()/653
cmd: $NMCLI --mode multiline --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -33277,8 +33277,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 517
-location: clients/tests/test-client.py:1048:test_004()/654
+size: 512
+location: clients/tests/test-client.py:test_004()/654
cmd: $NMCLI --mode multiline --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -33292,8 +33292,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 843
-location: clients/tests/test-client.py:1051:test_004()/655
+size: 838
+location: clients/tests/test-client.py:test_004()/655
cmd: $NMCLI --mode multiline --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -33313,8 +33313,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 856
-location: clients/tests/test-client.py:1051:test_004()/656
+size: 851
+location: clients/tests/test-client.py:test_004()/656
cmd: $NMCLI --mode multiline --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -33334,8 +33334,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1259
-location: clients/tests/test-client.py:1054:test_004()/657
+size: 1254
+location: clients/tests/test-client.py:test_004()/657
cmd: $NMCLI --mode multiline --color yes dev s
lang: C
returncode: 0
@@ -33363,8 +33363,8 @@ STATE: unavailable
CONNECTION: --
<<<
-size: 1274
-location: clients/tests/test-client.py:1054:test_004()/658
+size: 1269
+location: clients/tests/test-client.py:test_004()/658
cmd: $NMCLI --mode multiline --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -33392,8 +33392,8 @@ STATE: niedostępne
CONNECTION: --
<<<
-size: 2873
-location: clients/tests/test-client.py:1057:test_004()/659
+size: 2868
+location: clients/tests/test-client.py:test_004()/659
cmd: $NMCLI --mode multiline --color yes -f all dev status
lang: C
returncode: 0
@@ -33446,8 +33446,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 2898
-location: clients/tests/test-client.py:1057:test_004()/660
+size: 2893
+location: clients/tests/test-client.py:test_004()/660
cmd: $NMCLI --mode multiline --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -33500,8 +33500,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 8077
-location: clients/tests/test-client.py:1060:test_004()/661
+size: 8072
+location: clients/tests/test-client.py:test_004()/661
cmd: $NMCLI --mode multiline --color yes dev show
lang: C
returncode: 0
@@ -33646,8 +33646,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8108
-location: clients/tests/test-client.py:1060:test_004()/662
+size: 8103
+location: clients/tests/test-client.py:test_004()/662
cmd: $NMCLI --mode multiline --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -33792,8 +33792,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 21504
-location: clients/tests/test-client.py:1063:test_004()/663
+size: 21499
+location: clients/tests/test-client.py:test_004()/663
cmd: $NMCLI --mode multiline --color yes -f all dev show
lang: C
returncode: 0
@@ -34191,8 +34191,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 21660
-location: clients/tests/test-client.py:1063:test_004()/664
+size: 21655
+location: clients/tests/test-client.py:test_004()/664
cmd: $NMCLI --mode multiline --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -34590,8 +34590,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1528
-location: clients/tests/test-client.py:1066:test_004()/665
+size: 1523
+location: clients/tests/test-client.py:test_004()/665
cmd: $NMCLI --mode multiline --color yes dev show wlan0
lang: C
returncode: 0
@@ -34623,8 +34623,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1539
-location: clients/tests/test-client.py:1066:test_004()/666
+size: 1534
+location: clients/tests/test-client.py:test_004()/666
cmd: $NMCLI --mode multiline --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -34656,8 +34656,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5380
-location: clients/tests/test-client.py:1069:test_004()/667
+size: 5375
+location: clients/tests/test-client.py:test_004()/667
cmd: $NMCLI --mode multiline --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -34761,8 +34761,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5437
-location: clients/tests/test-client.py:1069:test_004()/668
+size: 5432
+location: clients/tests/test-client.py:test_004()/668
cmd: $NMCLI --mode multiline --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -34866,8 +34866,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2076
-location: clients/tests/test-client.py:1072:test_004()/669
+size: 2071
+location: clients/tests/test-client.py:test_004()/669
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -34913,8 +34913,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2102
-location: clients/tests/test-client.py:1072:test_004()/670
+size: 2097
+location: clients/tests/test-client.py:test_004()/670
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -34960,8 +34960,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2076
-location: clients/tests/test-client.py:1075:test_004()/671
+size: 2071
+location: clients/tests/test-client.py:test_004()/671
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -35007,8 +35007,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2102
-location: clients/tests/test-client.py:1075:test_004()/672
+size: 2097
+location: clients/tests/test-client.py:test_004()/672
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -35054,8 +35054,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 1169
-location: clients/tests/test-client.py:1078:test_004()/673
+size: 1164
+location: clients/tests/test-client.py:test_004()/673
cmd: $NMCLI --mode multiline --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -35078,8 +35078,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1179
-location: clients/tests/test-client.py:1078:test_004()/674
+size: 1174
+location: clients/tests/test-client.py:test_004()/674
cmd: $NMCLI --mode multiline --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -35102,8 +35102,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 4420
-location: clients/tests/test-client.py:1081:test_004()/675
+size: 4415
+location: clients/tests/test-client.py:test_004()/675
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -35181,8 +35181,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 4478
-location: clients/tests/test-client.py:1081:test_004()/676
+size: 4473
+location: clients/tests/test-client.py:test_004()/676
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -35260,8 +35260,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 2201
-location: clients/tests/test-client.py:1083:test_004()/677
+size: 2196
+location: clients/tests/test-client.py:test_004()/677
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -35307,8 +35307,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 2247
-location: clients/tests/test-client.py:1083:test_004()/678
+size: 2242
+location: clients/tests/test-client.py:test_004()/678
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -35354,8 +35354,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 4533
-location: clients/tests/test-client.py:1086:test_004()/679
+size: 4528
+location: clients/tests/test-client.py:test_004()/679
cmd: $NMCLI --mode multiline --color yes -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
lang: C
returncode: 0
@@ -35433,8 +35433,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 4591
-location: clients/tests/test-client.py:1086:test_004()/680
+size: 4586
+location: clients/tests/test-client.py:test_004()/680
cmd: $NMCLI --mode multiline --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -35512,8 +35512,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1283
-location: clients/tests/test-client.py:1088:test_004()/681
+size: 1278
+location: clients/tests/test-client.py:test_004()/681
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -35540,8 +35540,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1305
-location: clients/tests/test-client.py:1088:test_004()/682
+size: 1300
+location: clients/tests/test-client.py:test_004()/682
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -35568,8 +35568,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 710
-location: clients/tests/test-client.py:1090:test_004()/683
+size: 705
+location: clients/tests/test-client.py:test_004()/683
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -35588,8 +35588,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 729
-location: clients/tests/test-client.py:1090:test_004()/684
+size: 724
+location: clients/tests/test-client.py:test_004()/684
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -35608,8 +35608,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1396
-location: clients/tests/test-client.py:1093:test_004()/685
+size: 1391
+location: clients/tests/test-client.py:test_004()/685
cmd: $NMCLI --mode multiline --color yes -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
lang: C
returncode: 0
@@ -35636,8 +35636,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1418
-location: clients/tests/test-client.py:1093:test_004()/686
+size: 1413
+location: clients/tests/test-client.py:test_004()/686
cmd: $NMCLI --mode multiline --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -35664,8 +35664,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 5383
-location: clients/tests/test-client.py:1095:test_004()/687
+size: 5378
+location: clients/tests/test-client.py:test_004()/687
cmd: $NMCLI --mode multiline --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -35769,8 +35769,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5440
-location: clients/tests/test-client.py:1095:test_004()/688
+size: 5435
+location: clients/tests/test-client.py:test_004()/688
cmd: $NMCLI --mode multiline --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -35874,8 +35874,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1541
-location: clients/tests/test-client.py:1097:test_004()/689
+size: 1536
+location: clients/tests/test-client.py:test_004()/689
cmd: $NMCLI --mode multiline --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -35907,8 +35907,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1552
-location: clients/tests/test-client.py:1097:test_004()/690
+size: 1547
+location: clients/tests/test-client.py:test_004()/690
cmd: $NMCLI --mode multiline --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -35940,8 +35940,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5521
-location: clients/tests/test-client.py:1099:test_004()/691
+size: 5516
+location: clients/tests/test-client.py:test_004()/691
cmd: $NMCLI --mode multiline --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -36045,8 +36045,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5578
-location: clients/tests/test-client.py:1099:test_004()/692
+size: 5573
+location: clients/tests/test-client.py:test_004()/692
cmd: $NMCLI --mode multiline --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -36150,8 +36150,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1464
-location: clients/tests/test-client.py:1102:test_004()/693
+size: 1459
+location: clients/tests/test-client.py:test_004()/693
cmd: $NMCLI --mode multiline --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -36180,8 +36180,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1474
-location: clients/tests/test-client.py:1102:test_004()/694
+size: 1469
+location: clients/tests/test-client.py:test_004()/694
cmd: $NMCLI --mode multiline --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -36210,8 +36210,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 5771
-location: clients/tests/test-client.py:1037:test_004()/695
+size: 5766
+location: clients/tests/test-client.py:test_004()/695
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -36328,8 +36328,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5813
-location: clients/tests/test-client.py:1037:test_004()/696
+size: 5808
+location: clients/tests/test-client.py:test_004()/696
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -36446,8 +36446,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5771
-location: clients/tests/test-client.py:1039:test_004()/697
+size: 5766
+location: clients/tests/test-client.py:test_004()/697
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -36564,8 +36564,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5813
-location: clients/tests/test-client.py:1039:test_004()/698
+size: 5808
+location: clients/tests/test-client.py:test_004()/698
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -36682,8 +36682,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4297
-location: clients/tests/test-client.py:1042:test_004()/699
+size: 4292
+location: clients/tests/test-client.py:test_004()/699
cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -36775,8 +36775,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4322
-location: clients/tests/test-client.py:1042:test_004()/700
+size: 4317
+location: clients/tests/test-client.py:test_004()/700
cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -36868,8 +36868,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 802
-location: clients/tests/test-client.py:1048:test_004()/701
+size: 797
+location: clients/tests/test-client.py:test_004()/701
cmd: $NMCLI --mode multiline --pretty -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -36887,8 +36887,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 818
-location: clients/tests/test-client.py:1048:test_004()/702
+size: 813
+location: clients/tests/test-client.py:test_004()/702
cmd: $NMCLI --mode multiline --pretty -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -36906,8 +36906,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1153
-location: clients/tests/test-client.py:1051:test_004()/703
+size: 1148
+location: clients/tests/test-client.py:test_004()/703
cmd: $NMCLI --mode multiline --pretty -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -36931,8 +36931,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1173
-location: clients/tests/test-client.py:1051:test_004()/704
+size: 1168
+location: clients/tests/test-client.py:test_004()/704
cmd: $NMCLI --mode multiline --pretty -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -36956,8 +36956,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1705
-location: clients/tests/test-client.py:1054:test_004()/705
+size: 1700
+location: clients/tests/test-client.py:test_004()/705
cmd: $NMCLI --mode multiline --pretty dev s
lang: C
returncode: 0
@@ -36993,8 +36993,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 1720
-location: clients/tests/test-client.py:1054:test_004()/706
+size: 1715
+location: clients/tests/test-client.py:test_004()/706
cmd: $NMCLI --mode multiline --pretty dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -37030,8 +37030,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 3119
-location: clients/tests/test-client.py:1057:test_004()/707
+size: 3114
+location: clients/tests/test-client.py:test_004()/707
cmd: $NMCLI --mode multiline --pretty -f all dev status
lang: C
returncode: 0
@@ -37092,8 +37092,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 3144
-location: clients/tests/test-client.py:1057:test_004()/708
+size: 3139
+location: clients/tests/test-client.py:test_004()/708
cmd: $NMCLI --mode multiline --pretty -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -37154,8 +37154,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 12890
-location: clients/tests/test-client.py:1060:test_004()/709
+size: 12885
+location: clients/tests/test-client.py:test_004()/709
cmd: $NMCLI --mode multiline --pretty dev show
lang: C
returncode: 0
@@ -37362,8 +37362,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12954
-location: clients/tests/test-client.py:1060:test_004()/710
+size: 12949
+location: clients/tests/test-client.py:test_004()/710
cmd: $NMCLI --mode multiline --pretty dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -37570,8 +37570,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 25752
-location: clients/tests/test-client.py:1063:test_004()/711
+size: 25747
+location: clients/tests/test-client.py:test_004()/711
cmd: $NMCLI --mode multiline --pretty -f all dev show
lang: C
returncode: 0
@@ -38028,8 +38028,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 25941
-location: clients/tests/test-client.py:1063:test_004()/712
+size: 25936
+location: clients/tests/test-client.py:test_004()/712
cmd: $NMCLI --mode multiline --pretty -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -38486,8 +38486,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2456
-location: clients/tests/test-client.py:1066:test_004()/713
+size: 2451
+location: clients/tests/test-client.py:test_004()/713
cmd: $NMCLI --mode multiline --pretty dev show wlan0
lang: C
returncode: 0
@@ -38531,8 +38531,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2474
-location: clients/tests/test-client.py:1066:test_004()/714
+size: 2469
+location: clients/tests/test-client.py:test_004()/714
cmd: $NMCLI --mode multiline --pretty dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -38576,8 +38576,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6225
-location: clients/tests/test-client.py:1069:test_004()/715
+size: 6220
+location: clients/tests/test-client.py:test_004()/715
cmd: $NMCLI --mode multiline --pretty -f all dev show wlan0
lang: C
returncode: 0
@@ -38695,8 +38695,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6289
-location: clients/tests/test-client.py:1069:test_004()/716
+size: 6284
+location: clients/tests/test-client.py:test_004()/716
cmd: $NMCLI --mode multiline --pretty -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -38814,8 +38814,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2524
-location: clients/tests/test-client.py:1072:test_004()/717
+size: 2519
+location: clients/tests/test-client.py:test_004()/717
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -38867,8 +38867,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2557
-location: clients/tests/test-client.py:1072:test_004()/718
+size: 2552
+location: clients/tests/test-client.py:test_004()/718
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -38920,8 +38920,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2524
-location: clients/tests/test-client.py:1075:test_004()/719
+size: 2519
+location: clients/tests/test-client.py:test_004()/719
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -38973,8 +38973,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2557
-location: clients/tests/test-client.py:1075:test_004()/720
+size: 2552
+location: clients/tests/test-client.py:test_004()/720
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -39026,8 +39026,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 1656
-location: clients/tests/test-client.py:1078:test_004()/721
+size: 1651
+location: clients/tests/test-client.py:test_004()/721
cmd: $NMCLI --mode multiline --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -39058,8 +39058,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devices/
-------------------------------------------------------------------------------
<<<
-size: 1666
-location: clients/tests/test-client.py:1078:test_004()/722
+size: 1661
+location: clients/tests/test-client.py:test_004()/722
cmd: $NMCLI --mode multiline --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -39090,8 +39090,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devices/
-------------------------------------------------------------------------------
<<<
-size: 4761
-location: clients/tests/test-client.py:1081:test_004()/723
+size: 4756
+location: clients/tests/test-client.py:test_004()/723
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list
lang: C
returncode: 0
@@ -39182,8 +39182,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 4837
-location: clients/tests/test-client.py:1081:test_004()/724
+size: 4832
+location: clients/tests/test-client.py:test_004()/724
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -39274,8 +39274,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 2830
-location: clients/tests/test-client.py:1083:test_004()/725
+size: 2825
+location: clients/tests/test-client.py:test_004()/725
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list
lang: C
returncode: 0
@@ -39334,8 +39334,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 2894
-location: clients/tests/test-client.py:1083:test_004()/726
+size: 2889
+location: clients/tests/test-client.py:test_004()/726
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -39394,8 +39394,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 4874
-location: clients/tests/test-client.py:1086:test_004()/727
+size: 4869
+location: clients/tests/test-client.py:test_004()/727
cmd: $NMCLI --mode multiline --pretty -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
lang: C
returncode: 0
@@ -39486,8 +39486,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 4950
-location: clients/tests/test-client.py:1086:test_004()/728
+size: 4945
+location: clients/tests/test-client.py:test_004()/728
cmd: $NMCLI --mode multiline --pretty -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
lang: pl_PL.UTF-8
returncode: 0
@@ -39578,8 +39578,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 1419
-location: clients/tests/test-client.py:1088:test_004()/729
+size: 1414
+location: clients/tests/test-client.py:test_004()/729
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -39610,8 +39610,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1447
-location: clients/tests/test-client.py:1088:test_004()/730
+size: 1442
+location: clients/tests/test-client.py:test_004()/730
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -39642,8 +39642,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 918
-location: clients/tests/test-client.py:1090:test_004()/731
+size: 913
+location: clients/tests/test-client.py:test_004()/731
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -39666,8 +39666,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 943
-location: clients/tests/test-client.py:1090:test_004()/732
+size: 938
+location: clients/tests/test-client.py:test_004()/732
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -39690,8 +39690,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1532
-location: clients/tests/test-client.py:1093:test_004()/733
+size: 1527
+location: clients/tests/test-client.py:test_004()/733
cmd: $NMCLI --mode multiline --pretty -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
lang: C
returncode: 0
@@ -39722,8 +39722,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1560
-location: clients/tests/test-client.py:1093:test_004()/734
+size: 1555
+location: clients/tests/test-client.py:test_004()/734
cmd: $NMCLI --mode multiline --pretty -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
lang: pl_PL.UTF-8
returncode: 0
@@ -39754,8 +39754,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 6228
-location: clients/tests/test-client.py:1095:test_004()/735
+size: 6223
+location: clients/tests/test-client.py:test_004()/735
cmd: $NMCLI --mode multiline --pretty -f ALL device show wlan0
lang: C
returncode: 0
@@ -39873,8 +39873,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6292
-location: clients/tests/test-client.py:1095:test_004()/736
+size: 6287
+location: clients/tests/test-client.py:test_004()/736
cmd: $NMCLI --mode multiline --pretty -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -39992,8 +39992,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2469
-location: clients/tests/test-client.py:1097:test_004()/737
+size: 2464
+location: clients/tests/test-client.py:test_004()/737
cmd: $NMCLI --mode multiline --pretty -f COMMON device show wlan0
lang: C
returncode: 0
@@ -40037,8 +40037,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2487
-location: clients/tests/test-client.py:1097:test_004()/738
+size: 2482
+location: clients/tests/test-client.py:test_004()/738
cmd: $NMCLI --mode multiline --pretty -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -40082,8 +40082,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6366
-location: clients/tests/test-client.py:1099:test_004()/739
+size: 6361
+location: clients/tests/test-client.py:test_004()/739
cmd: $NMCLI --mode multiline --pretty -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -40201,8 +40201,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6430
-location: clients/tests/test-client.py:1099:test_004()/740
+size: 6425
+location: clients/tests/test-client.py:test_004()/740
cmd: $NMCLI --mode multiline --pretty -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -40320,8 +40320,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1915
-location: clients/tests/test-client.py:1102:test_004()/741
+size: 1910
+location: clients/tests/test-client.py:test_004()/741
cmd: $NMCLI --mode multiline --pretty dev lldp list ifname eth0
lang: C
returncode: 0
@@ -40356,8 +40356,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1929
-location: clients/tests/test-client.py:1102:test_004()/742
+size: 1924
+location: clients/tests/test-client.py:test_004()/742
cmd: $NMCLI --mode multiline --pretty dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -40392,8 +40392,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 5783
-location: clients/tests/test-client.py:1037:test_004()/743
+size: 5778
+location: clients/tests/test-client.py:test_004()/743
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -40510,8 +40510,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5825
-location: clients/tests/test-client.py:1037:test_004()/744
+size: 5820
+location: clients/tests/test-client.py:test_004()/744
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -40628,8 +40628,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5783
-location: clients/tests/test-client.py:1039:test_004()/745
+size: 5778
+location: clients/tests/test-client.py:test_004()/745
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -40746,8 +40746,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 5825
-location: clients/tests/test-client.py:1039:test_004()/746
+size: 5820
+location: clients/tests/test-client.py:test_004()/746
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -40864,8 +40864,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4309
-location: clients/tests/test-client.py:1042:test_004()/747
+size: 4304
+location: clients/tests/test-client.py:test_004()/747
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -40957,8 +40957,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4334
-location: clients/tests/test-client.py:1042:test_004()/748
+size: 4329
+location: clients/tests/test-client.py:test_004()/748
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -41050,8 +41050,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 814
-location: clients/tests/test-client.py:1048:test_004()/749
+size: 809
+location: clients/tests/test-client.py:test_004()/749
cmd: $NMCLI --mode multiline --pretty --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -41069,8 +41069,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 830
-location: clients/tests/test-client.py:1048:test_004()/750
+size: 825
+location: clients/tests/test-client.py:test_004()/750
cmd: $NMCLI --mode multiline --pretty --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -41088,8 +41088,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1165
-location: clients/tests/test-client.py:1051:test_004()/751
+size: 1160
+location: clients/tests/test-client.py:test_004()/751
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -41113,8 +41113,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1185
-location: clients/tests/test-client.py:1051:test_004()/752
+size: 1180
+location: clients/tests/test-client.py:test_004()/752
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -41138,8 +41138,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1877
-location: clients/tests/test-client.py:1054:test_004()/753
+size: 1872
+location: clients/tests/test-client.py:test_004()/753
cmd: $NMCLI --mode multiline --pretty --color yes dev s
lang: C
returncode: 0
@@ -41175,8 +41175,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 1892
-location: clients/tests/test-client.py:1054:test_004()/754
+size: 1887
+location: clients/tests/test-client.py:test_004()/754
cmd: $NMCLI --mode multiline --pretty --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -41212,8 +41212,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 3491
-location: clients/tests/test-client.py:1057:test_004()/755
+size: 3486
+location: clients/tests/test-client.py:test_004()/755
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev status
lang: C
returncode: 0
@@ -41274,8 +41274,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 3516
-location: clients/tests/test-client.py:1057:test_004()/756
+size: 3511
+location: clients/tests/test-client.py:test_004()/756
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -41336,8 +41336,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 12902
-location: clients/tests/test-client.py:1060:test_004()/757
+size: 12897
+location: clients/tests/test-client.py:test_004()/757
cmd: $NMCLI --mode multiline --pretty --color yes dev show
lang: C
returncode: 0
@@ -41544,8 +41544,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12966
-location: clients/tests/test-client.py:1060:test_004()/758
+size: 12961
+location: clients/tests/test-client.py:test_004()/758
cmd: $NMCLI --mode multiline --pretty --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -41752,8 +41752,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 26088
-location: clients/tests/test-client.py:1063:test_004()/759
+size: 26083
+location: clients/tests/test-client.py:test_004()/759
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show
lang: C
returncode: 0
@@ -42210,8 +42210,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 26277
-location: clients/tests/test-client.py:1063:test_004()/760
+size: 26272
+location: clients/tests/test-client.py:test_004()/760
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -42668,8 +42668,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2468
-location: clients/tests/test-client.py:1066:test_004()/761
+size: 2463
+location: clients/tests/test-client.py:test_004()/761
cmd: $NMCLI --mode multiline --pretty --color yes dev show wlan0
lang: C
returncode: 0
@@ -42713,8 +42713,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2486
-location: clients/tests/test-client.py:1066:test_004()/762
+size: 2481
+location: clients/tests/test-client.py:test_004()/762
cmd: $NMCLI --mode multiline --pretty --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -42758,8 +42758,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6480
-location: clients/tests/test-client.py:1069:test_004()/763
+size: 6475
+location: clients/tests/test-client.py:test_004()/763
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -42877,8 +42877,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6544
-location: clients/tests/test-client.py:1069:test_004()/764
+size: 6539
+location: clients/tests/test-client.py:test_004()/764
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -42996,8 +42996,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2536
-location: clients/tests/test-client.py:1072:test_004()/765
+size: 2531
+location: clients/tests/test-client.py:test_004()/765
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -43049,8 +43049,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2569
-location: clients/tests/test-client.py:1072:test_004()/766
+size: 2564
+location: clients/tests/test-client.py:test_004()/766
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -43102,8 +43102,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2536
-location: clients/tests/test-client.py:1075:test_004()/767
+size: 2531
+location: clients/tests/test-client.py:test_004()/767
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -43155,8 +43155,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2569
-location: clients/tests/test-client.py:1075:test_004()/768
+size: 2564
+location: clients/tests/test-client.py:test_004()/768
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -43208,8 +43208,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 1788
-location: clients/tests/test-client.py:1078:test_004()/769
+size: 1783
+location: clients/tests/test-client.py:test_004()/769
cmd: $NMCLI --mode multiline --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -43240,8 +43240,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devi
-------------------------------------------------------------------------------
<<<
-size: 1798
-location: clients/tests/test-client.py:1078:test_004()/770
+size: 1793
+location: clients/tests/test-client.py:test_004()/770
cmd: $NMCLI --mode multiline --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -43272,8 +43272,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devi
-------------------------------------------------------------------------------
<<<
-size: 5385
-location: clients/tests/test-client.py:1081:test_004()/771
+size: 5380
+location: clients/tests/test-client.py:test_004()/771
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -43364,8 +43364,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 5461
-location: clients/tests/test-client.py:1081:test_004()/772
+size: 5456
+location: clients/tests/test-client.py:test_004()/772
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -43456,8 +43456,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 3166
-location: clients/tests/test-client.py:1083:test_004()/773
+size: 3161
+location: clients/tests/test-client.py:test_004()/773
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -43516,8 +43516,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 3230
-location: clients/tests/test-client.py:1083:test_004()/774
+size: 3225
+location: clients/tests/test-client.py:test_004()/774
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -43576,8 +43576,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 5498
-location: clients/tests/test-client.py:1086:test_004()/775
+size: 5493
+location: clients/tests/test-client.py:test_004()/775
cmd: $NMCLI --mode multiline --pretty --color yes -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
lang: C
returncode: 0
@@ -43668,8 +43668,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 5574
-location: clients/tests/test-client.py:1086:test_004()/776
+size: 5569
+location: clients/tests/test-client.py:test_004()/776
cmd: $NMCLI --mode multiline --pretty --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -43760,8 +43760,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 1584
-location: clients/tests/test-client.py:1088:test_004()/777
+size: 1579
+location: clients/tests/test-client.py:test_004()/777
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -43792,8 +43792,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1612
-location: clients/tests/test-client.py:1088:test_004()/778
+size: 1607
+location: clients/tests/test-client.py:test_004()/778
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -43824,8 +43824,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1011
-location: clients/tests/test-client.py:1090:test_004()/779
+size: 1006
+location: clients/tests/test-client.py:test_004()/779
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -43848,8 +43848,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1036
-location: clients/tests/test-client.py:1090:test_004()/780
+size: 1031
+location: clients/tests/test-client.py:test_004()/780
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -43872,8 +43872,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1697
-location: clients/tests/test-client.py:1093:test_004()/781
+size: 1692
+location: clients/tests/test-client.py:test_004()/781
cmd: $NMCLI --mode multiline --pretty --color yes -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
lang: C
returncode: 0
@@ -43904,8 +43904,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1725
-location: clients/tests/test-client.py:1093:test_004()/782
+size: 1720
+location: clients/tests/test-client.py:test_004()/782
cmd: $NMCLI --mode multiline --pretty --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -43936,8 +43936,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 6483
-location: clients/tests/test-client.py:1095:test_004()/783
+size: 6478
+location: clients/tests/test-client.py:test_004()/783
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -44055,8 +44055,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6547
-location: clients/tests/test-client.py:1095:test_004()/784
+size: 6542
+location: clients/tests/test-client.py:test_004()/784
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -44174,8 +44174,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2481
-location: clients/tests/test-client.py:1097:test_004()/785
+size: 2476
+location: clients/tests/test-client.py:test_004()/785
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -44219,8 +44219,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2499
-location: clients/tests/test-client.py:1097:test_004()/786
+size: 2494
+location: clients/tests/test-client.py:test_004()/786
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -44264,8 +44264,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6621
-location: clients/tests/test-client.py:1099:test_004()/787
+size: 6616
+location: clients/tests/test-client.py:test_004()/787
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -44383,8 +44383,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6685
-location: clients/tests/test-client.py:1099:test_004()/788
+size: 6680
+location: clients/tests/test-client.py:test_004()/788
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -44502,8 +44502,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1927
-location: clients/tests/test-client.py:1102:test_004()/789
+size: 1922
+location: clients/tests/test-client.py:test_004()/789
cmd: $NMCLI --mode multiline --pretty --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -44538,8 +44538,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1941
-location: clients/tests/test-client.py:1102:test_004()/790
+size: 1936
+location: clients/tests/test-client.py:test_004()/790
cmd: $NMCLI --mode multiline --pretty --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -44574,8 +44574,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 2412
-location: clients/tests/test-client.py:1037:test_004()/791
+size: 2407
+location: clients/tests/test-client.py:test_004()/791
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: C
returncode: 0
@@ -44679,8 +44679,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2422
-location: clients/tests/test-client.py:1037:test_004()/792
+size: 2417
+location: clients/tests/test-client.py:test_004()/792
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -44784,8 +44784,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2412
-location: clients/tests/test-client.py:1039:test_004()/793
+size: 2407
+location: clients/tests/test-client.py:test_004()/793
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: C
returncode: 0
@@ -44889,8 +44889,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2422
-location: clients/tests/test-client.py:1039:test_004()/794
+size: 2417
+location: clients/tests/test-client.py:test_004()/794
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -44994,8 +44994,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 1860
-location: clients/tests/test-client.py:1042:test_004()/795
+size: 1855
+location: clients/tests/test-client.py:test_004()/795
cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -45079,8 +45079,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 1870
-location: clients/tests/test-client.py:1042:test_004()/796
+size: 1865
+location: clients/tests/test-client.py:test_004()/796
cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -45164,8 +45164,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 339
-location: clients/tests/test-client.py:1048:test_004()/797
+size: 334
+location: clients/tests/test-client.py:test_004()/797
cmd: $NMCLI --mode multiline --terse -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -45179,8 +45179,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 349
-location: clients/tests/test-client.py:1048:test_004()/798
+size: 344
+location: clients/tests/test-client.py:test_004()/798
cmd: $NMCLI --mode multiline --terse -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -45194,8 +45194,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 542
-location: clients/tests/test-client.py:1051:test_004()/799
+size: 537
+location: clients/tests/test-client.py:test_004()/799
cmd: $NMCLI --mode multiline --terse -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -45215,8 +45215,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 552
-location: clients/tests/test-client.py:1051:test_004()/800
+size: 547
+location: clients/tests/test-client.py:test_004()/800
cmd: $NMCLI --mode multiline --terse -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -45236,8 +45236,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 431
-location: clients/tests/test-client.py:1054:test_004()/801
+size: 426
+location: clients/tests/test-client.py:test_004()/801
cmd: $NMCLI --mode multiline --terse dev s
lang: C
returncode: 0
@@ -45265,8 +45265,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 441
-location: clients/tests/test-client.py:1054:test_004()/802
+size: 436
+location: clients/tests/test-client.py:test_004()/802
cmd: $NMCLI --mode multiline --terse dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -45294,8 +45294,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 1139
-location: clients/tests/test-client.py:1057:test_004()/803
+size: 1134
+location: clients/tests/test-client.py:test_004()/803
cmd: $NMCLI --mode multiline --terse -f all dev status
lang: C
returncode: 0
@@ -45348,8 +45348,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 1149
-location: clients/tests/test-client.py:1057:test_004()/804
+size: 1144
+location: clients/tests/test-client.py:test_004()/804
cmd: $NMCLI --mode multiline --terse -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -45402,8 +45402,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 4557
-location: clients/tests/test-client.py:1060:test_004()/805
+size: 4552
+location: clients/tests/test-client.py:test_004()/805
cmd: $NMCLI --mode multiline --terse dev show
lang: C
returncode: 0
@@ -45548,8 +45548,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4567
-location: clients/tests/test-client.py:1060:test_004()/806
+size: 4562
+location: clients/tests/test-client.py:test_004()/806
cmd: $NMCLI --mode multiline --terse dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -45694,8 +45694,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 12220
-location: clients/tests/test-client.py:1063:test_004()/807
+size: 12215
+location: clients/tests/test-client.py:test_004()/807
cmd: $NMCLI --mode multiline --terse -f all dev show
lang: C
returncode: 0
@@ -46093,8 +46093,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 12266
-location: clients/tests/test-client.py:1063:test_004()/808
+size: 12261
+location: clients/tests/test-client.py:test_004()/808
cmd: $NMCLI --mode multiline --terse -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -46492,8 +46492,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 899
-location: clients/tests/test-client.py:1066:test_004()/809
+size: 894
+location: clients/tests/test-client.py:test_004()/809
cmd: $NMCLI --mode multiline --terse dev show wlan0
lang: C
returncode: 0
@@ -46525,8 +46525,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 909
-location: clients/tests/test-client.py:1066:test_004()/810
+size: 904
+location: clients/tests/test-client.py:test_004()/810
cmd: $NMCLI --mode multiline --terse dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -46558,8 +46558,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 2852
-location: clients/tests/test-client.py:1069:test_004()/811
+size: 2847
+location: clients/tests/test-client.py:test_004()/811
cmd: $NMCLI --mode multiline --terse -f all dev show wlan0
lang: C
returncode: 0
@@ -46663,8 +46663,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2889
-location: clients/tests/test-client.py:1069:test_004()/812
+size: 2884
+location: clients/tests/test-client.py:test_004()/812
cmd: $NMCLI --mode multiline --terse -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -46768,8 +46768,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1260
-location: clients/tests/test-client.py:1072:test_004()/813
+size: 1255
+location: clients/tests/test-client.py:test_004()/813
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -46815,8 +46815,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1270
-location: clients/tests/test-client.py:1072:test_004()/814
+size: 1265
+location: clients/tests/test-client.py:test_004()/814
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -46862,8 +46862,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1260
-location: clients/tests/test-client.py:1075:test_004()/815
+size: 1255
+location: clients/tests/test-client.py:test_004()/815
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -46909,8 +46909,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1270
-location: clients/tests/test-client.py:1075:test_004()/816
+size: 1265
+location: clients/tests/test-client.py:test_004()/816
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -46956,8 +46956,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 555
-location: clients/tests/test-client.py:1078:test_004()/817
+size: 550
+location: clients/tests/test-client.py:test_004()/817
cmd: $NMCLI --mode multiline --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -46980,8 +46980,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 565
-location: clients/tests/test-client.py:1078:test_004()/818
+size: 560
+location: clients/tests/test-client.py:test_004()/818
cmd: $NMCLI --mode multiline --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -47004,8 +47004,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1552
-location: clients/tests/test-client.py:1081:test_004()/819
+size: 1547
+location: clients/tests/test-client.py:test_004()/819
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list
lang: C
returncode: 0
@@ -47083,8 +47083,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 1610
-location: clients/tests/test-client.py:1081:test_004()/820
+size: 1605
+location: clients/tests/test-client.py:test_004()/820
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -47162,8 +47162,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 648
-location: clients/tests/test-client.py:1083:test_004()/821
+size: 643
+location: clients/tests/test-client.py:test_004()/821
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list
lang: C
returncode: 0
@@ -47209,8 +47209,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 694
-location: clients/tests/test-client.py:1083:test_004()/822
+size: 689
+location: clients/tests/test-client.py:test_004()/822
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -47256,8 +47256,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 1665
-location: clients/tests/test-client.py:1086:test_004()/823
+size: 1660
+location: clients/tests/test-client.py:test_004()/823
cmd: $NMCLI --mode multiline --terse -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
lang: C
returncode: 0
@@ -47335,8 +47335,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 1723
-location: clients/tests/test-client.py:1086:test_004()/824
+size: 1718
+location: clients/tests/test-client.py:test_004()/824
cmd: $NMCLI --mode multiline --terse -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
lang: pl_PL.UTF-8
returncode: 0
@@ -47414,8 +47414,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 562
-location: clients/tests/test-client.py:1088:test_004()/825
+size: 557
+location: clients/tests/test-client.py:test_004()/825
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -47442,8 +47442,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 584
-location: clients/tests/test-client.py:1088:test_004()/826
+size: 579
+location: clients/tests/test-client.py:test_004()/826
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -47470,8 +47470,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 319
-location: clients/tests/test-client.py:1090:test_004()/827
+size: 314
+location: clients/tests/test-client.py:test_004()/827
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -47490,8 +47490,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 338
-location: clients/tests/test-client.py:1090:test_004()/828
+size: 333
+location: clients/tests/test-client.py:test_004()/828
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -47510,8 +47510,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 675
-location: clients/tests/test-client.py:1093:test_004()/829
+size: 670
+location: clients/tests/test-client.py:test_004()/829
cmd: $NMCLI --mode multiline --terse -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
lang: C
returncode: 0
@@ -47538,8 +47538,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 697
-location: clients/tests/test-client.py:1093:test_004()/830
+size: 692
+location: clients/tests/test-client.py:test_004()/830
cmd: $NMCLI --mode multiline --terse -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
lang: pl_PL.UTF-8
returncode: 0
@@ -47566,8 +47566,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 2855
-location: clients/tests/test-client.py:1095:test_004()/831
+size: 2850
+location: clients/tests/test-client.py:test_004()/831
cmd: $NMCLI --mode multiline --terse -f ALL device show wlan0
lang: C
returncode: 0
@@ -47671,8 +47671,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2892
-location: clients/tests/test-client.py:1095:test_004()/832
+size: 2887
+location: clients/tests/test-client.py:test_004()/832
cmd: $NMCLI --mode multiline --terse -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -47776,8 +47776,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 912
-location: clients/tests/test-client.py:1097:test_004()/833
+size: 907
+location: clients/tests/test-client.py:test_004()/833
cmd: $NMCLI --mode multiline --terse -f COMMON device show wlan0
lang: C
returncode: 0
@@ -47809,8 +47809,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 922
-location: clients/tests/test-client.py:1097:test_004()/834
+size: 917
+location: clients/tests/test-client.py:test_004()/834
cmd: $NMCLI --mode multiline --terse -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -47842,8 +47842,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 2993
-location: clients/tests/test-client.py:1099:test_004()/835
+size: 2988
+location: clients/tests/test-client.py:test_004()/835
cmd: $NMCLI --mode multiline --terse -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -47947,8 +47947,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3030
-location: clients/tests/test-client.py:1099:test_004()/836
+size: 3025
+location: clients/tests/test-client.py:test_004()/836
cmd: $NMCLI --mode multiline --terse -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -48052,8 +48052,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1153
-location: clients/tests/test-client.py:1102:test_004()/837
+size: 1148
+location: clients/tests/test-client.py:test_004()/837
cmd: $NMCLI --mode multiline --terse dev lldp list ifname eth0
lang: C
returncode: 0
@@ -48082,8 +48082,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1163
-location: clients/tests/test-client.py:1102:test_004()/838
+size: 1158
+location: clients/tests/test-client.py:test_004()/838
cmd: $NMCLI --mode multiline --terse dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -48112,8 +48112,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 2424
-location: clients/tests/test-client.py:1037:test_004()/839
+size: 2419
+location: clients/tests/test-client.py:test_004()/839
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -48217,8 +48217,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2434
-location: clients/tests/test-client.py:1037:test_004()/840
+size: 2429
+location: clients/tests/test-client.py:test_004()/840
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48322,8 +48322,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2424
-location: clients/tests/test-client.py:1039:test_004()/841
+size: 2419
+location: clients/tests/test-client.py:test_004()/841
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -48427,8 +48427,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2434
-location: clients/tests/test-client.py:1039:test_004()/842
+size: 2429
+location: clients/tests/test-client.py:test_004()/842
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48532,8 +48532,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 1872
-location: clients/tests/test-client.py:1042:test_004()/843
+size: 1867
+location: clients/tests/test-client.py:test_004()/843
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -48617,8 +48617,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 1882
-location: clients/tests/test-client.py:1042:test_004()/844
+size: 1877
+location: clients/tests/test-client.py:test_004()/844
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48702,8 +48702,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 351
-location: clients/tests/test-client.py:1048:test_004()/845
+size: 346
+location: clients/tests/test-client.py:test_004()/845
cmd: $NMCLI --mode multiline --terse --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -48717,8 +48717,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 361
-location: clients/tests/test-client.py:1048:test_004()/846
+size: 356
+location: clients/tests/test-client.py:test_004()/846
cmd: $NMCLI --mode multiline --terse --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48732,8 +48732,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 554
-location: clients/tests/test-client.py:1051:test_004()/847
+size: 549
+location: clients/tests/test-client.py:test_004()/847
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -48753,8 +48753,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 564
-location: clients/tests/test-client.py:1051:test_004()/848
+size: 559
+location: clients/tests/test-client.py:test_004()/848
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48774,8 +48774,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 603
-location: clients/tests/test-client.py:1054:test_004()/849
+size: 598
+location: clients/tests/test-client.py:test_004()/849
cmd: $NMCLI --mode multiline --terse --color yes dev s
lang: C
returncode: 0
@@ -48803,8 +48803,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 613
-location: clients/tests/test-client.py:1054:test_004()/850
+size: 608
+location: clients/tests/test-client.py:test_004()/850
cmd: $NMCLI --mode multiline --terse --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -48832,8 +48832,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 1512
-location: clients/tests/test-client.py:1057:test_004()/851
+size: 1507
+location: clients/tests/test-client.py:test_004()/851
cmd: $NMCLI --mode multiline --terse --color yes -f all dev status
lang: C
returncode: 0
@@ -48886,8 +48886,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 1522
-location: clients/tests/test-client.py:1057:test_004()/852
+size: 1517
+location: clients/tests/test-client.py:test_004()/852
cmd: $NMCLI --mode multiline --terse --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -48940,8 +48940,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 4569
-location: clients/tests/test-client.py:1060:test_004()/853
+size: 4564
+location: clients/tests/test-client.py:test_004()/853
cmd: $NMCLI --mode multiline --terse --color yes dev show
lang: C
returncode: 0
@@ -49086,8 +49086,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4579
-location: clients/tests/test-client.py:1060:test_004()/854
+size: 4574
+location: clients/tests/test-client.py:test_004()/854
cmd: $NMCLI --mode multiline --terse --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -49232,8 +49232,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 12556
-location: clients/tests/test-client.py:1063:test_004()/855
+size: 12551
+location: clients/tests/test-client.py:test_004()/855
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show
lang: C
returncode: 0
@@ -49631,8 +49631,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 12602
-location: clients/tests/test-client.py:1063:test_004()/856
+size: 12597
+location: clients/tests/test-client.py:test_004()/856
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -50030,8 +50030,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 911
-location: clients/tests/test-client.py:1066:test_004()/857
+size: 906
+location: clients/tests/test-client.py:test_004()/857
cmd: $NMCLI --mode multiline --terse --color yes dev show wlan0
lang: C
returncode: 0
@@ -50063,8 +50063,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 921
-location: clients/tests/test-client.py:1066:test_004()/858
+size: 916
+location: clients/tests/test-client.py:test_004()/858
cmd: $NMCLI --mode multiline --terse --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50096,8 +50096,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3107
-location: clients/tests/test-client.py:1069:test_004()/859
+size: 3102
+location: clients/tests/test-client.py:test_004()/859
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -50201,8 +50201,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3144
-location: clients/tests/test-client.py:1069:test_004()/860
+size: 3139
+location: clients/tests/test-client.py:test_004()/860
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50306,8 +50306,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1272
-location: clients/tests/test-client.py:1072:test_004()/861
+size: 1267
+location: clients/tests/test-client.py:test_004()/861
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -50353,8 +50353,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1282
-location: clients/tests/test-client.py:1072:test_004()/862
+size: 1277
+location: clients/tests/test-client.py:test_004()/862
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50400,8 +50400,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1272
-location: clients/tests/test-client.py:1075:test_004()/863
+size: 1267
+location: clients/tests/test-client.py:test_004()/863
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -50447,8 +50447,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1282
-location: clients/tests/test-client.py:1075:test_004()/864
+size: 1277
+location: clients/tests/test-client.py:test_004()/864
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50494,8 +50494,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 687
-location: clients/tests/test-client.py:1078:test_004()/865
+size: 682
+location: clients/tests/test-client.py:test_004()/865
cmd: $NMCLI --mode multiline --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -50518,8 +50518,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 697
-location: clients/tests/test-client.py:1078:test_004()/866
+size: 692
+location: clients/tests/test-client.py:test_004()/866
cmd: $NMCLI --mode multiline --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -50542,8 +50542,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2176
-location: clients/tests/test-client.py:1081:test_004()/867
+size: 2171
+location: clients/tests/test-client.py:test_004()/867
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -50621,8 +50621,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 2234
-location: clients/tests/test-client.py:1081:test_004()/868
+size: 2229
+location: clients/tests/test-client.py:test_004()/868
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -50700,8 +50700,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 984
-location: clients/tests/test-client.py:1083:test_004()/869
+size: 979
+location: clients/tests/test-client.py:test_004()/869
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -50747,8 +50747,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 1030
-location: clients/tests/test-client.py:1083:test_004()/870
+size: 1025
+location: clients/tests/test-client.py:test_004()/870
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -50794,8 +50794,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 2289
-location: clients/tests/test-client.py:1086:test_004()/871
+size: 2284
+location: clients/tests/test-client.py:test_004()/871
cmd: $NMCLI --mode multiline --terse --color yes -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
lang: C
returncode: 0
@@ -50873,8 +50873,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 2347
-location: clients/tests/test-client.py:1086:test_004()/872
+size: 2342
+location: clients/tests/test-client.py:test_004()/872
cmd: $NMCLI --mode multiline --terse --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -50952,8 +50952,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 727
-location: clients/tests/test-client.py:1088:test_004()/873
+size: 722
+location: clients/tests/test-client.py:test_004()/873
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -50980,8 +50980,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 749
-location: clients/tests/test-client.py:1088:test_004()/874
+size: 744
+location: clients/tests/test-client.py:test_004()/874
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -51008,8 +51008,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 412
-location: clients/tests/test-client.py:1090:test_004()/875
+size: 407
+location: clients/tests/test-client.py:test_004()/875
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -51028,8 +51028,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 431
-location: clients/tests/test-client.py:1090:test_004()/876
+size: 426
+location: clients/tests/test-client.py:test_004()/876
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -51048,8 +51048,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 840
-location: clients/tests/test-client.py:1093:test_004()/877
+size: 835
+location: clients/tests/test-client.py:test_004()/877
cmd: $NMCLI --mode multiline --terse --color yes -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
lang: C
returncode: 0
@@ -51076,8 +51076,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 862
-location: clients/tests/test-client.py:1093:test_004()/878
+size: 857
+location: clients/tests/test-client.py:test_004()/878
cmd: $NMCLI --mode multiline --terse --color yes -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
lang: pl_PL.UTF-8
returncode: 0
@@ -51104,8 +51104,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 3110
-location: clients/tests/test-client.py:1095:test_004()/879
+size: 3105
+location: clients/tests/test-client.py:test_004()/879
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -51209,8 +51209,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3147
-location: clients/tests/test-client.py:1095:test_004()/880
+size: 3142
+location: clients/tests/test-client.py:test_004()/880
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -51314,8 +51314,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 924
-location: clients/tests/test-client.py:1097:test_004()/881
+size: 919
+location: clients/tests/test-client.py:test_004()/881
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -51347,8 +51347,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 934
-location: clients/tests/test-client.py:1097:test_004()/882
+size: 929
+location: clients/tests/test-client.py:test_004()/882
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -51380,8 +51380,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3248
-location: clients/tests/test-client.py:1099:test_004()/883
+size: 3243
+location: clients/tests/test-client.py:test_004()/883
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: C
returncode: 0
@@ -51485,8 +51485,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3285
-location: clients/tests/test-client.py:1099:test_004()/884
+size: 3280
+location: clients/tests/test-client.py:test_004()/884
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,CAPABILITIES,WIFI-PROPERTIES,AP,WIRED-PROPERTIES,WIMAX-PROPERTIES,NSP,IP4,DHCP4,IP6,DHCP6,BOND,TEAM,BRIDGE,VLAN,BLUETOOTH,CONNECTIONS device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -51590,8 +51590,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1165
-location: clients/tests/test-client.py:1102:test_004()/885
+size: 1160
+location: clients/tests/test-client.py:test_004()/885
cmd: $NMCLI --mode multiline --terse --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -51620,8 +51620,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1175
-location: clients/tests/test-client.py:1102:test_004()/886
+size: 1170
+location: clients/tests/test-client.py:test_004()/886
cmd: $NMCLI --mode multiline --terse --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
diff --git a/clients/tests/test-client.py b/clients/tests/test-client.py
index a37aa37953..77ba529ab9 100755
--- a/clients/tests/test-client.py
+++ b/clients/tests/test-client.py
@@ -61,6 +61,13 @@ ENV_NM_TEST_CLIENT_CHECK_L10N = 'NM_TEST_CLIENT_CHECK_L10N'
# on disk with the expected output.
ENV_NM_TEST_REGENERATE = 'NM_TEST_REGENERATE'
+# whether the file location should include the line number. That is useful
+# only for debugging, to correlate the expected output with the test.
+# Obviously, since the expected output is commited to git without line numbers,
+# you'd have to first NM_TEST_REGENERATE the test expected data, with line
+# numbers enabled.
+ENV_NM_TEST_WITH_LINENO = 'NM_TEST_WITH_LINENO'
+
#
###############################################################################
@@ -287,6 +294,8 @@ class Configuration:
# which we assert. That is useful, if there are intentional changes and
# we want to regenerate the expected output.
v = (os.environ.get(ENV_NM_TEST_REGENERATE, '0') == '1')
+ elif name == ENV_NM_TEST_WITH_LINENO:
+ v = (os.environ.get(ENV_NM_TEST_WITH_LINENO, '0') == '1')
else:
raise Exception()
self._values[name] = v
@@ -561,7 +570,10 @@ class TestNmcli(NmTestBase):
# the file, so that the user can easier find the source (when looking at the .expected files)
self.assertTrue(os.path.abspath(frame.f_code.co_filename).endswith('/'+PathConfiguration.canonical_script_filename()))
- calling_location = '%s:%d:%s()/%d' % (PathConfiguration.canonical_script_filename(), frame.f_lineno, frame.f_code.co_name, calling_num)
+ if conf.get(ENV_NM_TEST_WITH_LINENO):
+ calling_location = '%s:%d:%s()/%d' % (PathConfiguration.canonical_script_filename(), frame.f_lineno, frame.f_code.co_name, calling_num)
+ else:
+ calling_location = '%s:%s()/%d' % (PathConfiguration.canonical_script_filename(), frame.f_code.co_name, calling_num)
if lang is None or lang == 'C':
lang = 'C'
@@ -1106,13 +1118,6 @@ class TestNmcli(NmTestBase):
def main():
global dbus_session_inited
- if sys.version_info.major == 3 and sys.version_info.minor == 8 and sys.version_info.releaselevel == 'beta':
- # 3.8-beta changed behavior for the line numbers, which
- # breaks the tests (https://bugs.python.org/issue38283)
- # skip the test for now.
- print("WARNING: skip client test with python 3.8-beta")
- sys.exit(0)
-
if len(sys.argv) >= 2 and sys.argv[1] == '--started-with-dbus-session':
dbus_session_inited = True
del sys.argv[1]