summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-15 10:48:32 +0100
committerThomas Haller <thaller@redhat.com>2021-03-15 17:10:55 +0100
commit019bc3233a0608c0bcf72c8e1b0e64063a4be25b (patch)
tree24273cfe9f549097b2f239aa172f692a079e7e34
parentd8dd6e94e604957d7788ad401bfc19fbaa69d68d (diff)
downloadNetworkManager-019bc3233a0608c0bcf72c8e1b0e64063a4be25b.tar.gz
client/tests: move "clients/tests/test-client.py" to "src/tests/client/"
Note that "test-client.py" currently only tests nmcli. But what it does is to spawn test-networkmanager-service.py and run nmcli against it. As such, it could really be used to test any NetworkManager client against the stub service. Hence this test is not under "src/nmcli/tests", but under "src/tests/client/" where it is more general.
-rw-r--r--Makefile.am26
-rw-r--r--src/tests/client/terminal-colors.d/nmcli.enable (renamed from clients/tests/terminal-colors.d/nmcli.enable)0
-rw-r--r--src/tests/client/terminal-colors.d/nmcli.schem (renamed from clients/tests/terminal-colors.d/nmcli.schem)0
-rw-r--r--src/tests/client/test-client.check-on-disk/test_001.expected (renamed from clients/tests/test-client.check-on-disk/test_001.expected)176
-rw-r--r--src/tests/client/test-client.check-on-disk/test_002.expected (renamed from clients/tests/test-client.check-on-disk/test_002.expected)96
-rw-r--r--src/tests/client/test-client.check-on-disk/test_003.expected (renamed from clients/tests/test-client.check-on-disk/test_003.expected)1692
-rw-r--r--src/tests/client/test-client.check-on-disk/test_004.expected (renamed from clients/tests/test-client.check-on-disk/test_004.expected)3688
-rwxr-xr-xsrc/tests/client/test-client.py (renamed from clients/tests/test-client.py)8
8 files changed, 2844 insertions, 2842 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f9c35132c..41df1ab475 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5181,33 +5181,35 @@ $(src_nm_cloud_setup_tests_test_cloud_setup_general_OBJECTS): $(src_libnm_client
endif
###############################################################################
-# clients/tests
+# src/tests/client
###############################################################################
-check-local-clients-tests-test-client: src/nmcli/nmcli clients/tests/test-client.py
- mkdir -p "$(builddir)/clients/tests/"
+check-local-tests-client: src/nmcli/nmcli src/tests/client/test-client.py
+ mkdir -p "$(builddir)/src/tests/client/"
"$(builddir)/src/nmcli/nmcli" --version
GI_TYPELIB_PATH="$(abs_builddir)/src/libnm-client-impl$${GI_TYPELIB_PATH:+:$$GI_TYPELIB_PATH}" \
LD_LIBRARY_PATH="$(abs_builddir)/src/libnm-client-impl/.libs$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH}" \
NM_TEST_CLIENT_BUILDDIR="$(abs_builddir)" \
NM_TEST_CLIENT_NMCLI_PATH=src/nmcli/nmcli \
"$(PYTHON)" \
- $(srcdir)/clients/tests/test-client.py -v &> "$(builddir)/clients/tests/test-client.log" && r=ok; \
- cat "$(builddir)/clients/tests/test-client.log"; \
+ $(srcdir)/src/tests/client/test-client.py -v &> "$(builddir)/src/tests/client/test-client.log" && r=ok; \
+ cat "$(builddir)/src/tests/client/test-client.log"; \
test "$$r" = ok
-check_local += check-local-clients-tests-test-client
+check_local += check-local-tests-client
-CLEANFILES += clients/tests/test-client.log
+CLEANFILES += src/tests/client/test-client.log
EXTRA_DIST += \
- clients/tests/test-client.py \
- clients/tests/test-client.check-on-disk/test_001.expected \
- clients/tests/test-client.check-on-disk/test_002.expected \
- clients/tests/test-client.check-on-disk/test_003.expected \
- clients/tests/test-client.check-on-disk/test_004.expected \
+ src/tests/client/test-client.py \
+ src/tests/client/test-client.check-on-disk/test_001.expected \
+ src/tests/client/test-client.check-on-disk/test_002.expected \
+ src/tests/client/test-client.check-on-disk/test_003.expected \
+ src/tests/client/test-client.check-on-disk/test_004.expected \
$(NULL)
+###############################################################################
+
check-local-gitlab-ci:
"$(srcdir)/tools/check-gitlab-ci.sh" "$(srcdir)"
diff --git a/clients/tests/terminal-colors.d/nmcli.enable b/src/tests/client/terminal-colors.d/nmcli.enable
index e69de29bb2..e69de29bb2 100644
--- a/clients/tests/terminal-colors.d/nmcli.enable
+++ b/src/tests/client/terminal-colors.d/nmcli.enable
diff --git a/clients/tests/terminal-colors.d/nmcli.schem b/src/tests/client/terminal-colors.d/nmcli.schem
index e69de29bb2..e69de29bb2 100644
--- a/clients/tests/terminal-colors.d/nmcli.schem
+++ b/src/tests/client/terminal-colors.d/nmcli.schem
diff --git a/clients/tests/test-client.check-on-disk/test_001.expected b/src/tests/client/test-client.check-on-disk/test_001.expected
index 25d4437bff..6297cf3847 100644
--- a/clients/tests/test-client.check-on-disk/test_001.expected
+++ b/src/tests/client/test-client.check-on-disk/test_001.expected
@@ -1,5 +1,5 @@
-size: 391
-location: clients/tests/test-client.py:test_001()/1
+size: 394
+location: src/tests/client/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: 434
-location: clients/tests/test-client.py:test_001()/2
+size: 437
+location: src/tests/client/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: 184
-location: clients/tests/test-client.py:test_001()/3
+size: 187
+location: src/tests/client/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: 210
-location: clients/tests/test-client.py:test_001()/4
+size: 213
+location: src/tests/client/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: 116
-location: clients/tests/test-client.py:test_001()/5
+size: 119
+location: src/tests/client/test-client.py:test_001()/5
cmd: $NMCLI c s
lang: C
returncode: 0
@@ -62,8 +62,8 @@ stdout: 1 bytes
<<<
-size: 126
-location: clients/tests/test-client.py:test_001()/6
+size: 129
+location: src/tests/client/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: 188
-location: clients/tests/test-client.py:test_001()/7
+size: 191
+location: src/tests/client/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: 217
-location: clients/tests/test-client.py:test_001()/8
+size: 220
+location: src/tests/client/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: 1484
-location: clients/tests/test-client.py:test_001()/9
+size: 1487
+location: src/tests/client/test-client.py:test_001()/9
cmd: $NMCLI general permissions
lang: C
returncode: 0
@@ -119,8 +119,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1513
-location: clients/tests/test-client.py:test_001()/10
+size: 1516
+location: src/tests/client/test-client.py:test_001()/10
cmd: $NMCLI general permissions
lang: pl_PL.UTF-8
returncode: 0
@@ -146,8 +146,8 @@ org.freedesktop.NetworkManager.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1614
-location: clients/tests/test-client.py:test_001()/11
+size: 1617
+location: src/tests/client/test-client.py:test_001()/11
cmd: $NMCLI --color yes general permissions
lang: C
returncode: 0
@@ -173,8 +173,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1642
-location: clients/tests/test-client.py:test_001()/12
+size: 1645
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1691
-location: clients/tests/test-client.py:test_001()/13
+size: 1694
+location: src/tests/client/test-client.py:test_001()/13
cmd: $NMCLI --pretty general permissions
lang: C
returncode: 0
@@ -231,8 +231,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1749
-location: clients/tests/test-client.py:test_001()/14
+size: 1752
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1820
-location: clients/tests/test-client.py:test_001()/15
+size: 1823
+location: src/tests/client/test-client.py:test_001()/15
cmd: $NMCLI --pretty --color yes general permissions
lang: C
returncode: 0
@@ -293,8 +293,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1878
-location: clients/tests/test-client.py:test_001()/16
+size: 1881
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1090
-location: clients/tests/test-client.py:test_001()/17
+size: 1093
+location: src/tests/client/test-client.py:test_001()/17
cmd: $NMCLI --terse general permissions
lang: C
returncode: 0
@@ -350,8 +350,8 @@ org.freedesktop.NetworkManager.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1100
-location: clients/tests/test-client.py:test_001()/18
+size: 1103
+location: src/tests/client/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.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1220
-location: clients/tests/test-client.py:test_001()/19
+size: 1223
+location: src/tests/client/test-client.py:test_001()/19
cmd: $NMCLI --terse --color yes general permissions
lang: C
returncode: 0
@@ -402,8 +402,8 @@ org.freedesktop.NetworkManager.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1230
-location: clients/tests/test-client.py:test_001()/20
+size: 1233
+location: src/tests/client/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.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1500
-location: clients/tests/test-client.py:test_001()/21
+size: 1503
+location: src/tests/client/test-client.py:test_001()/21
cmd: $NMCLI --mode tabular general permissions
lang: C
returncode: 0
@@ -455,8 +455,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1528
-location: clients/tests/test-client.py:test_001()/22
+size: 1531
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1629
-location: clients/tests/test-client.py:test_001()/23
+size: 1632
+location: src/tests/client/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.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1657
-location: clients/tests/test-client.py:test_001()/24
+size: 1660
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1706
-location: clients/tests/test-client.py:test_001()/25
+size: 1709
+location: src/tests/client/test-client.py:test_001()/25
cmd: $NMCLI --mode tabular --pretty general permissions
lang: C
returncode: 0
@@ -567,8 +567,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1764
-location: clients/tests/test-client.py:test_001()/26
+size: 1767
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1835
-location: clients/tests/test-client.py:test_001()/27
+size: 1838
+location: src/tests/client/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.wifi.share.open yes
org.freedesktop.NetworkManager.wifi.share.protected yes
<<<
-size: 1893
-location: clients/tests/test-client.py:test_001()/28
+size: 1896
+location: src/tests/client/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.wifi.share.open tak
org.freedesktop.NetworkManager.wifi.share.protected tak
<<<
-size: 1105
-location: clients/tests/test-client.py:test_001()/29
+size: 1108
+location: src/tests/client/test-client.py:test_001()/29
cmd: $NMCLI --mode tabular --terse general permissions
lang: C
returncode: 0
@@ -686,8 +686,8 @@ org.freedesktop.NetworkManager.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1115
-location: clients/tests/test-client.py:test_001()/30
+size: 1118
+location: src/tests/client/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.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1235
-location: clients/tests/test-client.py:test_001()/31
+size: 1238
+location: src/tests/client/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.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 1245
-location: clients/tests/test-client.py:test_001()/32
+size: 1248
+location: src/tests/client/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.wifi.share.open:yes
org.freedesktop.NetworkManager.wifi.share.protected:yes
<<<
-size: 2460
-location: clients/tests/test-client.py:test_001()/33
+size: 2463
+location: src/tests/client/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.shar
VALUE: yes
<<<
-size: 2477
-location: clients/tests/test-client.py:test_001()/34
+size: 2480
+location: src/tests/client/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.shar
VALUE: tak
<<<
-size: 2589
-location: clients/tests/test-client.py:test_001()/35
+size: 2592
+location: src/tests/client/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.shar
VALUE: yes
<<<
-size: 2606
-location: clients/tests/test-client.py:test_001()/36
+size: 2609
+location: src/tests/client/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.shar
VALUE: tak
<<<
-size: 4042
-location: clients/tests/test-client.py:test_001()/37
+size: 4045
+location: src/tests/client/test-client.py:test_001()/37
cmd: $NMCLI --mode multiline --pretty general permissions
lang: C
returncode: 0
@@ -999,8 +999,8 @@ VALUE: yes
-------------------------------------------------------------------------------
<<<
-size: 4064
-location: clients/tests/test-client.py:test_001()/38
+size: 4067
+location: src/tests/client/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: tak
-------------------------------------------------------------------------------
<<<
-size: 4171
-location: clients/tests/test-client.py:test_001()/39
+size: 4174
+location: src/tests/client/test-client.py:test_001()/39
cmd: $NMCLI --mode multiline --pretty --color yes general permissions
lang: C
returncode: 0
@@ -1125,8 +1125,8 @@ VALUE: yes
-------------------------------------------------------------------------------
<<<
-size: 4193
-location: clients/tests/test-client.py:test_001()/40
+size: 4196
+location: src/tests/client/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: tak
-------------------------------------------------------------------------------
<<<
-size: 1397
-location: clients/tests/test-client.py:test_001()/41
+size: 1400
+location: src/tests/client/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.share.protected
VALUE:yes
<<<
-size: 1407
-location: clients/tests/test-client.py:test_001()/42
+size: 1410
+location: src/tests/client/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.share.protected
VALUE:yes
<<<
-size: 1526
-location: clients/tests/test-client.py:test_001()/43
+size: 1529
+location: src/tests/client/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.share.protected
VALUE:yes
<<<
-size: 1536
-location: clients/tests/test-client.py:test_001()/44
+size: 1539
+location: src/tests/client/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/src/tests/client/test-client.check-on-disk/test_002.expected
index 1c6eecc59b..3ed99bf309 100644
--- a/clients/tests/test-client.check-on-disk/test_002.expected
+++ b/src/tests/client/test-client.check-on-disk/test_002.expected
@@ -1,5 +1,5 @@
-size: 373
-location: clients/tests/test-client.py:test_002()/1
+size: 376
+location: src/tests/client/test-client.py:test_002()/1
cmd: $NMCLI d
lang: C
returncode: 0
@@ -13,8 +13,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 388
-location: clients/tests/test-client.py:test_002()/2
+size: 391
+location: src/tests/client/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: 974
-location: clients/tests/test-client.py:test_002()/3
+size: 977
+location: src/tests/client/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: 989
-location: clients/tests/test-client.py:test_002()/4
+size: 992
+location: src/tests/client/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: 735
-location: clients/tests/test-client.py:test_002()/5
+size: 738
+location: src/tests/client/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: 808
-location: clients/tests/test-client.py:test_002()/6
+size: 811
+location: src/tests/client/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: 1420
-location: clients/tests/test-client.py:test_002()/7
+size: 1423
+location: src/tests/client/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: 1457
-location: clients/tests/test-client.py:test_002()/8
+size: 1460
+location: src/tests/client/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: 1874
-location: clients/tests/test-client.py:test_002()/9
+size: 1877
+location: src/tests/client/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: 1919
-location: clients/tests/test-client.py:test_002()/10
+size: 1922
+location: src/tests/client/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: 667
-location: clients/tests/test-client.py:test_002()/11
+size: 670
+location: src/tests/client/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: 704
-location: clients/tests/test-client.py:test_002()/12
+size: 707
+location: src/tests/client/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: 527
-location: clients/tests/test-client.py:test_002()/13
+size: 530
+location: src/tests/client/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: 571
-location: clients/tests/test-client.py:test_002()/14
+size: 574
+location: src/tests/client/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: 705
-location: clients/tests/test-client.py:test_002()/15
+size: 708
+location: src/tests/client/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: 785
-location: clients/tests/test-client.py:test_002()/16
+size: 788
+location: src/tests/client/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: 374
-location: clients/tests/test-client.py:test_002()/17
+size: 377
+location: src/tests/client/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: 411
-location: clients/tests/test-client.py:test_002()/18
+size: 414
+location: src/tests/client/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: 1969
-location: clients/tests/test-client.py:test_002()/19
+size: 1972
+location: src/tests/client/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: 2037
-location: clients/tests/test-client.py:test_002()/20
+size: 2040
+location: src/tests/client/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: 242
-location: clients/tests/test-client.py:test_002()/21
+size: 245
+location: src/tests/client/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: 252
-location: clients/tests/test-client.py:test_002()/22
+size: 255
+location: src/tests/client/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: 1263
-location: clients/tests/test-client.py:test_002()/23
+size: 1266
+location: src/tests/client/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: 1275
-location: clients/tests/test-client.py:test_002()/24
+size: 1278
+location: src/tests/client/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/src/tests/client/test-client.check-on-disk/test_003.expected
index 733c4faba7..eba31aab95 100644
--- a/clients/tests/test-client.check-on-disk/test_003.expected
+++ b/src/tests/client/test-client.check-on-disk/test_003.expected
@@ -1,5 +1,5 @@
-size: 240
-location: clients/tests/test-client.py:test_003()/1
+size: 243
+location: src/tests/client/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: 312
-location: clients/tests/test-client.py:test_003()/2
+size: 315
+location: src/tests/client/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: 322
-location: clients/tests/test-client.py:test_003()/3
+size: 325
+location: src/tests/client/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: 349
-location: clients/tests/test-client.py:test_003()/4
+size: 352
+location: src/tests/client/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: 224
-location: clients/tests/test-client.py:test_003()/5
+size: 227
+location: src/tests/client/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: 447
-location: clients/tests/test-client.py:test_003()/6
+size: 450
+location: src/tests/client/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: 457
-location: clients/tests/test-client.py:test_003()/7
+size: 460
+location: src/tests/client/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: 1510
-location: clients/tests/test-client.py:test_003()/8
+size: 1513
+location: src/tests/client/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: 1520
-location: clients/tests/test-client.py:test_003()/9
+size: 1523
+location: src/tests/client/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: 225
-location: clients/tests/test-client.py:test_003()/10
+size: 228
+location: src/tests/client/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: 235
-location: clients/tests/test-client.py:test_003()/11
+size: 238
+location: src/tests/client/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: 4533
-location: clients/tests/test-client.py:test_003()/12
+size: 4536
+location: src/tests/client/test-client.py:test_003()/12
cmd: $NMCLI con s con-gsm1
lang: C
returncode: 0
@@ -256,8 +256,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4563
-location: clients/tests/test-client.py:test_003()/13
+size: 4566
+location: src/tests/client/test-client.py:test_003()/13
cmd: $NMCLI con s con-gsm1
lang: pl_PL.UTF-8
returncode: 0
@@ -362,8 +362,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 248
-location: clients/tests/test-client.py:test_003()/14
+size: 251
+location: src/tests/client/test-client.py:test_003()/14
cmd: $NMCLI con up ethernet ifname eth0
lang: C
returncode: 0
@@ -372,8 +372,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
<<<
-size: 448
-location: clients/tests/test-client.py:test_003()/15
+size: 451
+location: src/tests/client/test-client.py:test_003()/15
cmd: $NMCLI con
lang: C
returncode: 0
@@ -386,8 +386,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 458
-location: clients/tests/test-client.py:test_003()/16
+size: 461
+location: src/tests/client/test-client.py:test_003()/16
cmd: $NMCLI con
lang: pl_PL.UTF-8
returncode: 0
@@ -400,8 +400,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 1726
-location: clients/tests/test-client.py:test_003()/17
+size: 1729
+location: src/tests/client/test-client.py:test_003()/17
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -414,8 +414,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: 1741
-location: clients/tests/test-client.py:test_003()/18
+size: 1744
+location: src/tests/client/test-client.py:test_003()/18
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -428,8 +428,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: 770
-location: clients/tests/test-client.py:test_003()/19
+size: 773
+location: src/tests/client/test-client.py:test_003()/19
cmd: $NMCLI -f ALL con s -a
lang: C
returncode: 0
@@ -439,8 +439,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: 782
-location: clients/tests/test-client.py:test_003()/20
+size: 785
+location: src/tests/client/test-client.py:test_003()/20
cmd: $NMCLI -f ALL con s -a
lang: pl_PL.UTF-8
returncode: 0
@@ -450,8 +450,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: 348
-location: clients/tests/test-client.py:test_003()/21
+size: 351
+location: src/tests/client/test-client.py:test_003()/21
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: C
returncode: 0
@@ -461,8 +461,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 358
-location: clients/tests/test-client.py:test_003()/22
+size: 361
+location: src/tests/client/test-client.py:test_003()/22
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: pl_PL.UTF-8
returncode: 0
@@ -472,8 +472,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 237
-location: clients/tests/test-client.py:test_003()/23
+size: 240
+location: src/tests/client/test-client.py:test_003()/23
cmd: $NMCLI -f UUID,NAME con s --active
lang: C
returncode: 0
@@ -483,8 +483,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 247
-location: clients/tests/test-client.py:test_003()/24
+size: 250
+location: src/tests/client/test-client.py:test_003()/24
cmd: $NMCLI -f UUID,NAME con s --active
lang: pl_PL.UTF-8
returncode: 0
@@ -494,8 +494,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 4308
-location: clients/tests/test-client.py:test_003()/25
+size: 4311
+location: src/tests/client/test-client.py:test_003()/25
cmd: $NMCLI -f ALL con s ethernet
lang: C
returncode: 0
@@ -595,8 +595,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4336
-location: clients/tests/test-client.py:test_003()/26
+size: 4339
+location: src/tests/client/test-client.py:test_003()/26
cmd: $NMCLI -f ALL con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -696,8 +696,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 195
-location: clients/tests/test-client.py:test_003()/27
+size: 198
+location: src/tests/client/test-client.py:test_003()/27
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: C
returncode: 0
@@ -706,8 +706,8 @@ stdout: 50 bytes
GENERAL.STATE: activated
<<<
-size: 206
-location: clients/tests/test-client.py:test_003()/28
+size: 209
+location: src/tests/client/test-client.py:test_003()/28
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -716,8 +716,8 @@ stdout: 51 bytes
GENERAL.STATE: aktywowano
<<<
-size: 5010
-location: clients/tests/test-client.py:test_003()/29
+size: 5013
+location: src/tests/client/test-client.py:test_003()/29
cmd: $NMCLI con s ethernet
lang: C
returncode: 0
@@ -830,8 +830,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5042
-location: clients/tests/test-client.py:test_003()/30
+size: 5045
+location: src/tests/client/test-client.py:test_003()/30
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -944,8 +944,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1405
-location: clients/tests/test-client.py:test_003()/31
+size: 1408
+location: src/tests/client/test-client.py:test_003()/31
cmd: $NMCLI -f ALL dev status
lang: C
returncode: 0
@@ -959,8 +959,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1421
-location: clients/tests/test-client.py:test_003()/32
+size: 1424
+location: src/tests/client/test-client.py:test_003()/32
cmd: $NMCLI -f ALL dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -974,8 +974,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 169
-location: clients/tests/test-client.py:test_003()/33
+size: 172
+location: src/tests/client/test-client.py:test_003()/33
cmd: $NMCLI -f ALL dev s eth0
lang: C
returncode: 2
@@ -984,8 +984,8 @@ stderr: 38 bytes
Error: invalid extra argument 'eth0'.
<<<
-size: 195
-location: clients/tests/test-client.py:test_003()/34
+size: 198
+location: src/tests/client/test-client.py:test_003()/34
cmd: $NMCLI -f ALL dev s eth0
lang: pl_PL.UTF-8
returncode: 2
@@ -994,8 +994,8 @@ stderr: 54 bytes
Błąd: nieprawidłowy dodatkowy parametr „eth0”.
<<<
-size: 3746
-location: clients/tests/test-client.py:test_003()/35
+size: 3749
+location: src/tests/client/test-client.py:test_003()/35
cmd: $NMCLI -f ALL dev show eth0
lang: C
returncode: 0
@@ -1065,8 +1065,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3783
-location: clients/tests/test-client.py:test_003()/36
+size: 3786
+location: src/tests/client/test-client.py:test_003()/36
cmd: $NMCLI -f ALL dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -1136,8 +1136,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2390
-location: clients/tests/test-client.py:test_003()/37
+size: 2393
+location: src/tests/client/test-client.py:test_003()/37
cmd: $NMCLI -f ALL -t dev show eth0
lang: C
returncode: 0
@@ -1207,8 +1207,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2400
-location: clients/tests/test-client.py:test_003()/38
+size: 2403
+location: src/tests/client/test-client.py:test_003()/38
cmd: $NMCLI -f ALL -t dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -1278,8 +1278,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 248
-location: clients/tests/test-client.py:test_003()/39
+size: 251
+location: src/tests/client/test-client.py:test_003()/39
cmd: $NMCLI con up ethernet ifname eth1
lang: C
returncode: 0
@@ -1288,8 +1288,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/2)
<<<
-size: 514
-location: clients/tests/test-client.py:test_003()/40
+size: 517
+location: src/tests/client/test-client.py:test_003()/40
cmd: $NMCLI con
lang: C
returncode: 0
@@ -1303,8 +1303,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 524
-location: clients/tests/test-client.py:test_003()/41
+size: 527
+location: src/tests/client/test-client.py:test_003()/41
cmd: $NMCLI con
lang: pl_PL.UTF-8
returncode: 0
@@ -1318,8 +1318,8 @@ con-gsm1 UUID-con-gsm1-REPLACED-REPLACED-REPL gsm --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
<<<
-size: 2046
-location: clients/tests/test-client.py:test_003()/42
+size: 2049
+location: src/tests/client/test-client.py:test_003()/42
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -1333,8 +1333,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: 2062
-location: clients/tests/test-client.py:test_003()/43
+size: 2065
+location: src/tests/client/test-client.py:test_003()/43
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -1348,8 +1348,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: 1090
-location: clients/tests/test-client.py:test_003()/44
+size: 1093
+location: src/tests/client/test-client.py:test_003()/44
cmd: $NMCLI -f ALL con s -a
lang: C
returncode: 0
@@ -1360,8 +1360,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: 1103
-location: clients/tests/test-client.py:test_003()/45
+size: 1106
+location: src/tests/client/test-client.py:test_003()/45
cmd: $NMCLI -f ALL con s -a
lang: pl_PL.UTF-8
returncode: 0
@@ -1372,8 +1372,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: 446
-location: clients/tests/test-client.py:test_003()/46
+size: 449
+location: src/tests/client/test-client.py:test_003()/46
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: C
returncode: 0
@@ -1384,8 +1384,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/2 eth1 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 456
-location: clients/tests/test-client.py:test_003()/47
+size: 459
+location: src/tests/client/test-client.py:test_003()/47
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: pl_PL.UTF-8
returncode: 0
@@ -1396,8 +1396,8 @@ ACTIVE-PATH DEVICE UUID
/org/freedesktop/NetworkManager/ActiveConnection/2 eth1 UUID-ethernet-REPLACED-REPLACED-REPL
<<<
-size: 237
-location: clients/tests/test-client.py:test_003()/48
+size: 240
+location: src/tests/client/test-client.py:test_003()/48
cmd: $NMCLI -f UUID,NAME con s --active
lang: C
returncode: 0
@@ -1407,8 +1407,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 247
-location: clients/tests/test-client.py:test_003()/49
+size: 250
+location: src/tests/client/test-client.py:test_003()/49
cmd: $NMCLI -f UUID,NAME con s --active
lang: pl_PL.UTF-8
returncode: 0
@@ -1418,8 +1418,8 @@ UUID NAME
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
<<<
-size: 4308
-location: clients/tests/test-client.py:test_003()/50
+size: 4311
+location: src/tests/client/test-client.py:test_003()/50
cmd: $NMCLI -f ALL con s ethernet
lang: C
returncode: 0
@@ -1519,8 +1519,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4336
-location: clients/tests/test-client.py:test_003()/51
+size: 4339
+location: src/tests/client/test-client.py:test_003()/51
cmd: $NMCLI -f ALL con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -1620,8 +1620,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 247
-location: clients/tests/test-client.py:test_003()/52
+size: 250
+location: src/tests/client/test-client.py:test_003()/52
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: C
returncode: 0
@@ -1632,8 +1632,8 @@ GENERAL.STATE: activated
GENERAL.STATE: activated
<<<
-size: 259
-location: clients/tests/test-client.py:test_003()/53
+size: 262
+location: src/tests/client/test-client.py:test_003()/53
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -1644,8 +1644,8 @@ GENERAL.STATE: aktywowano
GENERAL.STATE: aktywowano
<<<
-size: 5720
-location: clients/tests/test-client.py:test_003()/54
+size: 5723
+location: src/tests/client/test-client.py:test_003()/54
cmd: $NMCLI con s ethernet
lang: C
returncode: 0
@@ -1772,8 +1772,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5756
-location: clients/tests/test-client.py:test_003()/55
+size: 5759
+location: src/tests/client/test-client.py:test_003()/55
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -1900,8 +1900,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1405
-location: clients/tests/test-client.py:test_003()/56
+size: 1408
+location: src/tests/client/test-client.py:test_003()/56
cmd: $NMCLI -f ALL dev status
lang: C
returncode: 0
@@ -1915,8 +1915,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1422
-location: clients/tests/test-client.py:test_003()/57
+size: 1425
+location: src/tests/client/test-client.py:test_003()/57
cmd: $NMCLI -f ALL dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -1930,8 +1930,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 169
-location: clients/tests/test-client.py:test_003()/58
+size: 172
+location: src/tests/client/test-client.py:test_003()/58
cmd: $NMCLI -f ALL dev s eth0
lang: C
returncode: 2
@@ -1940,8 +1940,8 @@ stderr: 38 bytes
Error: invalid extra argument 'eth0'.
<<<
-size: 195
-location: clients/tests/test-client.py:test_003()/59
+size: 198
+location: src/tests/client/test-client.py:test_003()/59
cmd: $NMCLI -f ALL dev s eth0
lang: pl_PL.UTF-8
returncode: 2
@@ -1950,8 +1950,8 @@ stderr: 54 bytes
Błąd: nieprawidłowy dodatkowy parametr „eth0”.
<<<
-size: 3746
-location: clients/tests/test-client.py:test_003()/60
+size: 3749
+location: src/tests/client/test-client.py:test_003()/60
cmd: $NMCLI -f ALL dev show eth0
lang: C
returncode: 0
@@ -2021,8 +2021,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3783
-location: clients/tests/test-client.py:test_003()/61
+size: 3786
+location: src/tests/client/test-client.py:test_003()/61
cmd: $NMCLI -f ALL dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -2092,8 +2092,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2390
-location: clients/tests/test-client.py:test_003()/62
+size: 2393
+location: src/tests/client/test-client.py:test_003()/62
cmd: $NMCLI -f ALL -t dev show eth0
lang: C
returncode: 0
@@ -2163,8 +2163,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2400
-location: clients/tests/test-client.py:test_003()/63
+size: 2403
+location: src/tests/client/test-client.py:test_003()/63
cmd: $NMCLI -f ALL -t dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -2234,8 +2234,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2064
-location: clients/tests/test-client.py:test_003()/64
+size: 2067
+location: src/tests/client/test-client.py:test_003()/64
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -2249,8 +2249,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: 2086
-location: clients/tests/test-client.py:test_003()/65
+size: 2089
+location: src/tests/client/test-client.py:test_003()/65
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -2264,8 +2264,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: 371
-location: clients/tests/test-client.py:test_003()/66
+size: 374
+location: src/tests/client/test-client.py:test_003()/66
cmd: $NMCLI -f UUID,TYPE con
lang: C
returncode: 0
@@ -2278,8 +2278,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 381
-location: clients/tests/test-client.py:test_003()/67
+size: 384
+location: src/tests/client/test-client.py:test_003()/67
cmd: $NMCLI -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -2292,8 +2292,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 5723
-location: clients/tests/test-client.py:test_003()/68
+size: 5726
+location: src/tests/client/test-client.py:test_003()/68
cmd: $NMCLI con s ethernet
lang: C
returncode: 0
@@ -2420,8 +2420,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5760
-location: clients/tests/test-client.py:test_003()/69
+size: 5763
+location: src/tests/client/test-client.py:test_003()/69
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -2548,8 +2548,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5053
-location: clients/tests/test-client.py:test_003()/70
+size: 5056
+location: src/tests/client/test-client.py:test_003()/70
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -2662,8 +2662,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5086
-location: clients/tests/test-client.py:test_003()/71
+size: 5089
+location: src/tests/client/test-client.py:test_003()/71
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -2776,8 +2776,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3746
-location: clients/tests/test-client.py:test_003()/72
+size: 3749
+location: src/tests/client/test-client.py:test_003()/72
cmd: $NMCLI -f all dev show eth0
lang: C
returncode: 0
@@ -2847,8 +2847,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3783
-location: clients/tests/test-client.py:test_003()/73
+size: 3786
+location: src/tests/client/test-client.py:test_003()/73
cmd: $NMCLI -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -2918,8 +2918,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2346
-location: clients/tests/test-client.py:test_003()/74
+size: 2349
+location: src/tests/client/test-client.py:test_003()/74
cmd: $NMCLI --color yes -f ALL con
lang: C
returncode: 0
@@ -2933,8 +2933,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: 2368
-location: clients/tests/test-client.py:test_003()/75
+size: 2371
+location: src/tests/client/test-client.py:test_003()/75
cmd: $NMCLI --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -2948,8 +2948,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: 401
-location: clients/tests/test-client.py:test_003()/76
+size: 404
+location: src/tests/client/test-client.py:test_003()/76
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -2962,8 +2962,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 411
-location: clients/tests/test-client.py:test_003()/77
+size: 414
+location: src/tests/client/test-client.py:test_003()/77
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -2976,8 +2976,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 5735
-location: clients/tests/test-client.py:test_003()/78
+size: 5738
+location: src/tests/client/test-client.py:test_003()/78
cmd: $NMCLI --color yes con s ethernet
lang: C
returncode: 0
@@ -3104,8 +3104,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5772
-location: clients/tests/test-client.py:test_003()/79
+size: 5775
+location: src/tests/client/test-client.py:test_003()/79
cmd: $NMCLI --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -3232,8 +3232,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5065
-location: clients/tests/test-client.py:test_003()/80
+size: 5068
+location: src/tests/client/test-client.py:test_003()/80
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -3346,8 +3346,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5098
-location: clients/tests/test-client.py:test_003()/81
+size: 5101
+location: src/tests/client/test-client.py:test_003()/81
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -3460,8 +3460,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3758
-location: clients/tests/test-client.py:test_003()/82
+size: 3761
+location: src/tests/client/test-client.py:test_003()/82
cmd: $NMCLI --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -3531,8 +3531,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3795
-location: clients/tests/test-client.py:test_003()/83
+size: 3798
+location: src/tests/client/test-client.py:test_003()/83
cmd: $NMCLI --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -3602,8 +3602,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2550
-location: clients/tests/test-client.py:test_003()/84
+size: 2553
+location: src/tests/client/test-client.py:test_003()/84
cmd: $NMCLI --pretty -f ALL con
lang: C
returncode: 0
@@ -3621,8 +3621,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: 2594
-location: clients/tests/test-client.py:test_003()/85
+size: 2597
+location: src/tests/client/test-client.py:test_003()/85
cmd: $NMCLI --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -3640,8 +3640,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: 582
-location: clients/tests/test-client.py:test_003()/86
+size: 585
+location: src/tests/client/test-client.py:test_003()/86
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -3658,8 +3658,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 612
-location: clients/tests/test-client.py:test_003()/87
+size: 615
+location: src/tests/client/test-client.py:test_003()/87
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -3676,8 +3676,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 6977
-location: clients/tests/test-client.py:test_003()/88
+size: 6980
+location: src/tests/client/test-client.py:test_003()/88
cmd: $NMCLI --pretty con s ethernet
lang: C
returncode: 0
@@ -3820,8 +3820,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 7033
-location: clients/tests/test-client.py:test_003()/89
+size: 7036
+location: src/tests/client/test-client.py:test_003()/89
cmd: $NMCLI --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -3964,8 +3964,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 5994
-location: clients/tests/test-client.py:test_003()/90
+size: 5997
+location: src/tests/client/test-client.py:test_003()/90
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -4090,8 +4090,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6039
-location: clients/tests/test-client.py:test_003()/91
+size: 6042
+location: src/tests/client/test-client.py:test_003()/91
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -4216,8 +4216,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4686
-location: clients/tests/test-client.py:test_003()/92
+size: 4689
+location: src/tests/client/test-client.py:test_003()/92
cmd: $NMCLI --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -4299,8 +4299,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4729
-location: clients/tests/test-client.py:test_003()/93
+size: 4732
+location: src/tests/client/test-client.py:test_003()/93
cmd: $NMCLI --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -4382,8 +4382,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 2832
-location: clients/tests/test-client.py:test_003()/94
+size: 2835
+location: src/tests/client/test-client.py:test_003()/94
cmd: $NMCLI --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -4401,8 +4401,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: 2876
-location: clients/tests/test-client.py:test_003()/95
+size: 2879
+location: src/tests/client/test-client.py:test_003()/95
cmd: $NMCLI --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -4420,8 +4420,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: 612
-location: clients/tests/test-client.py:test_003()/96
+size: 615
+location: src/tests/client/test-client.py:test_003()/96
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -4438,8 +4438,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 642
-location: clients/tests/test-client.py:test_003()/97
+size: 645
+location: src/tests/client/test-client.py:test_003()/97
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -4456,8 +4456,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 6989
-location: clients/tests/test-client.py:test_003()/98
+size: 6992
+location: src/tests/client/test-client.py:test_003()/98
cmd: $NMCLI --pretty --color yes con s ethernet
lang: C
returncode: 0
@@ -4600,8 +4600,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 7045
-location: clients/tests/test-client.py:test_003()/99
+size: 7048
+location: src/tests/client/test-client.py:test_003()/99
cmd: $NMCLI --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -4744,8 +4744,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6007
-location: clients/tests/test-client.py:test_003()/100
+size: 6010
+location: src/tests/client/test-client.py:test_003()/100
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -4870,8 +4870,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6052
-location: clients/tests/test-client.py:test_003()/101
+size: 6055
+location: src/tests/client/test-client.py:test_003()/101
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -4996,8 +4996,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4699
-location: clients/tests/test-client.py:test_003()/102
+size: 4702
+location: src/tests/client/test-client.py:test_003()/102
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -5079,8 +5079,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4742
-location: clients/tests/test-client.py:test_003()/103
+size: 4745
+location: src/tests/client/test-client.py:test_003()/103
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -5162,8 +5162,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 1181
-location: clients/tests/test-client.py:test_003()/104
+size: 1184
+location: src/tests/client/test-client.py:test_003()/104
cmd: $NMCLI --terse -f ALL con
lang: C
returncode: 0
@@ -5176,8 +5176,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: 1191
-location: clients/tests/test-client.py:test_003()/105
+size: 1194
+location: src/tests/client/test-client.py:test_003()/105
cmd: $NMCLI --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -5190,8 +5190,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: 337
-location: clients/tests/test-client.py:test_003()/106
+size: 340
+location: src/tests/client/test-client.py:test_003()/106
cmd: $NMCLI --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -5203,8 +5203,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 347
-location: clients/tests/test-client.py:test_003()/107
+size: 350
+location: src/tests/client/test-client.py:test_003()/107
cmd: $NMCLI --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -5216,8 +5216,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 3070
-location: clients/tests/test-client.py:test_003()/108
+size: 3073
+location: src/tests/client/test-client.py:test_003()/108
cmd: $NMCLI --terse con s ethernet
lang: C
returncode: 0
@@ -5344,8 +5344,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 3080
-location: clients/tests/test-client.py:test_003()/109
+size: 3083
+location: src/tests/client/test-client.py:test_003()/109
cmd: $NMCLI --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -5472,8 +5472,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2720
-location: clients/tests/test-client.py:test_003()/110
+size: 2723
+location: src/tests/client/test-client.py:test_003()/110
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -5586,8 +5586,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2730
-location: clients/tests/test-client.py:test_003()/111
+size: 2733
+location: src/tests/client/test-client.py:test_003()/111
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -5700,8 +5700,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2396
-location: clients/tests/test-client.py:test_003()/112
+size: 2399
+location: src/tests/client/test-client.py:test_003()/112
cmd: $NMCLI --terse -f all dev show eth0
lang: C
returncode: 0
@@ -5771,8 +5771,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2406
-location: clients/tests/test-client.py:test_003()/113
+size: 2409
+location: src/tests/client/test-client.py:test_003()/113
cmd: $NMCLI --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -5842,8 +5842,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 1463
-location: clients/tests/test-client.py:test_003()/114
+size: 1466
+location: src/tests/client/test-client.py:test_003()/114
cmd: $NMCLI --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -5856,8 +5856,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: 1473
-location: clients/tests/test-client.py:test_003()/115
+size: 1476
+location: src/tests/client/test-client.py:test_003()/115
cmd: $NMCLI --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -5870,8 +5870,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: 367
-location: clients/tests/test-client.py:test_003()/116
+size: 370
+location: src/tests/client/test-client.py:test_003()/116
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -5883,8 +5883,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 377
-location: clients/tests/test-client.py:test_003()/117
+size: 380
+location: src/tests/client/test-client.py:test_003()/117
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -5896,8 +5896,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 3082
-location: clients/tests/test-client.py:test_003()/118
+size: 3085
+location: src/tests/client/test-client.py:test_003()/118
cmd: $NMCLI --terse --color yes con s ethernet
lang: C
returncode: 0
@@ -6024,8 +6024,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 3092
-location: clients/tests/test-client.py:test_003()/119
+size: 3095
+location: src/tests/client/test-client.py:test_003()/119
cmd: $NMCLI --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -6152,8 +6152,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2732
-location: clients/tests/test-client.py:test_003()/120
+size: 2735
+location: src/tests/client/test-client.py:test_003()/120
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -6266,8 +6266,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2742
-location: clients/tests/test-client.py:test_003()/121
+size: 2745
+location: src/tests/client/test-client.py:test_003()/121
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -6380,8 +6380,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2408
-location: clients/tests/test-client.py:test_003()/122
+size: 2411
+location: src/tests/client/test-client.py:test_003()/122
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -6451,8 +6451,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2418
-location: clients/tests/test-client.py:test_003()/123
+size: 2421
+location: src/tests/client/test-client.py:test_003()/123
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6522,8 +6522,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2080
-location: clients/tests/test-client.py:test_003()/124
+size: 2083
+location: src/tests/client/test-client.py:test_003()/124
cmd: $NMCLI --mode tabular -f ALL con
lang: C
returncode: 0
@@ -6537,8 +6537,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: 2102
-location: clients/tests/test-client.py:test_003()/125
+size: 2105
+location: src/tests/client/test-client.py:test_003()/125
cmd: $NMCLI --mode tabular -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -6552,8 +6552,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: 387
-location: clients/tests/test-client.py:test_003()/126
+size: 390
+location: src/tests/client/test-client.py:test_003()/126
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: C
returncode: 0
@@ -6566,8 +6566,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 397
-location: clients/tests/test-client.py:test_003()/127
+size: 400
+location: src/tests/client/test-client.py:test_003()/127
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -6580,8 +6580,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 3838
-location: clients/tests/test-client.py:test_003()/128
+size: 3841
+location: src/tests/client/test-client.py:test_003()/128
cmd: $NMCLI --mode tabular con s ethernet
lang: C
returncode: 0
@@ -6611,8 +6611,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 3872
-location: clients/tests/test-client.py:test_003()/129
+size: 3875
+location: src/tests/client/test-client.py:test_003()/129
cmd: $NMCLI --mode tabular con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -6642,8 +6642,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 3376
-location: clients/tests/test-client.py:test_003()/130
+size: 3379
+location: src/tests/client/test-client.py:test_003()/130
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -6669,8 +6669,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 3408
-location: clients/tests/test-client.py:test_003()/131
+size: 3411
+location: src/tests/client/test-client.py:test_003()/131
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -6696,8 +6696,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 3146
-location: clients/tests/test-client.py:test_003()/132
+size: 3149
+location: src/tests/client/test-client.py:test_003()/132
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: C
returncode: 0
@@ -6731,8 +6731,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: 3176
-location: clients/tests/test-client.py:test_003()/133
+size: 3179
+location: src/tests/client/test-client.py:test_003()/133
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -6766,8 +6766,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: 2362
-location: clients/tests/test-client.py:test_003()/134
+size: 2365
+location: src/tests/client/test-client.py:test_003()/134
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: C
returncode: 0
@@ -6781,8 +6781,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: 2384
-location: clients/tests/test-client.py:test_003()/135
+size: 2387
+location: src/tests/client/test-client.py:test_003()/135
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -6796,8 +6796,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: 417
-location: clients/tests/test-client.py:test_003()/136
+size: 420
+location: src/tests/client/test-client.py:test_003()/136
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -6810,8 +6810,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 427
-location: clients/tests/test-client.py:test_003()/137
+size: 430
+location: src/tests/client/test-client.py:test_003()/137
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -6824,8 +6824,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 3850
-location: clients/tests/test-client.py:test_003()/138
+size: 3853
+location: src/tests/client/test-client.py:test_003()/138
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: C
returncode: 0
@@ -6855,8 +6855,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 3884
-location: clients/tests/test-client.py:test_003()/139
+size: 3887
+location: src/tests/client/test-client.py:test_003()/139
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -6886,8 +6886,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 3388
-location: clients/tests/test-client.py:test_003()/140
+size: 3391
+location: src/tests/client/test-client.py:test_003()/140
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -6913,8 +6913,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 3420
-location: clients/tests/test-client.py:test_003()/141
+size: 3423
+location: src/tests/client/test-client.py:test_003()/141
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -6940,8 +6940,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 3158
-location: clients/tests/test-client.py:test_003()/142
+size: 3161
+location: src/tests/client/test-client.py:test_003()/142
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -6975,8 +6975,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: 3188
-location: clients/tests/test-client.py:test_003()/143
+size: 3191
+location: src/tests/client/test-client.py:test_003()/143
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7010,8 +7010,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: 2566
-location: clients/tests/test-client.py:test_003()/144
+size: 2569
+location: src/tests/client/test-client.py:test_003()/144
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: C
returncode: 0
@@ -7029,8 +7029,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: 2610
-location: clients/tests/test-client.py:test_003()/145
+size: 2613
+location: src/tests/client/test-client.py:test_003()/145
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7048,8 +7048,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: 598
-location: clients/tests/test-client.py:test_003()/146
+size: 601
+location: src/tests/client/test-client.py:test_003()/146
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -7066,8 +7066,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 628
-location: clients/tests/test-client.py:test_003()/147
+size: 631
+location: src/tests/client/test-client.py:test_003()/147
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7084,8 +7084,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 6242
-location: clients/tests/test-client.py:test_003()/148
+size: 6245
+location: src/tests/client/test-client.py:test_003()/148
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: C
returncode: 0
@@ -7131,8 +7131,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 6336
-location: clients/tests/test-client.py:test_003()/149
+size: 6339
+location: src/tests/client/test-client.py:test_003()/149
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7178,8 +7178,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 5318
-location: clients/tests/test-client.py:test_003()/150
+size: 5321
+location: src/tests/client/test-client.py:test_003()/150
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7217,8 +7217,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 5390
-location: clients/tests/test-client.py:test_003()/151
+size: 5393
+location: src/tests/client/test-client.py:test_003()/151
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7256,8 +7256,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 4733
-location: clients/tests/test-client.py:test_003()/152
+size: 4736
+location: src/tests/client/test-client.py:test_003()/152
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -7303,8 +7303,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: 4799
-location: clients/tests/test-client.py:test_003()/153
+size: 4802
+location: src/tests/client/test-client.py:test_003()/153
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7350,8 +7350,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: 2848
-location: clients/tests/test-client.py:test_003()/154
+size: 2851
+location: src/tests/client/test-client.py:test_003()/154
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -7369,8 +7369,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: 2892
-location: clients/tests/test-client.py:test_003()/155
+size: 2895
+location: src/tests/client/test-client.py:test_003()/155
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7388,8 +7388,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: 628
-location: clients/tests/test-client.py:test_003()/156
+size: 631
+location: src/tests/client/test-client.py:test_003()/156
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -7406,8 +7406,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 658
-location: clients/tests/test-client.py:test_003()/157
+size: 661
+location: src/tests/client/test-client.py:test_003()/157
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7424,8 +7424,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 6254
-location: clients/tests/test-client.py:test_003()/158
+size: 6257
+location: src/tests/client/test-client.py:test_003()/158
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: C
returncode: 0
@@ -7471,8 +7471,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 6348
-location: clients/tests/test-client.py:test_003()/159
+size: 6351
+location: src/tests/client/test-client.py:test_003()/159
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7518,8 +7518,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 5330
-location: clients/tests/test-client.py:test_003()/160
+size: 5333
+location: src/tests/client/test-client.py:test_003()/160
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7557,8 +7557,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 5402
-location: clients/tests/test-client.py:test_003()/161
+size: 5405
+location: src/tests/client/test-client.py:test_003()/161
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7596,8 +7596,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 4745
-location: clients/tests/test-client.py:test_003()/162
+size: 4748
+location: src/tests/client/test-client.py:test_003()/162
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -7643,8 +7643,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: 4811
-location: clients/tests/test-client.py:test_003()/163
+size: 4814
+location: src/tests/client/test-client.py:test_003()/163
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7690,8 +7690,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: 1196
-location: clients/tests/test-client.py:test_003()/164
+size: 1199
+location: src/tests/client/test-client.py:test_003()/164
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: C
returncode: 0
@@ -7704,8 +7704,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: 1206
-location: clients/tests/test-client.py:test_003()/165
+size: 1209
+location: src/tests/client/test-client.py:test_003()/165
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7718,8 +7718,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: 352
-location: clients/tests/test-client.py:test_003()/166
+size: 355
+location: src/tests/client/test-client.py:test_003()/166
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -7731,8 +7731,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 362
-location: clients/tests/test-client.py:test_003()/167
+size: 365
+location: src/tests/client/test-client.py:test_003()/167
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7744,8 +7744,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 853
-location: clients/tests/test-client.py:test_003()/168
+size: 856
+location: src/tests/client/test-client.py:test_003()/168
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: C
returncode: 0
@@ -7761,8 +7761,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no:
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 863
-location: clients/tests/test-client.py:test_003()/169
+size: 866
+location: src/tests/client/test-client.py:test_003()/169
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7778,8 +7778,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no:
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 701
-location: clients/tests/test-client.py:test_003()/170
+size: 704
+location: src/tests/client/test-client.py:test_003()/170
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7793,8 +7793,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 711
-location: clients/tests/test-client.py:test_003()/171
+size: 714
+location: src/tests/client/test-client.py:test_003()/171
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7808,8 +7808,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1443
-location: clients/tests/test-client.py:test_003()/172
+size: 1446
+location: src/tests/client/test-client.py:test_003()/172
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: C
returncode: 0
@@ -7826,8 +7826,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: 1453
-location: clients/tests/test-client.py:test_003()/173
+size: 1456
+location: src/tests/client/test-client.py:test_003()/173
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7844,8 +7844,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: 1478
-location: clients/tests/test-client.py:test_003()/174
+size: 1481
+location: src/tests/client/test-client.py:test_003()/174
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -7858,8 +7858,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: 1488
-location: clients/tests/test-client.py:test_003()/175
+size: 1491
+location: src/tests/client/test-client.py:test_003()/175
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -7872,8 +7872,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: 382
-location: clients/tests/test-client.py:test_003()/176
+size: 385
+location: src/tests/client/test-client.py:test_003()/176
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -7885,8 +7885,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 392
-location: clients/tests/test-client.py:test_003()/177
+size: 395
+location: src/tests/client/test-client.py:test_003()/177
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -7898,8 +7898,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 865
-location: clients/tests/test-client.py:test_003()/178
+size: 868
+location: src/tests/client/test-client.py:test_003()/178
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: C
returncode: 0
@@ -7915,8 +7915,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no:
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 875
-location: clients/tests/test-client.py:test_003()/179
+size: 878
+location: src/tests/client/test-client.py:test_003()/179
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -7932,8 +7932,8 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no:
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 713
-location: clients/tests/test-client.py:test_003()/180
+size: 716
+location: src/tests/client/test-client.py:test_003()/180
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -7947,8 +7947,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 723
-location: clients/tests/test-client.py:test_003()/181
+size: 726
+location: src/tests/client/test-client.py:test_003()/181
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -7962,8 +7962,8 @@ proxy:none:no::
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1455
-location: clients/tests/test-client.py:test_003()/182
+size: 1458
+location: src/tests/client/test-client.py:test_003()/182
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -7980,8 +7980,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: 1465
-location: clients/tests/test-client.py:test_003()/183
+size: 1468
+location: src/tests/client/test-client.py:test_003()/183
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7998,8 +7998,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: 4194
-location: clients/tests/test-client.py:test_003()/184
+size: 4197
+location: src/tests/client/test-client.py:test_003()/184
cmd: $NMCLI --mode multiline -f ALL con
lang: C
returncode: 0
@@ -8082,8 +8082,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4216
-location: clients/tests/test-client.py:test_003()/185
+size: 4219
+location: src/tests/client/test-client.py:test_003()/185
cmd: $NMCLI --mode multiline -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -8166,8 +8166,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 648
-location: clients/tests/test-client.py:test_003()/186
+size: 651
+location: src/tests/client/test-client.py:test_003()/186
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: C
returncode: 0
@@ -8183,8 +8183,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 658
-location: clients/tests/test-client.py:test_003()/187
+size: 661
+location: src/tests/client/test-client.py:test_003()/187
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -8200,8 +8200,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 5741
-location: clients/tests/test-client.py:test_003()/188
+size: 5744
+location: src/tests/client/test-client.py:test_003()/188
cmd: $NMCLI --mode multiline con s ethernet
lang: C
returncode: 0
@@ -8328,8 +8328,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5778
-location: clients/tests/test-client.py:test_003()/189
+size: 5781
+location: src/tests/client/test-client.py:test_003()/189
cmd: $NMCLI --mode multiline con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -8456,8 +8456,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5071
-location: clients/tests/test-client.py:test_003()/190
+size: 5074
+location: src/tests/client/test-client.py:test_003()/190
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -8570,8 +8570,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5104
-location: clients/tests/test-client.py:test_003()/191
+size: 5107
+location: src/tests/client/test-client.py:test_003()/191
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -8684,8 +8684,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3764
-location: clients/tests/test-client.py:test_003()/192
+size: 3767
+location: src/tests/client/test-client.py:test_003()/192
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: C
returncode: 0
@@ -8755,8 +8755,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3801
-location: clients/tests/test-client.py:test_003()/193
+size: 3804
+location: src/tests/client/test-client.py:test_003()/193
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -8826,8 +8826,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4476
-location: clients/tests/test-client.py:test_003()/194
+size: 4479
+location: src/tests/client/test-client.py:test_003()/194
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: C
returncode: 0
@@ -8910,8 +8910,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4498
-location: clients/tests/test-client.py:test_003()/195
+size: 4501
+location: src/tests/client/test-client.py:test_003()/195
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -8994,8 +8994,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 678
-location: clients/tests/test-client.py:test_003()/196
+size: 681
+location: src/tests/client/test-client.py:test_003()/196
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -9011,8 +9011,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 688
-location: clients/tests/test-client.py:test_003()/197
+size: 691
+location: src/tests/client/test-client.py:test_003()/197
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -9028,8 +9028,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 5753
-location: clients/tests/test-client.py:test_003()/198
+size: 5756
+location: src/tests/client/test-client.py:test_003()/198
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: C
returncode: 0
@@ -9156,8 +9156,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5790
-location: clients/tests/test-client.py:test_003()/199
+size: 5793
+location: src/tests/client/test-client.py:test_003()/199
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -9284,8 +9284,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5083
-location: clients/tests/test-client.py:test_003()/200
+size: 5086
+location: src/tests/client/test-client.py:test_003()/200
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -9398,8 +9398,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 5116
-location: clients/tests/test-client.py:test_003()/201
+size: 5119
+location: src/tests/client/test-client.py:test_003()/201
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -9512,8 +9512,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3776
-location: clients/tests/test-client.py:test_003()/202
+size: 3779
+location: src/tests/client/test-client.py:test_003()/202
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -9583,8 +9583,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 3813
-location: clients/tests/test-client.py:test_003()/203
+size: 3816
+location: src/tests/client/test-client.py:test_003()/203
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -9654,8 +9654,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 4820
-location: clients/tests/test-client.py:test_003()/204
+size: 4823
+location: src/tests/client/test-client.py:test_003()/204
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: C
returncode: 0
@@ -9746,8 +9746,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 4848
-location: clients/tests/test-client.py:test_003()/205
+size: 4851
+location: src/tests/client/test-client.py:test_003()/205
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -9838,8 +9838,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 1195
-location: clients/tests/test-client.py:test_003()/206
+size: 1198
+location: src/tests/client/test-client.py:test_003()/206
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -9862,8 +9862,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1211
-location: clients/tests/test-client.py:test_003()/207
+size: 1214
+location: src/tests/client/test-client.py:test_003()/207
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -9886,8 +9886,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 6995
-location: clients/tests/test-client.py:test_003()/208
+size: 6998
+location: src/tests/client/test-client.py:test_003()/208
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: C
returncode: 0
@@ -10030,8 +10030,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 7051
-location: clients/tests/test-client.py:test_003()/209
+size: 7054
+location: src/tests/client/test-client.py:test_003()/209
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -10174,8 +10174,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6012
-location: clients/tests/test-client.py:test_003()/210
+size: 6015
+location: src/tests/client/test-client.py:test_003()/210
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -10300,8 +10300,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6057
-location: clients/tests/test-client.py:test_003()/211
+size: 6060
+location: src/tests/client/test-client.py:test_003()/211
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -10426,8 +10426,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4704
-location: clients/tests/test-client.py:test_003()/212
+size: 4707
+location: src/tests/client/test-client.py:test_003()/212
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -10509,8 +10509,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4747
-location: clients/tests/test-client.py:test_003()/213
+size: 4750
+location: src/tests/client/test-client.py:test_003()/213
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -10592,8 +10592,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 5102
-location: clients/tests/test-client.py:test_003()/214
+size: 5105
+location: src/tests/client/test-client.py:test_003()/214
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -10684,8 +10684,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 5130
-location: clients/tests/test-client.py:test_003()/215
+size: 5133
+location: src/tests/client/test-client.py:test_003()/215
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -10776,8 +10776,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 1225
-location: clients/tests/test-client.py:test_003()/216
+size: 1228
+location: src/tests/client/test-client.py:test_003()/216
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -10800,8 +10800,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1241
-location: clients/tests/test-client.py:test_003()/217
+size: 1244
+location: src/tests/client/test-client.py:test_003()/217
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -10824,8 +10824,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 7007
-location: clients/tests/test-client.py:test_003()/218
+size: 7010
+location: src/tests/client/test-client.py:test_003()/218
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: C
returncode: 0
@@ -10968,8 +10968,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 7063
-location: clients/tests/test-client.py:test_003()/219
+size: 7066
+location: src/tests/client/test-client.py:test_003()/219
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -11112,8 +11112,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6024
-location: clients/tests/test-client.py:test_003()/220
+size: 6027
+location: src/tests/client/test-client.py:test_003()/220
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -11238,8 +11238,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 6069
-location: clients/tests/test-client.py:test_003()/221
+size: 6072
+location: src/tests/client/test-client.py:test_003()/221
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -11364,8 +11364,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4716
-location: clients/tests/test-client.py:test_003()/222
+size: 4719
+location: src/tests/client/test-client.py:test_003()/222
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -11447,8 +11447,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 4759
-location: clients/tests/test-client.py:test_003()/223
+size: 4762
+location: src/tests/client/test-client.py:test_003()/223
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -11530,8 +11530,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | e
-------------------------------------------------------------------------------
<<<
-size: 1893
-location: clients/tests/test-client.py:test_003()/224
+size: 1896
+location: src/tests/client/test-client.py:test_003()/224
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: C
returncode: 0
@@ -11614,8 +11614,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1903
-location: clients/tests/test-client.py:test_003()/225
+size: 1906
+location: src/tests/client/test-client.py:test_003()/225
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -11698,8 +11698,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 394
-location: clients/tests/test-client.py:test_003()/226
+size: 397
+location: src/tests/client/test-client.py:test_003()/226
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -11715,8 +11715,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 404
-location: clients/tests/test-client.py:test_003()/227
+size: 407
+location: src/tests/client/test-client.py:test_003()/227
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -11732,8 +11732,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 3087
-location: clients/tests/test-client.py:test_003()/228
+size: 3090
+location: src/tests/client/test-client.py:test_003()/228
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: C
returncode: 0
@@ -11860,8 +11860,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 3097
-location: clients/tests/test-client.py:test_003()/229
+size: 3100
+location: src/tests/client/test-client.py:test_003()/229
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -11988,8 +11988,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2737
-location: clients/tests/test-client.py:test_003()/230
+size: 2740
+location: src/tests/client/test-client.py:test_003()/230
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -12102,8 +12102,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2747
-location: clients/tests/test-client.py:test_003()/231
+size: 2750
+location: src/tests/client/test-client.py:test_003()/231
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -12216,8 +12216,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2413
-location: clients/tests/test-client.py:test_003()/232
+size: 2416
+location: src/tests/client/test-client.py:test_003()/232
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: C
returncode: 0
@@ -12287,8 +12287,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2423
-location: clients/tests/test-client.py:test_003()/233
+size: 2426
+location: src/tests/client/test-client.py:test_003()/233
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -12358,8 +12358,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2175
-location: clients/tests/test-client.py:test_003()/234
+size: 2178
+location: src/tests/client/test-client.py:test_003()/234
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -12442,8 +12442,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2185
-location: clients/tests/test-client.py:test_003()/235
+size: 2188
+location: src/tests/client/test-client.py:test_003()/235
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -12526,8 +12526,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 424
-location: clients/tests/test-client.py:test_003()/236
+size: 427
+location: src/tests/client/test-client.py:test_003()/236
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -12543,8 +12543,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 434
-location: clients/tests/test-client.py:test_003()/237
+size: 437
+location: src/tests/client/test-client.py:test_003()/237
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -12560,8 +12560,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 3099
-location: clients/tests/test-client.py:test_003()/238
+size: 3102
+location: src/tests/client/test-client.py:test_003()/238
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: C
returncode: 0
@@ -12688,8 +12688,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 3109
-location: clients/tests/test-client.py:test_003()/239
+size: 3112
+location: src/tests/client/test-client.py:test_003()/239
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 0
@@ -12816,8 +12816,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2749
-location: clients/tests/test-client.py:test_003()/240
+size: 2752
+location: src/tests/client/test-client.py:test_003()/240
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -12930,8 +12930,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2759
-location: clients/tests/test-client.py:test_003()/241
+size: 2762
+location: src/tests/client/test-client.py:test_003()/241
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13044,8 +13044,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2425
-location: clients/tests/test-client.py:test_003()/242
+size: 2428
+location: src/tests/client/test-client.py:test_003()/242
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -13115,8 +13115,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2435
-location: clients/tests/test-client.py:test_003()/243
+size: 2438
+location: src/tests/client/test-client.py:test_003()/243
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -13186,8 +13186,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
<<<
-size: 2065
-location: clients/tests/test-client.py:test_003()/244
+size: 2068
+location: src/tests/client/test-client.py:test_003()/244
cmd: $NMCLI -f ALL con
lang: C
returncode: 0
@@ -13201,8 +13201,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: 2087
-location: clients/tests/test-client.py:test_003()/245
+size: 2090
+location: src/tests/client/test-client.py:test_003()/245
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -13216,8 +13216,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: 324
-location: clients/tests/test-client.py:test_003()/246
+size: 327
+location: src/tests/client/test-client.py:test_003()/246
cmd: $NMCLI -f UUID,TYPE con
lang: C
returncode: 0
@@ -13229,8 +13229,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 334
-location: clients/tests/test-client.py:test_003()/247
+size: 337
+location: src/tests/client/test-client.py:test_003()/247
cmd: $NMCLI -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -13242,8 +13242,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 176
-location: clients/tests/test-client.py:test_003()/248
+size: 179
+location: src/tests/client/test-client.py:test_003()/248
cmd: $NMCLI con s ethernet
lang: C
returncode: 10
@@ -13252,8 +13252,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 198
-location: clients/tests/test-client.py:test_003()/249
+size: 201
+location: src/tests/client/test-client.py:test_003()/249
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -13262,8 +13262,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 882
-location: clients/tests/test-client.py:test_003()/250
+size: 885
+location: src/tests/client/test-client.py:test_003()/250
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13284,8 +13284,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 897
-location: clients/tests/test-client.py:test_003()/251
+size: 900
+location: src/tests/client/test-client.py:test_003()/251
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13306,8 +13306,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3767
-location: clients/tests/test-client.py:test_003()/252
+size: 3770
+location: src/tests/client/test-client.py:test_003()/252
cmd: $NMCLI -f all dev show eth0
lang: C
returncode: 0
@@ -13377,8 +13377,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3806
-location: clients/tests/test-client.py:test_003()/253
+size: 3809
+location: src/tests/client/test-client.py:test_003()/253
cmd: $NMCLI -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -13448,8 +13448,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2347
-location: clients/tests/test-client.py:test_003()/254
+size: 2350
+location: src/tests/client/test-client.py:test_003()/254
cmd: $NMCLI --color yes -f ALL con
lang: C
returncode: 0
@@ -13463,8 +13463,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: 2369
-location: clients/tests/test-client.py:test_003()/255
+size: 2372
+location: src/tests/client/test-client.py:test_003()/255
cmd: $NMCLI --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -13478,8 +13478,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: 336
-location: clients/tests/test-client.py:test_003()/256
+size: 339
+location: src/tests/client/test-client.py:test_003()/256
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -13491,8 +13491,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 346
-location: clients/tests/test-client.py:test_003()/257
+size: 349
+location: src/tests/client/test-client.py:test_003()/257
cmd: $NMCLI --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -13504,8 +13504,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 188
-location: clients/tests/test-client.py:test_003()/258
+size: 191
+location: src/tests/client/test-client.py:test_003()/258
cmd: $NMCLI --color yes con s ethernet
lang: C
returncode: 10
@@ -13514,8 +13514,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 210
-location: clients/tests/test-client.py:test_003()/259
+size: 213
+location: src/tests/client/test-client.py:test_003()/259
cmd: $NMCLI --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -13524,8 +13524,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 894
-location: clients/tests/test-client.py:test_003()/260
+size: 897
+location: src/tests/client/test-client.py:test_003()/260
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13546,8 +13546,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 909
-location: clients/tests/test-client.py:test_003()/261
+size: 912
+location: src/tests/client/test-client.py:test_003()/261
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13568,8 +13568,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3779
-location: clients/tests/test-client.py:test_003()/262
+size: 3782
+location: src/tests/client/test-client.py:test_003()/262
cmd: $NMCLI --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -13639,8 +13639,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3818
-location: clients/tests/test-client.py:test_003()/263
+size: 3821
+location: src/tests/client/test-client.py:test_003()/263
cmd: $NMCLI --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -13710,8 +13710,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2551
-location: clients/tests/test-client.py:test_003()/264
+size: 2554
+location: src/tests/client/test-client.py:test_003()/264
cmd: $NMCLI --pretty -f ALL con
lang: C
returncode: 0
@@ -13729,8 +13729,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: 2595
-location: clients/tests/test-client.py:test_003()/265
+size: 2598
+location: src/tests/client/test-client.py:test_003()/265
cmd: $NMCLI --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -13748,8 +13748,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: 535
-location: clients/tests/test-client.py:test_003()/266
+size: 538
+location: src/tests/client/test-client.py:test_003()/266
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -13765,8 +13765,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 565
-location: clients/tests/test-client.py:test_003()/267
+size: 568
+location: src/tests/client/test-client.py:test_003()/267
cmd: $NMCLI --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -13782,8 +13782,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 185
-location: clients/tests/test-client.py:test_003()/268
+size: 188
+location: src/tests/client/test-client.py:test_003()/268
cmd: $NMCLI --pretty con s ethernet
lang: C
returncode: 10
@@ -13792,8 +13792,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 207
-location: clients/tests/test-client.py:test_003()/269
+size: 210
+location: src/tests/client/test-client.py:test_003()/269
cmd: $NMCLI --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -13802,8 +13802,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1418
-location: clients/tests/test-client.py:test_003()/270
+size: 1421
+location: src/tests/client/test-client.py:test_003()/270
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -13831,8 +13831,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1445
-location: clients/tests/test-client.py:test_003()/271
+size: 1448
+location: src/tests/client/test-client.py:test_003()/271
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -13860,8 +13860,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4707
-location: clients/tests/test-client.py:test_003()/272
+size: 4710
+location: src/tests/client/test-client.py:test_003()/272
cmd: $NMCLI --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -13943,8 +13943,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4752
-location: clients/tests/test-client.py:test_003()/273
+size: 4755
+location: src/tests/client/test-client.py:test_003()/273
cmd: $NMCLI --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14026,8 +14026,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 2833
-location: clients/tests/test-client.py:test_003()/274
+size: 2836
+location: src/tests/client/test-client.py:test_003()/274
cmd: $NMCLI --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -14045,8 +14045,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: 2877
-location: clients/tests/test-client.py:test_003()/275
+size: 2880
+location: src/tests/client/test-client.py:test_003()/275
cmd: $NMCLI --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14064,8 +14064,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: 547
-location: clients/tests/test-client.py:test_003()/276
+size: 550
+location: src/tests/client/test-client.py:test_003()/276
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -14081,8 +14081,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 577
-location: clients/tests/test-client.py:test_003()/277
+size: 580
+location: src/tests/client/test-client.py:test_003()/277
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14098,8 +14098,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 197
-location: clients/tests/test-client.py:test_003()/278
+size: 200
+location: src/tests/client/test-client.py:test_003()/278
cmd: $NMCLI --pretty --color yes con s ethernet
lang: C
returncode: 10
@@ -14108,8 +14108,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 219
-location: clients/tests/test-client.py:test_003()/279
+size: 222
+location: src/tests/client/test-client.py:test_003()/279
cmd: $NMCLI --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14118,8 +14118,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1430
-location: clients/tests/test-client.py:test_003()/280
+size: 1433
+location: src/tests/client/test-client.py:test_003()/280
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14147,8 +14147,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1457
-location: clients/tests/test-client.py:test_003()/281
+size: 1460
+location: src/tests/client/test-client.py:test_003()/281
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14176,8 +14176,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4719
-location: clients/tests/test-client.py:test_003()/282
+size: 4722
+location: src/tests/client/test-client.py:test_003()/282
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -14259,8 +14259,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4764
-location: clients/tests/test-client.py:test_003()/283
+size: 4767
+location: src/tests/client/test-client.py:test_003()/283
cmd: $NMCLI --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14342,8 +14342,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 1157
-location: clients/tests/test-client.py:test_003()/284
+size: 1160
+location: src/tests/client/test-client.py:test_003()/284
cmd: $NMCLI --terse -f ALL con
lang: C
returncode: 0
@@ -14356,8 +14356,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: 1167
-location: clients/tests/test-client.py:test_003()/285
+size: 1170
+location: src/tests/client/test-client.py:test_003()/285
cmd: $NMCLI --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14370,8 +14370,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: 285
-location: clients/tests/test-client.py:test_003()/286
+size: 288
+location: src/tests/client/test-client.py:test_003()/286
cmd: $NMCLI --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -14382,8 +14382,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 295
-location: clients/tests/test-client.py:test_003()/287
+size: 298
+location: src/tests/client/test-client.py:test_003()/287
cmd: $NMCLI --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14394,8 +14394,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 184
-location: clients/tests/test-client.py:test_003()/288
+size: 187
+location: src/tests/client/test-client.py:test_003()/288
cmd: $NMCLI --terse con s ethernet
lang: C
returncode: 10
@@ -14404,8 +14404,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 206
-location: clients/tests/test-client.py:test_003()/289
+size: 209
+location: src/tests/client/test-client.py:test_003()/289
cmd: $NMCLI --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14414,8 +14414,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 570
-location: clients/tests/test-client.py:test_003()/290
+size: 573
+location: src/tests/client/test-client.py:test_003()/290
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14436,8 +14436,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 580
-location: clients/tests/test-client.py:test_003()/291
+size: 583
+location: src/tests/client/test-client.py:test_003()/291
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14458,8 +14458,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2416
-location: clients/tests/test-client.py:test_003()/292
+size: 2419
+location: src/tests/client/test-client.py:test_003()/292
cmd: $NMCLI --terse -f all dev show eth0
lang: C
returncode: 0
@@ -14529,8 +14529,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2426
-location: clients/tests/test-client.py:test_003()/293
+size: 2429
+location: src/tests/client/test-client.py:test_003()/293
cmd: $NMCLI --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14600,8 +14600,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 1439
-location: clients/tests/test-client.py:test_003()/294
+size: 1442
+location: src/tests/client/test-client.py:test_003()/294
cmd: $NMCLI --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -14614,8 +14614,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: 1449
-location: clients/tests/test-client.py:test_003()/295
+size: 1452
+location: src/tests/client/test-client.py:test_003()/295
cmd: $NMCLI --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14628,8 +14628,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: 297
-location: clients/tests/test-client.py:test_003()/296
+size: 300
+location: src/tests/client/test-client.py:test_003()/296
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -14640,8 +14640,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 307
-location: clients/tests/test-client.py:test_003()/297
+size: 310
+location: src/tests/client/test-client.py:test_003()/297
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14652,8 +14652,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 196
-location: clients/tests/test-client.py:test_003()/298
+size: 199
+location: src/tests/client/test-client.py:test_003()/298
cmd: $NMCLI --terse --color yes con s ethernet
lang: C
returncode: 10
@@ -14662,8 +14662,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 218
-location: clients/tests/test-client.py:test_003()/299
+size: 221
+location: src/tests/client/test-client.py:test_003()/299
cmd: $NMCLI --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14672,8 +14672,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 582
-location: clients/tests/test-client.py:test_003()/300
+size: 585
+location: src/tests/client/test-client.py:test_003()/300
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14694,8 +14694,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 592
-location: clients/tests/test-client.py:test_003()/301
+size: 595
+location: src/tests/client/test-client.py:test_003()/301
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14716,8 +14716,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2428
-location: clients/tests/test-client.py:test_003()/302
+size: 2431
+location: src/tests/client/test-client.py:test_003()/302
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -14787,8 +14787,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2438
-location: clients/tests/test-client.py:test_003()/303
+size: 2441
+location: src/tests/client/test-client.py:test_003()/303
cmd: $NMCLI --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14858,8 +14858,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2080
-location: clients/tests/test-client.py:test_003()/304
+size: 2083
+location: src/tests/client/test-client.py:test_003()/304
cmd: $NMCLI --mode tabular -f ALL con
lang: C
returncode: 0
@@ -14873,8 +14873,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: 2102
-location: clients/tests/test-client.py:test_003()/305
+size: 2105
+location: src/tests/client/test-client.py:test_003()/305
cmd: $NMCLI --mode tabular -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -14888,8 +14888,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: 339
-location: clients/tests/test-client.py:test_003()/306
+size: 342
+location: src/tests/client/test-client.py:test_003()/306
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: C
returncode: 0
@@ -14901,8 +14901,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 349
-location: clients/tests/test-client.py:test_003()/307
+size: 352
+location: src/tests/client/test-client.py:test_003()/307
cmd: $NMCLI --mode tabular -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -14914,8 +14914,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 191
-location: clients/tests/test-client.py:test_003()/308
+size: 194
+location: src/tests/client/test-client.py:test_003()/308
cmd: $NMCLI --mode tabular con s ethernet
lang: C
returncode: 10
@@ -14924,8 +14924,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 213
-location: clients/tests/test-client.py:test_003()/309
+size: 216
+location: src/tests/client/test-client.py:test_003()/309
cmd: $NMCLI --mode tabular con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -14934,8 +14934,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 692
-location: clients/tests/test-client.py:test_003()/310
+size: 695
+location: src/tests/client/test-client.py:test_003()/310
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -14946,8 +14946,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 706
-location: clients/tests/test-client.py:test_003()/311
+size: 709
+location: src/tests/client/test-client.py:test_003()/311
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -14958,8 +14958,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 3186
-location: clients/tests/test-client.py:test_003()/312
+size: 3189
+location: src/tests/client/test-client.py:test_003()/312
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: C
returncode: 0
@@ -14993,8 +14993,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: 3220
-location: clients/tests/test-client.py:test_003()/313
+size: 3223
+location: src/tests/client/test-client.py:test_003()/313
cmd: $NMCLI --mode tabular -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15028,8 +15028,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: 2362
-location: clients/tests/test-client.py:test_003()/314
+size: 2365
+location: src/tests/client/test-client.py:test_003()/314
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: C
returncode: 0
@@ -15043,8 +15043,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: 2384
-location: clients/tests/test-client.py:test_003()/315
+size: 2387
+location: src/tests/client/test-client.py:test_003()/315
cmd: $NMCLI --mode tabular --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15058,8 +15058,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: 351
-location: clients/tests/test-client.py:test_003()/316
+size: 354
+location: src/tests/client/test-client.py:test_003()/316
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -15071,8 +15071,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 361
-location: clients/tests/test-client.py:test_003()/317
+size: 364
+location: src/tests/client/test-client.py:test_003()/317
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15084,8 +15084,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 203
-location: clients/tests/test-client.py:test_003()/318
+size: 206
+location: src/tests/client/test-client.py:test_003()/318
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: C
returncode: 10
@@ -15094,8 +15094,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 225
-location: clients/tests/test-client.py:test_003()/319
+size: 228
+location: src/tests/client/test-client.py:test_003()/319
cmd: $NMCLI --mode tabular --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15104,8 +15104,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 704
-location: clients/tests/test-client.py:test_003()/320
+size: 707
+location: src/tests/client/test-client.py:test_003()/320
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15116,8 +15116,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 718
-location: clients/tests/test-client.py:test_003()/321
+size: 721
+location: src/tests/client/test-client.py:test_003()/321
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15128,8 +15128,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 3198
-location: clients/tests/test-client.py:test_003()/322
+size: 3201
+location: src/tests/client/test-client.py:test_003()/322
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -15163,8 +15163,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: 3232
-location: clients/tests/test-client.py:test_003()/323
+size: 3235
+location: src/tests/client/test-client.py:test_003()/323
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15198,8 +15198,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: 2566
-location: clients/tests/test-client.py:test_003()/324
+size: 2569
+location: src/tests/client/test-client.py:test_003()/324
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: C
returncode: 0
@@ -15217,8 +15217,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: 2610
-location: clients/tests/test-client.py:test_003()/325
+size: 2613
+location: src/tests/client/test-client.py:test_003()/325
cmd: $NMCLI --mode tabular --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15236,8 +15236,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: 550
-location: clients/tests/test-client.py:test_003()/326
+size: 553
+location: src/tests/client/test-client.py:test_003()/326
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -15253,8 +15253,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 580
-location: clients/tests/test-client.py:test_003()/327
+size: 583
+location: src/tests/client/test-client.py:test_003()/327
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15270,8 +15270,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 200
-location: clients/tests/test-client.py:test_003()/328
+size: 203
+location: src/tests/client/test-client.py:test_003()/328
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: C
returncode: 10
@@ -15280,8 +15280,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 222
-location: clients/tests/test-client.py:test_003()/329
+size: 225
+location: src/tests/client/test-client.py:test_003()/329
cmd: $NMCLI --mode tabular --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15290,8 +15290,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1258
-location: clients/tests/test-client.py:test_003()/330
+size: 1261
+location: src/tests/client/test-client.py:test_003()/330
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15309,8 +15309,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 1303
-location: clients/tests/test-client.py:test_003()/331
+size: 1306
+location: src/tests/client/test-client.py:test_003()/331
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15328,8 +15328,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 4793
-location: clients/tests/test-client.py:test_003()/332
+size: 4796
+location: src/tests/client/test-client.py:test_003()/332
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -15375,8 +15375,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: 4865
-location: clients/tests/test-client.py:test_003()/333
+size: 4868
+location: src/tests/client/test-client.py:test_003()/333
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15422,8 +15422,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: 2848
-location: clients/tests/test-client.py:test_003()/334
+size: 2851
+location: src/tests/client/test-client.py:test_003()/334
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -15441,8 +15441,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: 2892
-location: clients/tests/test-client.py:test_003()/335
+size: 2895
+location: src/tests/client/test-client.py:test_003()/335
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15460,8 +15460,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: 562
-location: clients/tests/test-client.py:test_003()/336
+size: 565
+location: src/tests/client/test-client.py:test_003()/336
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -15477,8 +15477,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 592
-location: clients/tests/test-client.py:test_003()/337
+size: 595
+location: src/tests/client/test-client.py:test_003()/337
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15494,8 +15494,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
<<<
-size: 212
-location: clients/tests/test-client.py:test_003()/338
+size: 215
+location: src/tests/client/test-client.py:test_003()/338
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: C
returncode: 10
@@ -15504,8 +15504,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 234
-location: clients/tests/test-client.py:test_003()/339
+size: 237
+location: src/tests/client/test-client.py:test_003()/339
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15514,8 +15514,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1270
-location: clients/tests/test-client.py:test_003()/340
+size: 1273
+location: src/tests/client/test-client.py:test_003()/340
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15533,8 +15533,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac
<<<
-size: 1315
-location: clients/tests/test-client.py:test_003()/341
+size: 1318
+location: src/tests/client/test-client.py:test_003()/341
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15552,8 +15552,8 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza
<<<
-size: 4805
-location: clients/tests/test-client.py:test_003()/342
+size: 4808
+location: src/tests/client/test-client.py:test_003()/342
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -15599,8 +15599,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: 4877
-location: clients/tests/test-client.py:test_003()/343
+size: 4880
+location: src/tests/client/test-client.py:test_003()/343
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15646,8 +15646,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: 1172
-location: clients/tests/test-client.py:test_003()/344
+size: 1175
+location: src/tests/client/test-client.py:test_003()/344
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: C
returncode: 0
@@ -15660,8 +15660,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: 1182
-location: clients/tests/test-client.py:test_003()/345
+size: 1185
+location: src/tests/client/test-client.py:test_003()/345
cmd: $NMCLI --mode tabular --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15674,8 +15674,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: 300
-location: clients/tests/test-client.py:test_003()/346
+size: 303
+location: src/tests/client/test-client.py:test_003()/346
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -15686,8 +15686,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 310
-location: clients/tests/test-client.py:test_003()/347
+size: 313
+location: src/tests/client/test-client.py:test_003()/347
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15698,8 +15698,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 199
-location: clients/tests/test-client.py:test_003()/348
+size: 202
+location: src/tests/client/test-client.py:test_003()/348
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: C
returncode: 10
@@ -15708,8 +15708,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 221
-location: clients/tests/test-client.py:test_003()/349
+size: 224
+location: src/tests/client/test-client.py:test_003()/349
cmd: $NMCLI --mode tabular --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15718,8 +15718,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 387
-location: clients/tests/test-client.py:test_003()/350
+size: 390
+location: src/tests/client/test-client.py:test_003()/350
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15728,8 +15728,8 @@ stdout: 194 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 397
-location: clients/tests/test-client.py:test_003()/351
+size: 400
+location: src/tests/client/test-client.py:test_003()/351
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15738,8 +15738,8 @@ stdout: 194 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1463
-location: clients/tests/test-client.py:test_003()/352
+size: 1466
+location: src/tests/client/test-client.py:test_003()/352
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: C
returncode: 0
@@ -15756,8 +15756,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: 1473
-location: clients/tests/test-client.py:test_003()/353
+size: 1476
+location: src/tests/client/test-client.py:test_003()/353
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15774,8 +15774,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: 1454
-location: clients/tests/test-client.py:test_003()/354
+size: 1457
+location: src/tests/client/test-client.py:test_003()/354
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -15788,8 +15788,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: 1464
-location: clients/tests/test-client.py:test_003()/355
+size: 1467
+location: src/tests/client/test-client.py:test_003()/355
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -15802,8 +15802,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: 312
-location: clients/tests/test-client.py:test_003()/356
+size: 315
+location: src/tests/client/test-client.py:test_003()/356
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -15814,8 +15814,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 322
-location: clients/tests/test-client.py:test_003()/357
+size: 325
+location: src/tests/client/test-client.py:test_003()/357
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -15826,8 +15826,8 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
<<<
-size: 211
-location: clients/tests/test-client.py:test_003()/358
+size: 214
+location: src/tests/client/test-client.py:test_003()/358
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: C
returncode: 10
@@ -15836,8 +15836,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 233
-location: clients/tests/test-client.py:test_003()/359
+size: 236
+location: src/tests/client/test-client.py:test_003()/359
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -15846,8 +15846,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 399
-location: clients/tests/test-client.py:test_003()/360
+size: 402
+location: src/tests/client/test-client.py:test_003()/360
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -15856,8 +15856,8 @@ stdout: 194 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 409
-location: clients/tests/test-client.py:test_003()/361
+size: 412
+location: src/tests/client/test-client.py:test_003()/361
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -15866,8 +15866,8 @@ stdout: 194 bytes
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/4::
<<<
-size: 1475
-location: clients/tests/test-client.py:test_003()/362
+size: 1478
+location: src/tests/client/test-client.py:test_003()/362
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -15884,8 +15884,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: 1485
-location: clients/tests/test-client.py:test_003()/363
+size: 1488
+location: src/tests/client/test-client.py:test_003()/363
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -15902,8 +15902,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: 4190
-location: clients/tests/test-client.py:test_003()/364
+size: 4193
+location: src/tests/client/test-client.py:test_003()/364
cmd: $NMCLI --mode multiline -f ALL con
lang: C
returncode: 0
@@ -15986,8 +15986,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4210
-location: clients/tests/test-client.py:test_003()/365
+size: 4213
+location: src/tests/client/test-client.py:test_003()/365
cmd: $NMCLI --mode multiline -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -16070,8 +16070,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 522
-location: clients/tests/test-client.py:test_003()/366
+size: 525
+location: src/tests/client/test-client.py:test_003()/366
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: C
returncode: 0
@@ -16085,8 +16085,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 532
-location: clients/tests/test-client.py:test_003()/367
+size: 535
+location: src/tests/client/test-client.py:test_003()/367
cmd: $NMCLI --mode multiline -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -16100,8 +16100,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 193
-location: clients/tests/test-client.py:test_003()/368
+size: 196
+location: src/tests/client/test-client.py:test_003()/368
cmd: $NMCLI --mode multiline con s ethernet
lang: C
returncode: 10
@@ -16110,8 +16110,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 215
-location: clients/tests/test-client.py:test_003()/369
+size: 218
+location: src/tests/client/test-client.py:test_003()/369
cmd: $NMCLI --mode multiline con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -16120,8 +16120,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 899
-location: clients/tests/test-client.py:test_003()/370
+size: 902
+location: src/tests/client/test-client.py:test_003()/370
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -16142,8 +16142,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 914
-location: clients/tests/test-client.py:test_003()/371
+size: 917
+location: src/tests/client/test-client.py:test_003()/371
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -16164,8 +16164,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3784
-location: clients/tests/test-client.py:test_003()/372
+size: 3787
+location: src/tests/client/test-client.py:test_003()/372
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: C
returncode: 0
@@ -16235,8 +16235,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3823
-location: clients/tests/test-client.py:test_003()/373
+size: 3826
+location: src/tests/client/test-client.py:test_003()/373
cmd: $NMCLI --mode multiline -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -16306,8 +16306,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4472
-location: clients/tests/test-client.py:test_003()/374
+size: 4475
+location: src/tests/client/test-client.py:test_003()/374
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: C
returncode: 0
@@ -16390,8 +16390,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 4492
-location: clients/tests/test-client.py:test_003()/375
+size: 4495
+location: src/tests/client/test-client.py:test_003()/375
cmd: $NMCLI --mode multiline --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -16474,8 +16474,8 @@ SLAVE: --
FILENAME: /etc/NetworkManager/system-connections/con-xx1
<<<
-size: 534
-location: clients/tests/test-client.py:test_003()/376
+size: 537
+location: src/tests/client/test-client.py:test_003()/376
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -16489,8 +16489,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 544
-location: clients/tests/test-client.py:test_003()/377
+size: 547
+location: src/tests/client/test-client.py:test_003()/377
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -16504,8 +16504,8 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE: ethernet
<<<
-size: 205
-location: clients/tests/test-client.py:test_003()/378
+size: 208
+location: src/tests/client/test-client.py:test_003()/378
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: C
returncode: 10
@@ -16514,8 +16514,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 227
-location: clients/tests/test-client.py:test_003()/379
+size: 230
+location: src/tests/client/test-client.py:test_003()/379
cmd: $NMCLI --mode multiline --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -16524,8 +16524,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 911
-location: clients/tests/test-client.py:test_003()/380
+size: 914
+location: src/tests/client/test-client.py:test_003()/380
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -16546,8 +16546,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 926
-location: clients/tests/test-client.py:test_003()/381
+size: 929
+location: src/tests/client/test-client.py:test_003()/381
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -16568,8 +16568,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 3796
-location: clients/tests/test-client.py:test_003()/382
+size: 3799
+location: src/tests/client/test-client.py:test_003()/382
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -16639,8 +16639,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 3835
-location: clients/tests/test-client.py:test_003()/383
+size: 3838
+location: src/tests/client/test-client.py:test_003()/383
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -16710,8 +16710,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 4816
-location: clients/tests/test-client.py:test_003()/384
+size: 4819
+location: src/tests/client/test-client.py:test_003()/384
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: C
returncode: 0
@@ -16802,8 +16802,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 4842
-location: clients/tests/test-client.py:test_003()/385
+size: 4845
+location: src/tests/client/test-client.py:test_003()/385
cmd: $NMCLI --mode multiline --pretty -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -16894,8 +16894,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 988
-location: clients/tests/test-client.py:test_003()/386
+size: 991
+location: src/tests/client/test-client.py:test_003()/386
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: C
returncode: 0
@@ -16915,8 +16915,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1004
-location: clients/tests/test-client.py:test_003()/387
+size: 1007
+location: src/tests/client/test-client.py:test_003()/387
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -16936,8 +16936,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 202
-location: clients/tests/test-client.py:test_003()/388
+size: 205
+location: src/tests/client/test-client.py:test_003()/388
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: C
returncode: 10
@@ -16946,8 +16946,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 224
-location: clients/tests/test-client.py:test_003()/389
+size: 227
+location: src/tests/client/test-client.py:test_003()/389
cmd: $NMCLI --mode multiline --pretty con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -16956,8 +16956,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1435
-location: clients/tests/test-client.py:test_003()/390
+size: 1438
+location: src/tests/client/test-client.py:test_003()/390
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -16985,8 +16985,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1462
-location: clients/tests/test-client.py:test_003()/391
+size: 1465
+location: src/tests/client/test-client.py:test_003()/391
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -17014,8 +17014,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4724
-location: clients/tests/test-client.py:test_003()/392
+size: 4727
+location: src/tests/client/test-client.py:test_003()/392
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: C
returncode: 0
@@ -17097,8 +17097,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4769
-location: clients/tests/test-client.py:test_003()/393
+size: 4772
+location: src/tests/client/test-client.py:test_003()/393
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -17180,8 +17180,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 5098
-location: clients/tests/test-client.py:test_003()/394
+size: 5101
+location: src/tests/client/test-client.py:test_003()/394
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: C
returncode: 0
@@ -17272,8 +17272,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 5124
-location: clients/tests/test-client.py:test_003()/395
+size: 5127
+location: src/tests/client/test-client.py:test_003()/395
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -17364,8 +17364,8 @@ FILENAME: /etc/NetworkManager/system-connections/c
-------------------------------------------------------------------------------
<<<
-size: 1000
-location: clients/tests/test-client.py:test_003()/396
+size: 1003
+location: src/tests/client/test-client.py:test_003()/396
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -17385,8 +17385,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 1016
-location: clients/tests/test-client.py:test_003()/397
+size: 1019
+location: src/tests/client/test-client.py:test_003()/397
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -17406,8 +17406,8 @@ TYPE: ethernet
-------------------------------------------------------------------------------
<<<
-size: 214
-location: clients/tests/test-client.py:test_003()/398
+size: 217
+location: src/tests/client/test-client.py:test_003()/398
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: C
returncode: 10
@@ -17416,8 +17416,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 236
-location: clients/tests/test-client.py:test_003()/399
+size: 239
+location: src/tests/client/test-client.py:test_003()/399
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -17426,8 +17426,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 1447
-location: clients/tests/test-client.py:test_003()/400
+size: 1450
+location: src/tests/client/test-client.py:test_003()/400
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -17455,8 +17455,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1474
-location: clients/tests/test-client.py:test_003()/401
+size: 1477
+location: src/tests/client/test-client.py:test_003()/401
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -17484,8 +17484,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 4736
-location: clients/tests/test-client.py:test_003()/402
+size: 4739
+location: src/tests/client/test-client.py:test_003()/402
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -17567,8 +17567,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkMa
-------------------------------------------------------------------------------
<<<
-size: 4781
-location: clients/tests/test-client.py:test_003()/403
+size: 4784
+location: src/tests/client/test-client.py:test_003()/403
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -17650,8 +17650,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <niewidoczne> | /org/freedesktop/Network
-------------------------------------------------------------------------------
<<<
-size: 1869
-location: clients/tests/test-client.py:test_003()/404
+size: 1872
+location: src/tests/client/test-client.py:test_003()/404
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: C
returncode: 0
@@ -17734,8 +17734,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 1879
-location: clients/tests/test-client.py:test_003()/405
+size: 1882
+location: src/tests/client/test-client.py:test_003()/405
cmd: $NMCLI --mode multiline --terse -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -17818,8 +17818,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 332
-location: clients/tests/test-client.py:test_003()/406
+size: 335
+location: src/tests/client/test-client.py:test_003()/406
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: C
returncode: 0
@@ -17833,8 +17833,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 342
-location: clients/tests/test-client.py:test_003()/407
+size: 345
+location: src/tests/client/test-client.py:test_003()/407
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -17848,8 +17848,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 201
-location: clients/tests/test-client.py:test_003()/408
+size: 204
+location: src/tests/client/test-client.py:test_003()/408
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: C
returncode: 10
@@ -17858,8 +17858,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 223
-location: clients/tests/test-client.py:test_003()/409
+size: 226
+location: src/tests/client/test-client.py:test_003()/409
cmd: $NMCLI --mode multiline --terse con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -17868,8 +17868,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 587
-location: clients/tests/test-client.py:test_003()/410
+size: 590
+location: src/tests/client/test-client.py:test_003()/410
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -17890,8 +17890,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 597
-location: clients/tests/test-client.py:test_003()/411
+size: 600
+location: src/tests/client/test-client.py:test_003()/411
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -17912,8 +17912,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2433
-location: clients/tests/test-client.py:test_003()/412
+size: 2436
+location: src/tests/client/test-client.py:test_003()/412
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: C
returncode: 0
@@ -17983,8 +17983,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2443
-location: clients/tests/test-client.py:test_003()/413
+size: 2446
+location: src/tests/client/test-client.py:test_003()/413
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -18054,8 +18054,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2151
-location: clients/tests/test-client.py:test_003()/414
+size: 2154
+location: src/tests/client/test-client.py:test_003()/414
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: C
returncode: 0
@@ -18138,8 +18138,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 2161
-location: clients/tests/test-client.py:test_003()/415
+size: 2164
+location: src/tests/client/test-client.py:test_003()/415
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
lang: pl_PL.UTF-8
returncode: 0
@@ -18222,8 +18222,8 @@ SLAVE:
FILENAME:/etc/NetworkManager/system-connections/con-xx1
<<<
-size: 344
-location: clients/tests/test-client.py:test_003()/416
+size: 347
+location: src/tests/client/test-client.py:test_003()/416
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: C
returncode: 0
@@ -18237,8 +18237,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 354
-location: clients/tests/test-client.py:test_003()/417
+size: 357
+location: src/tests/client/test-client.py:test_003()/417
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
lang: pl_PL.UTF-8
returncode: 0
@@ -18252,8 +18252,8 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
TYPE:802-3-ethernet
<<<
-size: 213
-location: clients/tests/test-client.py:test_003()/418
+size: 216
+location: src/tests/client/test-client.py:test_003()/418
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: C
returncode: 10
@@ -18262,8 +18262,8 @@ stderr: 46 bytes
Error: ethernet - no such connection profile.
<<<
-size: 235
-location: clients/tests/test-client.py:test_003()/419
+size: 238
+location: src/tests/client/test-client.py:test_003()/419
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
lang: pl_PL.UTF-8
returncode: 10
@@ -18272,8 +18272,8 @@ stderr: 58 bytes
Błąd: ethernet — nie ma takiego profilu połączenia.
<<<
-size: 599
-location: clients/tests/test-client.py:test_003()/420
+size: 602
+location: src/tests/client/test-client.py:test_003()/420
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: C
returncode: 0
@@ -18294,8 +18294,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 609
-location: clients/tests/test-client.py:test_003()/421
+size: 612
+location: src/tests/client/test-client.py:test_003()/421
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
lang: pl_PL.UTF-8
returncode: 0
@@ -18316,8 +18316,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 2445
-location: clients/tests/test-client.py:test_003()/422
+size: 2448
+location: src/tests/client/test-client.py:test_003()/422
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
lang: C
returncode: 0
@@ -18387,8 +18387,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/4
<<<
-size: 2455
-location: clients/tests/test-client.py:test_003()/423
+size: 2458
+location: src/tests/client/test-client.py:test_003()/423
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/src/tests/client/test-client.check-on-disk/test_004.expected
index 5140c02216..726cba887d 100644
--- a/clients/tests/test-client.check-on-disk/test_004.expected
+++ b/src/tests/client/test-client.check-on-disk/test_004.expected
@@ -1,5 +1,5 @@
-size: 248
-location: clients/tests/test-client.py:test_004()/1
+size: 251
+location: src/tests/client/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: 224
-location: clients/tests/test-client.py:test_004()/2
+size: 227
+location: src/tests/client/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: 313
-location: clients/tests/test-client.py:test_004()/3
+size: 316
+location: src/tests/client/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: 273
-location: clients/tests/test-client.py:test_004()/4
+size: 276
+location: src/tests/client/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: 263
-location: clients/tests/test-client.py:test_004()/5
+size: 266
+location: src/tests/client/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: 132
-location: clients/tests/test-client.py:test_004()/6
+size: 135
+location: src/tests/client/test-client.py:test_004()/6
cmd: $NMCLI connection mod con-xx1 802-11-wireless.band a
lang: C
returncode: 0
-size: 238
-location: clients/tests/test-client.py:test_004()/7
+size: 241
+location: src/tests/client/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: 4603
-location: clients/tests/test-client.py:test_004()/8
+size: 4606
+location: src/tests/client/test-client.py:test_004()/8
cmd: $NMCLI con s con-xx1
lang: C
returncode: 0
@@ -163,8 +163,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4631
-location: clients/tests/test-client.py:test_004()/9
+size: 4634
+location: src/tests/client/test-client.py:test_004()/9
cmd: $NMCLI con s con-xx1
lang: pl_PL.UTF-8
returncode: 0
@@ -268,8 +268,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 316
-location: clients/tests/test-client.py:test_004()/10
+size: 319
+location: src/tests/client/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
@@ -278,8 +278,8 @@ stdout: 82 bytes
Connection 'con-vpn-1' (UUID-con-vpn-1-REPLACED-REPLACED-REP) successfully added.
<<<
-size: 388
-location: clients/tests/test-client.py:test_004()/11
+size: 391
+location: src/tests/client/test-client.py:test_004()/11
cmd: $NMCLI con s
lang: C
returncode: 0
@@ -291,8 +291,8 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi --
<<<
-size: 398
-location: clients/tests/test-client.py:test_004()/12
+size: 401
+location: src/tests/client/test-client.py:test_004()/12
cmd: $NMCLI con s
lang: pl_PL.UTF-8
returncode: 0
@@ -304,8 +304,8 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi --
<<<
-size: 4017
-location: clients/tests/test-client.py:test_004()/13
+size: 4020
+location: src/tests/client/test-client.py:test_004()/13
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -397,8 +397,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4037
-location: clients/tests/test-client.py:test_004()/14
+size: 4040
+location: src/tests/client/test-client.py:test_004()/14
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -490,8 +490,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 235
-location: clients/tests/test-client.py:test_004()/15
+size: 238
+location: src/tests/client/test-client.py:test_004()/15
cmd: $NMCLI con up con-xx1
lang: C
returncode: 0
@@ -500,8 +500,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
<<<
-size: 388
-location: clients/tests/test-client.py:test_004()/16
+size: 391
+location: src/tests/client/test-client.py:test_004()/16
cmd: $NMCLI con s
lang: C
returncode: 0
@@ -513,8 +513,8 @@ con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
<<<
-size: 398
-location: clients/tests/test-client.py:test_004()/17
+size: 401
+location: src/tests/client/test-client.py:test_004()/17
cmd: $NMCLI con s
lang: pl_PL.UTF-8
returncode: 0
@@ -526,8 +526,8 @@ con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn --
<<<
-size: 237
-location: clients/tests/test-client.py:test_004()/18
+size: 240
+location: src/tests/client/test-client.py:test_004()/18
cmd: $NMCLI con up con-vpn-1
lang: C
returncode: 0
@@ -536,8 +536,8 @@ stdout: 106 bytes
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/2)
<<<
-size: 388
-location: clients/tests/test-client.py:test_004()/19
+size: 391
+location: src/tests/client/test-client.py:test_004()/19
cmd: $NMCLI con s
lang: C
returncode: 0
@@ -549,8 +549,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
<<<
-size: 398
-location: clients/tests/test-client.py:test_004()/20
+size: 401
+location: src/tests/client/test-client.py:test_004()/20
cmd: $NMCLI con s
lang: pl_PL.UTF-8
returncode: 0
@@ -562,8 +562,8 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
<<<
-size: 5145
-location: clients/tests/test-client.py:test_004()/21
+size: 5148
+location: src/tests/client/test-client.py:test_004()/21
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -676,8 +676,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5171
-location: clients/tests/test-client.py:test_004()/22
+size: 5174
+location: src/tests/client/test-client.py:test_004()/22
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -790,8 +790,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5151
-location: clients/tests/test-client.py:test_004()/23
+size: 5154
+location: src/tests/client/test-client.py:test_004()/23
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -904,8 +904,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5181
-location: clients/tests/test-client.py:test_004()/24
+size: 5184
+location: src/tests/client/test-client.py:test_004()/24
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1018,8 +1018,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5151
-location: clients/tests/test-client.py:test_004()/25
+size: 5154
+location: src/tests/client/test-client.py:test_004()/25
cmd: $NMCLI con s con-vpn-1
lang: C
returncode: 0
@@ -1132,8 +1132,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5181
-location: clients/tests/test-client.py:test_004()/26
+size: 5184
+location: src/tests/client/test-client.py:test_004()/26
cmd: $NMCLI con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1246,8 +1246,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4024
-location: clients/tests/test-client.py:test_004()/27
+size: 4027
+location: src/tests/client/test-client.py:test_004()/27
cmd: $NMCLI -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -1339,8 +1339,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4044
-location: clients/tests/test-client.py:test_004()/28
+size: 4047
+location: src/tests/client/test-client.py:test_004()/28
cmd: $NMCLI -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1432,8 +1432,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 471
-location: clients/tests/test-client.py:test_004()/29
+size: 474
+location: src/tests/client/test-client.py:test_004()/29
cmd: $NMCLI -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -1447,8 +1447,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 482
-location: clients/tests/test-client.py:test_004()/30
+size: 485
+location: src/tests/client/test-client.py:test_004()/30
cmd: $NMCLI -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1462,8 +1462,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 854
-location: clients/tests/test-client.py:test_004()/31
+size: 857
+location: src/tests/client/test-client.py:test_004()/31
cmd: $NMCLI -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -1484,8 +1484,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 867
-location: clients/tests/test-client.py:test_004()/32
+size: 870
+location: src/tests/client/test-client.py:test_004()/32
cmd: $NMCLI -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -1506,8 +1506,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 378
-location: clients/tests/test-client.py:test_004()/33
+size: 381
+location: src/tests/client/test-client.py:test_004()/33
cmd: $NMCLI dev s
lang: C
returncode: 0
@@ -1521,8 +1521,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 394
-location: clients/tests/test-client.py:test_004()/34
+size: 397
+location: src/tests/client/test-client.py:test_004()/34
cmd: $NMCLI dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -1536,8 +1536,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1405
-location: clients/tests/test-client.py:test_004()/35
+size: 1408
+location: src/tests/client/test-client.py:test_004()/35
cmd: $NMCLI -f all dev status
lang: C
returncode: 0
@@ -1551,8 +1551,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1421
-location: clients/tests/test-client.py:test_004()/36
+size: 1424
+location: src/tests/client/test-client.py:test_004()/36
cmd: $NMCLI -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -1566,8 +1566,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 8039
-location: clients/tests/test-client.py:test_004()/37
+size: 8042
+location: src/tests/client/test-client.py:test_004()/37
cmd: $NMCLI dev show
lang: C
returncode: 0
@@ -1712,8 +1712,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8071
-location: clients/tests/test-client.py:test_004()/38
+size: 8074
+location: src/tests/client/test-client.py:test_004()/38
cmd: $NMCLI dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -1858,8 +1858,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 22435
-location: clients/tests/test-client.py:test_004()/39
+size: 22438
+location: src/tests/client/test-client.py:test_004()/39
cmd: $NMCLI -f all dev show
lang: C
returncode: 0
@@ -2282,8 +2282,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 22598
-location: clients/tests/test-client.py:test_004()/40
+size: 22601
+location: src/tests/client/test-client.py:test_004()/40
cmd: $NMCLI -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -2706,8 +2706,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1492
-location: clients/tests/test-client.py:test_004()/41
+size: 1495
+location: src/tests/client/test-client.py:test_004()/41
cmd: $NMCLI dev show wlan0
lang: C
returncode: 0
@@ -2739,8 +2739,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1504
-location: clients/tests/test-client.py:test_004()/42
+size: 1507
+location: src/tests/client/test-client.py:test_004()/42
cmd: $NMCLI dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -2772,8 +2772,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5360
-location: clients/tests/test-client.py:test_004()/43
+size: 5363
+location: src/tests/client/test-client.py:test_004()/43
cmd: $NMCLI -f all dev show wlan0
lang: C
returncode: 0
@@ -2882,8 +2882,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5420
-location: clients/tests/test-client.py:test_004()/44
+size: 5423
+location: src/tests/client/test-client.py:test_004()/44
cmd: $NMCLI -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -2992,8 +2992,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2168
-location: clients/tests/test-client.py:test_004()/45
+size: 2171
+location: src/tests/client/test-client.py:test_004()/45
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -3041,8 +3041,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2195
-location: clients/tests/test-client.py:test_004()/46
+size: 2198
+location: src/tests/client/test-client.py:test_004()/46
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3090,8 +3090,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2168
-location: clients/tests/test-client.py:test_004()/47
+size: 2171
+location: src/tests/client/test-client.py:test_004()/47
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -3139,8 +3139,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2195
-location: clients/tests/test-client.py:test_004()/48
+size: 2198
+location: src/tests/client/test-client.py:test_004()/48
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3188,8 +3188,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 509
-location: clients/tests/test-client.py:test_004()/49
+size: 512
+location: src/tests/client/test-client.py:test_004()/49
cmd: $NMCLI -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -3203,8 +3203,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 519
-location: clients/tests/test-client.py:test_004()/50
+size: 522
+location: src/tests/client/test-client.py:test_004()/50
cmd: $NMCLI -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -3218,8 +3218,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1979
-location: clients/tests/test-client.py:test_004()/51
+size: 1982
+location: src/tests/client/test-client.py:test_004()/51
cmd: $NMCLI -f ALL device wifi list
lang: C
returncode: 0
@@ -3236,8 +3236,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: 2047
-location: clients/tests/test-client.py:test_004()/52
+size: 2050
+location: src/tests/client/test-client.py:test_004()/52
cmd: $NMCLI -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -3254,8 +3254,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: 734
-location: clients/tests/test-client.py:test_004()/53
+size: 737
+location: src/tests/client/test-client.py:test_004()/53
cmd: $NMCLI -f COMMON device wifi list
lang: C
returncode: 0
@@ -3272,8 +3272,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 794
-location: clients/tests/test-client.py:test_004()/54
+size: 797
+location: src/tests/client/test-client.py:test_004()/54
cmd: $NMCLI -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -3290,8 +3290,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2092
-location: clients/tests/test-client.py:test_004()/55
+size: 2095
+location: src/tests/client/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
@@ -3308,8 +3308,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: 2160
-location: clients/tests/test-client.py:test_004()/56
+size: 2163
+location: src/tests/client/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
@@ -3326,8 +3326,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: 732
-location: clients/tests/test-client.py:test_004()/57
+size: 735
+location: src/tests/client/test-client.py:test_004()/57
cmd: $NMCLI -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -3339,8 +3339,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 760
-location: clients/tests/test-client.py:test_004()/58
+size: 763
+location: src/tests/client/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
@@ -3352,8 +3352,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 343
-location: clients/tests/test-client.py:test_004()/59
+size: 346
+location: src/tests/client/test-client.py:test_004()/59
cmd: $NMCLI -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -3365,8 +3365,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 369
-location: clients/tests/test-client.py:test_004()/60
+size: 372
+location: src/tests/client/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
@@ -3378,8 +3378,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 845
-location: clients/tests/test-client.py:test_004()/61
+size: 848
+location: src/tests/client/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
@@ -3391,8 +3391,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 873
-location: clients/tests/test-client.py:test_004()/62
+size: 876
+location: src/tests/client/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
@@ -3404,8 +3404,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 5363
-location: clients/tests/test-client.py:test_004()/63
+size: 5366
+location: src/tests/client/test-client.py:test_004()/63
cmd: $NMCLI -f ALL device show wlan0
lang: C
returncode: 0
@@ -3514,8 +3514,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:test_004()/64
+size: 5426
+location: src/tests/client/test-client.py:test_004()/64
cmd: $NMCLI -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3624,8 +3624,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1505
-location: clients/tests/test-client.py:test_004()/65
+size: 1508
+location: src/tests/client/test-client.py:test_004()/65
cmd: $NMCLI -f COMMON device show wlan0
lang: C
returncode: 0
@@ -3657,8 +3657,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1517
-location: clients/tests/test-client.py:test_004()/66
+size: 1520
+location: src/tests/client/test-client.py:test_004()/66
cmd: $NMCLI -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -3690,8 +3690,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5370
-location: clients/tests/test-client.py:test_004()/67
+size: 5373
+location: src/tests/client/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
@@ -3797,8 +3797,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5429
-location: clients/tests/test-client.py:test_004()/68
+size: 5432
+location: src/tests/client/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
@@ -3904,8 +3904,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1429
-location: clients/tests/test-client.py:test_004()/69
+size: 1432
+location: src/tests/client/test-client.py:test_004()/69
cmd: $NMCLI dev lldp list ifname eth0
lang: C
returncode: 0
@@ -3934,8 +3934,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1439
-location: clients/tests/test-client.py:test_004()/70
+size: 1442
+location: src/tests/client/test-client.py:test_004()/70
cmd: $NMCLI dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -3964,8 +3964,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1061
-location: clients/tests/test-client.py:test_004()/71
+size: 1064
+location: src/tests/client/test-client.py:test_004()/71
cmd: $NMCLI -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -3988,8 +3988,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 1071
-location: clients/tests/test-client.py:test_004()/72
+size: 1074
+location: src/tests/client/test-client.py:test_004()/72
cmd: $NMCLI -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -4012,8 +4012,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 5163
-location: clients/tests/test-client.py:test_004()/73
+size: 5166
+location: src/tests/client/test-client.py:test_004()/73
cmd: $NMCLI --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -4126,8 +4126,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5193
-location: clients/tests/test-client.py:test_004()/74
+size: 5196
+location: src/tests/client/test-client.py:test_004()/74
cmd: $NMCLI --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4240,8 +4240,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5163
-location: clients/tests/test-client.py:test_004()/75
+size: 5166
+location: src/tests/client/test-client.py:test_004()/75
cmd: $NMCLI --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -4354,8 +4354,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5193
-location: clients/tests/test-client.py:test_004()/76
+size: 5196
+location: src/tests/client/test-client.py:test_004()/76
cmd: $NMCLI --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4468,8 +4468,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4036
-location: clients/tests/test-client.py:test_004()/77
+size: 4039
+location: src/tests/client/test-client.py:test_004()/77
cmd: $NMCLI --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -4561,8 +4561,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4056
-location: clients/tests/test-client.py:test_004()/78
+size: 4059
+location: src/tests/client/test-client.py:test_004()/78
cmd: $NMCLI --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4654,8 +4654,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 483
-location: clients/tests/test-client.py:test_004()/79
+size: 486
+location: src/tests/client/test-client.py:test_004()/79
cmd: $NMCLI --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -4669,8 +4669,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 494
-location: clients/tests/test-client.py:test_004()/80
+size: 497
+location: src/tests/client/test-client.py:test_004()/80
cmd: $NMCLI --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4684,8 +4684,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 866
-location: clients/tests/test-client.py:test_004()/81
+size: 869
+location: src/tests/client/test-client.py:test_004()/81
cmd: $NMCLI --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -4706,8 +4706,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 879
-location: clients/tests/test-client.py:test_004()/82
+size: 882
+location: src/tests/client/test-client.py:test_004()/82
cmd: $NMCLI --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -4728,8 +4728,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 554
-location: clients/tests/test-client.py:test_004()/83
+size: 557
+location: src/tests/client/test-client.py:test_004()/83
cmd: $NMCLI --color yes dev s
lang: C
returncode: 0
@@ -4743,8 +4743,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 570
-location: clients/tests/test-client.py:test_004()/84
+size: 573
+location: src/tests/client/test-client.py:test_004()/84
cmd: $NMCLI --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -4758,8 +4758,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 1786
-location: clients/tests/test-client.py:test_004()/85
+size: 1789
+location: src/tests/client/test-client.py:test_004()/85
cmd: $NMCLI --color yes -f all dev status
lang: C
returncode: 0
@@ -4773,8 +4773,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1802
-location: clients/tests/test-client.py:test_004()/86
+size: 1805
+location: src/tests/client/test-client.py:test_004()/86
cmd: $NMCLI --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -4788,8 +4788,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 8051
-location: clients/tests/test-client.py:test_004()/87
+size: 8054
+location: src/tests/client/test-client.py:test_004()/87
cmd: $NMCLI --color yes dev show
lang: C
returncode: 0
@@ -4934,8 +4934,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8083
-location: clients/tests/test-client.py:test_004()/88
+size: 8086
+location: src/tests/client/test-client.py:test_004()/88
cmd: $NMCLI --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -5080,8 +5080,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 22771
-location: clients/tests/test-client.py:test_004()/89
+size: 22774
+location: src/tests/client/test-client.py:test_004()/89
cmd: $NMCLI --color yes -f all dev show
lang: C
returncode: 0
@@ -5504,8 +5504,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 22934
-location: clients/tests/test-client.py:test_004()/90
+size: 22937
+location: src/tests/client/test-client.py:test_004()/90
cmd: $NMCLI --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -5928,8 +5928,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1504
-location: clients/tests/test-client.py:test_004()/91
+size: 1507
+location: src/tests/client/test-client.py:test_004()/91
cmd: $NMCLI --color yes dev show wlan0
lang: C
returncode: 0
@@ -5961,8 +5961,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1516
-location: clients/tests/test-client.py:test_004()/92
+size: 1519
+location: src/tests/client/test-client.py:test_004()/92
cmd: $NMCLI --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -5994,8 +5994,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5615
-location: clients/tests/test-client.py:test_004()/93
+size: 5618
+location: src/tests/client/test-client.py:test_004()/93
cmd: $NMCLI --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -6104,8 +6104,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5675
-location: clients/tests/test-client.py:test_004()/94
+size: 5678
+location: src/tests/client/test-client.py:test_004()/94
cmd: $NMCLI --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6214,8 +6214,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2180
-location: clients/tests/test-client.py:test_004()/95
+size: 2183
+location: src/tests/client/test-client.py:test_004()/95
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -6263,8 +6263,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2207
-location: clients/tests/test-client.py:test_004()/96
+size: 2210
+location: src/tests/client/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
@@ -6312,8 +6312,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2180
-location: clients/tests/test-client.py:test_004()/97
+size: 2183
+location: src/tests/client/test-client.py:test_004()/97
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -6361,8 +6361,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2207
-location: clients/tests/test-client.py:test_004()/98
+size: 2210
+location: src/tests/client/test-client.py:test_004()/98
cmd: $NMCLI --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6410,8 +6410,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 644
-location: clients/tests/test-client.py:test_004()/99
+size: 647
+location: src/tests/client/test-client.py:test_004()/99
cmd: $NMCLI --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -6425,8 +6425,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 655
-location: clients/tests/test-client.py:test_004()/100
+size: 658
+location: src/tests/client/test-client.py:test_004()/100
cmd: $NMCLI --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -6440,8 +6440,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2604
-location: clients/tests/test-client.py:test_004()/101
+size: 2607
+location: src/tests/client/test-client.py:test_004()/101
cmd: $NMCLI --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -6458,8 +6458,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: 2672
-location: clients/tests/test-client.py:test_004()/102
+size: 2675
+location: src/tests/client/test-client.py:test_004()/102
cmd: $NMCLI --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -6476,8 +6476,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: 1071
-location: clients/tests/test-client.py:test_004()/103
+size: 1074
+location: src/tests/client/test-client.py:test_004()/103
cmd: $NMCLI --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -6494,8 +6494,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 1131
-location: clients/tests/test-client.py:test_004()/104
+size: 1134
+location: src/tests/client/test-client.py:test_004()/104
cmd: $NMCLI --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -6512,8 +6512,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2717
-location: clients/tests/test-client.py:test_004()/105
+size: 2720
+location: src/tests/client/test-client.py:test_004()/105
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
@@ -6530,8 +6530,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: 2785
-location: clients/tests/test-client.py:test_004()/106
+size: 2788
+location: src/tests/client/test-client.py:test_004()/106
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
@@ -6548,8 +6548,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: 898
-location: clients/tests/test-client.py:test_004()/107
+size: 901
+location: src/tests/client/test-client.py:test_004()/107
cmd: $NMCLI --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -6561,8 +6561,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 926
-location: clients/tests/test-client.py:test_004()/108
+size: 929
+location: src/tests/client/test-client.py:test_004()/108
cmd: $NMCLI --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -6574,8 +6574,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 437
-location: clients/tests/test-client.py:test_004()/109
+size: 440
+location: src/tests/client/test-client.py:test_004()/109
cmd: $NMCLI --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -6587,8 +6587,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 463
-location: clients/tests/test-client.py:test_004()/110
+size: 466
+location: src/tests/client/test-client.py:test_004()/110
cmd: $NMCLI --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -6600,8 +6600,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1011
-location: clients/tests/test-client.py:test_004()/111
+size: 1014
+location: src/tests/client/test-client.py:test_004()/111
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
@@ -6613,8 +6613,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1039
-location: clients/tests/test-client.py:test_004()/112
+size: 1042
+location: src/tests/client/test-client.py:test_004()/112
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
@@ -6626,8 +6626,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 5619
-location: clients/tests/test-client.py:test_004()/113
+size: 5622
+location: src/tests/client/test-client.py:test_004()/113
cmd: $NMCLI --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -6736,8 +6736,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5679
-location: clients/tests/test-client.py:test_004()/114
+size: 5682
+location: src/tests/client/test-client.py:test_004()/114
cmd: $NMCLI --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6846,8 +6846,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1518
-location: clients/tests/test-client.py:test_004()/115
+size: 1521
+location: src/tests/client/test-client.py:test_004()/115
cmd: $NMCLI --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -6879,8 +6879,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1530
-location: clients/tests/test-client.py:test_004()/116
+size: 1533
+location: src/tests/client/test-client.py:test_004()/116
cmd: $NMCLI --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -6912,8 +6912,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5626
-location: clients/tests/test-client.py:test_004()/117
+size: 5629
+location: src/tests/client/test-client.py:test_004()/117
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
@@ -7019,8 +7019,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5685
-location: clients/tests/test-client.py:test_004()/118
+size: 5688
+location: src/tests/client/test-client.py:test_004()/118
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
@@ -7126,8 +7126,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1442
-location: clients/tests/test-client.py:test_004()/119
+size: 1445
+location: src/tests/client/test-client.py:test_004()/119
cmd: $NMCLI --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -7156,8 +7156,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1452
-location: clients/tests/test-client.py:test_004()/120
+size: 1455
+location: src/tests/client/test-client.py:test_004()/120
cmd: $NMCLI --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -7186,8 +7186,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1074
-location: clients/tests/test-client.py:test_004()/121
+size: 1077
+location: src/tests/client/test-client.py:test_004()/121
cmd: $NMCLI --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -7210,8 +7210,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 1084
-location: clients/tests/test-client.py:test_004()/122
+size: 1087
+location: src/tests/client/test-client.py:test_004()/122
cmd: $NMCLI --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -7234,8 +7234,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 6173
-location: clients/tests/test-client.py:test_004()/123
+size: 6176
+location: src/tests/client/test-client.py:test_004()/123
cmd: $NMCLI --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -7361,8 +7361,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6215
-location: clients/tests/test-client.py:test_004()/124
+size: 6218
+location: src/tests/client/test-client.py:test_004()/124
cmd: $NMCLI --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7488,8 +7488,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6173
-location: clients/tests/test-client.py:test_004()/125
+size: 6176
+location: src/tests/client/test-client.py:test_004()/125
cmd: $NMCLI --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -7615,8 +7615,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6215
-location: clients/tests/test-client.py:test_004()/126
+size: 6218
+location: src/tests/client/test-client.py:test_004()/126
cmd: $NMCLI --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7742,8 +7742,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4653
-location: clients/tests/test-client.py:test_004()/127
+size: 4656
+location: src/tests/client/test-client.py:test_004()/127
cmd: $NMCLI --pretty -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -7843,8 +7843,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4678
-location: clients/tests/test-client.py:test_004()/128
+size: 4681
+location: src/tests/client/test-client.py:test_004()/128
cmd: $NMCLI --pretty -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7944,8 +7944,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 780
-location: clients/tests/test-client.py:test_004()/129
+size: 783
+location: src/tests/client/test-client.py:test_004()/129
cmd: $NMCLI --pretty -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -7963,8 +7963,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 796
-location: clients/tests/test-client.py:test_004()/130
+size: 799
+location: src/tests/client/test-client.py:test_004()/130
cmd: $NMCLI --pretty -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -7982,8 +7982,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1178
-location: clients/tests/test-client.py:test_004()/131
+size: 1181
+location: src/tests/client/test-client.py:test_004()/131
cmd: $NMCLI --pretty -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -8008,8 +8008,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1198
-location: clients/tests/test-client.py:test_004()/132
+size: 1201
+location: src/tests/client/test-client.py:test_004()/132
cmd: $NMCLI --pretty -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -8034,8 +8034,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 517
-location: clients/tests/test-client.py:test_004()/133
+size: 520
+location: src/tests/client/test-client.py:test_004()/133
cmd: $NMCLI --pretty dev s
lang: C
returncode: 0
@@ -8053,8 +8053,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 526
-location: clients/tests/test-client.py:test_004()/134
+size: 529
+location: src/tests/client/test-client.py:test_004()/134
cmd: $NMCLI --pretty dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -8072,8 +8072,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1713
-location: clients/tests/test-client.py:test_004()/135
+size: 1716
+location: src/tests/client/test-client.py:test_004()/135
cmd: $NMCLI --pretty -f all dev status
lang: C
returncode: 0
@@ -8091,8 +8091,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1722
-location: clients/tests/test-client.py:test_004()/136
+size: 1725
+location: src/tests/client/test-client.py:test_004()/136
cmd: $NMCLI --pretty -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -8110,8 +8110,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 12865
-location: clients/tests/test-client.py:test_004()/137
+size: 12868
+location: src/tests/client/test-client.py:test_004()/137
cmd: $NMCLI --pretty dev show
lang: C
returncode: 0
@@ -8318,8 +8318,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12930
-location: clients/tests/test-client.py:test_004()/138
+size: 12933
+location: src/tests/client/test-client.py:test_004()/138
cmd: $NMCLI --pretty dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -8526,8 +8526,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 27420
-location: clients/tests/test-client.py:test_004()/139
+size: 27423
+location: src/tests/client/test-client.py:test_004()/139
cmd: $NMCLI --pretty -f all dev show
lang: C
returncode: 0
@@ -9014,8 +9014,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 27616
-location: clients/tests/test-client.py:test_004()/140
+size: 27619
+location: src/tests/client/test-client.py:test_004()/140
cmd: $NMCLI --pretty -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -9502,8 +9502,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2433
-location: clients/tests/test-client.py:test_004()/141
+size: 2436
+location: src/tests/client/test-client.py:test_004()/141
cmd: $NMCLI --pretty dev show wlan0
lang: C
returncode: 0
@@ -9547,8 +9547,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2452
-location: clients/tests/test-client.py:test_004()/142
+size: 2455
+location: src/tests/client/test-client.py:test_004()/142
cmd: $NMCLI --pretty dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9592,8 +9592,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6541
-location: clients/tests/test-client.py:test_004()/143
+size: 6544
+location: src/tests/client/test-client.py:test_004()/143
cmd: $NMCLI --pretty -f all dev show wlan0
lang: C
returncode: 0
@@ -9717,8 +9717,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6608
-location: clients/tests/test-client.py:test_004()/144
+size: 6611
+location: src/tests/client/test-client.py:test_004()/144
cmd: $NMCLI --pretty -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9842,8 +9842,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2629
-location: clients/tests/test-client.py:test_004()/145
+size: 2632
+location: src/tests/client/test-client.py:test_004()/145
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -9897,8 +9897,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2663
-location: clients/tests/test-client.py:test_004()/146
+size: 2666
+location: src/tests/client/test-client.py:test_004()/146
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -9952,8 +9952,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2629
-location: clients/tests/test-client.py:test_004()/147
+size: 2632
+location: src/tests/client/test-client.py:test_004()/147
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -10007,8 +10007,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2663
-location: clients/tests/test-client.py:test_004()/148
+size: 2666
+location: src/tests/client/test-client.py:test_004()/148
cmd: $NMCLI --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -10062,8 +10062,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 666
-location: clients/tests/test-client.py:test_004()/149
+size: 669
+location: src/tests/client/test-client.py:test_004()/149
cmd: $NMCLI --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -10081,8 +10081,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 669
-location: clients/tests/test-client.py:test_004()/150
+size: 672
+location: src/tests/client/test-client.py:test_004()/150
cmd: $NMCLI --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -10100,8 +10100,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3021
-location: clients/tests/test-client.py:test_004()/151
+size: 3024
+location: src/tests/client/test-client.py:test_004()/151
cmd: $NMCLI --pretty -f ALL device wifi list
lang: C
returncode: 0
@@ -10130,8 +10130,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3259
-location: clients/tests/test-client.py:test_004()/152
+size: 3262
+location: src/tests/client/test-client.py:test_004()/152
cmd: $NMCLI --pretty -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -10160,8 +10160,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1314
-location: clients/tests/test-client.py:test_004()/153
+size: 1317
+location: src/tests/client/test-client.py:test_004()/153
cmd: $NMCLI --pretty -f COMMON device wifi list
lang: C
returncode: 0
@@ -10190,8 +10190,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1544
-location: clients/tests/test-client.py:test_004()/154
+size: 1547
+location: src/tests/client/test-client.py:test_004()/154
cmd: $NMCLI --pretty -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -10220,8 +10220,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3134
-location: clients/tests/test-client.py:test_004()/155
+size: 3137
+location: src/tests/client/test-client.py:test_004()/155
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
@@ -10250,8 +10250,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3372
-location: clients/tests/test-client.py:test_004()/156
+size: 3375
+location: src/tests/client/test-client.py:test_004()/156
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
@@ -10280,8 +10280,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1136
-location: clients/tests/test-client.py:test_004()/157
+size: 1139
+location: src/tests/client/test-client.py:test_004()/157
cmd: $NMCLI --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -10297,8 +10297,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1224
-location: clients/tests/test-client.py:test_004()/158
+size: 1227
+location: src/tests/client/test-client.py:test_004()/158
cmd: $NMCLI --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -10314,8 +10314,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 551
-location: clients/tests/test-client.py:test_004()/159
+size: 554
+location: src/tests/client/test-client.py:test_004()/159
cmd: $NMCLI --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -10331,8 +10331,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 636
-location: clients/tests/test-client.py:test_004()/160
+size: 639
+location: src/tests/client/test-client.py:test_004()/160
cmd: $NMCLI --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -10348,8 +10348,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1249
-location: clients/tests/test-client.py:test_004()/161
+size: 1252
+location: src/tests/client/test-client.py:test_004()/161
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
@@ -10365,8 +10365,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1337
-location: clients/tests/test-client.py:test_004()/162
+size: 1340
+location: src/tests/client/test-client.py:test_004()/162
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
@@ -10382,8 +10382,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 6544
-location: clients/tests/test-client.py:test_004()/163
+size: 6547
+location: src/tests/client/test-client.py:test_004()/163
cmd: $NMCLI --pretty -f ALL device show wlan0
lang: C
returncode: 0
@@ -10507,8 +10507,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6611
-location: clients/tests/test-client.py:test_004()/164
+size: 6614
+location: src/tests/client/test-client.py:test_004()/164
cmd: $NMCLI --pretty -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -10632,8 +10632,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2446
-location: clients/tests/test-client.py:test_004()/165
+size: 2449
+location: src/tests/client/test-client.py:test_004()/165
cmd: $NMCLI --pretty -f COMMON device show wlan0
lang: C
returncode: 0
@@ -10677,8 +10677,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2465
-location: clients/tests/test-client.py:test_004()/166
+size: 2468
+location: src/tests/client/test-client.py:test_004()/166
cmd: $NMCLI --pretty -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -10722,8 +10722,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6471
-location: clients/tests/test-client.py:test_004()/167
+size: 6474
+location: src/tests/client/test-client.py:test_004()/167
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
@@ -10843,8 +10843,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6537
-location: clients/tests/test-client.py:test_004()/168
+size: 6540
+location: src/tests/client/test-client.py:test_004()/168
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
@@ -10964,8 +10964,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1893
-location: clients/tests/test-client.py:test_004()/169
+size: 1896
+location: src/tests/client/test-client.py:test_004()/169
cmd: $NMCLI --pretty dev lldp list ifname eth0
lang: C
returncode: 0
@@ -11000,8 +11000,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1907
-location: clients/tests/test-client.py:test_004()/170
+size: 1910
+location: src/tests/client/test-client.py:test_004()/170
cmd: $NMCLI --pretty dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -11036,8 +11036,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 2766
-location: clients/tests/test-client.py:test_004()/171
+size: 2769
+location: src/tests/client/test-client.py:test_004()/171
cmd: $NMCLI --pretty -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -11082,8 +11082,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 2791
-location: clients/tests/test-client.py:test_004()/172
+size: 2794
+location: src/tests/client/test-client.py:test_004()/172
cmd: $NMCLI --pretty -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -11128,8 +11128,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 6185
-location: clients/tests/test-client.py:test_004()/173
+size: 6188
+location: src/tests/client/test-client.py:test_004()/173
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -11255,8 +11255,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6227
-location: clients/tests/test-client.py:test_004()/174
+size: 6230
+location: src/tests/client/test-client.py:test_004()/174
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11382,8 +11382,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6185
-location: clients/tests/test-client.py:test_004()/175
+size: 6188
+location: src/tests/client/test-client.py:test_004()/175
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -11509,8 +11509,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6227
-location: clients/tests/test-client.py:test_004()/176
+size: 6230
+location: src/tests/client/test-client.py:test_004()/176
cmd: $NMCLI --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11636,8 +11636,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4665
-location: clients/tests/test-client.py:test_004()/177
+size: 4668
+location: src/tests/client/test-client.py:test_004()/177
cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -11737,8 +11737,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4690
-location: clients/tests/test-client.py:test_004()/178
+size: 4693
+location: src/tests/client/test-client.py:test_004()/178
cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11838,8 +11838,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 792
-location: clients/tests/test-client.py:test_004()/179
+size: 795
+location: src/tests/client/test-client.py:test_004()/179
cmd: $NMCLI --pretty --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -11857,8 +11857,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 808
-location: clients/tests/test-client.py:test_004()/180
+size: 811
+location: src/tests/client/test-client.py:test_004()/180
cmd: $NMCLI --pretty --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11876,8 +11876,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1190
-location: clients/tests/test-client.py:test_004()/181
+size: 1193
+location: src/tests/client/test-client.py:test_004()/181
cmd: $NMCLI --pretty --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -11902,8 +11902,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1210
-location: clients/tests/test-client.py:test_004()/182
+size: 1213
+location: src/tests/client/test-client.py:test_004()/182
cmd: $NMCLI --pretty --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -11928,8 +11928,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 693
-location: clients/tests/test-client.py:test_004()/183
+size: 696
+location: src/tests/client/test-client.py:test_004()/183
cmd: $NMCLI --pretty --color yes dev s
lang: C
returncode: 0
@@ -11947,8 +11947,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 702
-location: clients/tests/test-client.py:test_004()/184
+size: 705
+location: src/tests/client/test-client.py:test_004()/184
cmd: $NMCLI --pretty --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -11966,8 +11966,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 2094
-location: clients/tests/test-client.py:test_004()/185
+size: 2097
+location: src/tests/client/test-client.py:test_004()/185
cmd: $NMCLI --pretty --color yes -f all dev status
lang: C
returncode: 0
@@ -11985,8 +11985,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 2103
-location: clients/tests/test-client.py:test_004()/186
+size: 2106
+location: src/tests/client/test-client.py:test_004()/186
cmd: $NMCLI --pretty --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -12004,8 +12004,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 12877
-location: clients/tests/test-client.py:test_004()/187
+size: 12880
+location: src/tests/client/test-client.py:test_004()/187
cmd: $NMCLI --pretty --color yes dev show
lang: C
returncode: 0
@@ -12212,8 +12212,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12942
-location: clients/tests/test-client.py:test_004()/188
+size: 12945
+location: src/tests/client/test-client.py:test_004()/188
cmd: $NMCLI --pretty --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -12420,8 +12420,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 27756
-location: clients/tests/test-client.py:test_004()/189
+size: 27759
+location: src/tests/client/test-client.py:test_004()/189
cmd: $NMCLI --pretty --color yes -f all dev show
lang: C
returncode: 0
@@ -12908,8 +12908,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 27952
-location: clients/tests/test-client.py:test_004()/190
+size: 27955
+location: src/tests/client/test-client.py:test_004()/190
cmd: $NMCLI --pretty --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -13396,8 +13396,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2445
-location: clients/tests/test-client.py:test_004()/191
+size: 2448
+location: src/tests/client/test-client.py:test_004()/191
cmd: $NMCLI --pretty --color yes dev show wlan0
lang: C
returncode: 0
@@ -13441,8 +13441,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2464
-location: clients/tests/test-client.py:test_004()/192
+size: 2467
+location: src/tests/client/test-client.py:test_004()/192
cmd: $NMCLI --pretty --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13486,8 +13486,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6796
-location: clients/tests/test-client.py:test_004()/193
+size: 6799
+location: src/tests/client/test-client.py:test_004()/193
cmd: $NMCLI --pretty --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -13611,8 +13611,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6863
-location: clients/tests/test-client.py:test_004()/194
+size: 6866
+location: src/tests/client/test-client.py:test_004()/194
cmd: $NMCLI --pretty --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13736,8 +13736,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2641
-location: clients/tests/test-client.py:test_004()/195
+size: 2644
+location: src/tests/client/test-client.py:test_004()/195
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -13791,8 +13791,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2675
-location: clients/tests/test-client.py:test_004()/196
+size: 2678
+location: src/tests/client/test-client.py:test_004()/196
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13846,8 +13846,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2641
-location: clients/tests/test-client.py:test_004()/197
+size: 2644
+location: src/tests/client/test-client.py:test_004()/197
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -13901,8 +13901,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2675
-location: clients/tests/test-client.py:test_004()/198
+size: 2678
+location: src/tests/client/test-client.py:test_004()/198
cmd: $NMCLI --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -13956,8 +13956,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 801
-location: clients/tests/test-client.py:test_004()/199
+size: 804
+location: src/tests/client/test-client.py:test_004()/199
cmd: $NMCLI --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -13975,8 +13975,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 804
-location: clients/tests/test-client.py:test_004()/200
+size: 807
+location: src/tests/client/test-client.py:test_004()/200
cmd: $NMCLI --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -13994,8 +13994,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3645
-location: clients/tests/test-client.py:test_004()/201
+size: 3648
+location: src/tests/client/test-client.py:test_004()/201
cmd: $NMCLI --pretty --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -14024,8 +14024,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3883
-location: clients/tests/test-client.py:test_004()/202
+size: 3886
+location: src/tests/client/test-client.py:test_004()/202
cmd: $NMCLI --pretty --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -14054,8 +14054,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1650
-location: clients/tests/test-client.py:test_004()/203
+size: 1653
+location: src/tests/client/test-client.py:test_004()/203
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -14084,8 +14084,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1880
-location: clients/tests/test-client.py:test_004()/204
+size: 1883
+location: src/tests/client/test-client.py:test_004()/204
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -14114,8 +14114,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3758
-location: clients/tests/test-client.py:test_004()/205
+size: 3761
+location: src/tests/client/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
lang: C
returncode: 0
@@ -14144,8 +14144,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3996
-location: clients/tests/test-client.py:test_004()/206
+size: 3999
+location: src/tests/client/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
lang: pl_PL.UTF-8
returncode: 0
@@ -14174,8 +14174,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1302
-location: clients/tests/test-client.py:test_004()/207
+size: 1305
+location: src/tests/client/test-client.py:test_004()/207
cmd: $NMCLI --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -14191,8 +14191,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1389
-location: clients/tests/test-client.py:test_004()/208
+size: 1392
+location: src/tests/client/test-client.py:test_004()/208
cmd: $NMCLI --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -14208,8 +14208,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 644
-location: clients/tests/test-client.py:test_004()/209
+size: 647
+location: src/tests/client/test-client.py:test_004()/209
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -14225,8 +14225,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 729
-location: clients/tests/test-client.py:test_004()/210
+size: 732
+location: src/tests/client/test-client.py:test_004()/210
cmd: $NMCLI --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -14242,8 +14242,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1415
-location: clients/tests/test-client.py:test_004()/211
+size: 1418
+location: src/tests/client/test-client.py:test_004()/211
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
@@ -14259,8 +14259,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1502
-location: clients/tests/test-client.py:test_004()/212
+size: 1505
+location: src/tests/client/test-client.py:test_004()/212
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
@@ -14276,8 +14276,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 6799
-location: clients/tests/test-client.py:test_004()/213
+size: 6802
+location: src/tests/client/test-client.py:test_004()/213
cmd: $NMCLI --pretty --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -14401,8 +14401,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6866
-location: clients/tests/test-client.py:test_004()/214
+size: 6869
+location: src/tests/client/test-client.py:test_004()/214
cmd: $NMCLI --pretty --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -14526,8 +14526,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2458
-location: clients/tests/test-client.py:test_004()/215
+size: 2461
+location: src/tests/client/test-client.py:test_004()/215
cmd: $NMCLI --pretty --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -14571,8 +14571,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2477
-location: clients/tests/test-client.py:test_004()/216
+size: 2480
+location: src/tests/client/test-client.py:test_004()/216
cmd: $NMCLI --pretty --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -14616,8 +14616,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6726
-location: clients/tests/test-client.py:test_004()/217
+size: 6729
+location: src/tests/client/test-client.py:test_004()/217
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
@@ -14737,8 +14737,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6792
-location: clients/tests/test-client.py:test_004()/218
+size: 6795
+location: src/tests/client/test-client.py:test_004()/218
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
@@ -14858,8 +14858,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1905
-location: clients/tests/test-client.py:test_004()/219
+size: 1908
+location: src/tests/client/test-client.py:test_004()/219
cmd: $NMCLI --pretty --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -14894,8 +14894,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1919
-location: clients/tests/test-client.py:test_004()/220
+size: 1922
+location: src/tests/client/test-client.py:test_004()/220
cmd: $NMCLI --pretty --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -14930,8 +14930,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 2778
-location: clients/tests/test-client.py:test_004()/221
+size: 2781
+location: src/tests/client/test-client.py:test_004()/221
cmd: $NMCLI --pretty --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -14976,8 +14976,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 2803
-location: clients/tests/test-client.py:test_004()/222
+size: 2806
+location: src/tests/client/test-client.py:test_004()/222
cmd: $NMCLI --pretty --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -15022,8 +15022,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 2602
-location: clients/tests/test-client.py:test_004()/223
+size: 2605
+location: src/tests/client/test-client.py:test_004()/223
cmd: $NMCLI --terse con s con-vpn-1
lang: C
returncode: 0
@@ -15136,8 +15136,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2612
-location: clients/tests/test-client.py:test_004()/224
+size: 2615
+location: src/tests/client/test-client.py:test_004()/224
cmd: $NMCLI --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -15250,8 +15250,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2602
-location: clients/tests/test-client.py:test_004()/225
+size: 2605
+location: src/tests/client/test-client.py:test_004()/225
cmd: $NMCLI --terse con s con-vpn-1
lang: C
returncode: 0
@@ -15364,8 +15364,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2612
-location: clients/tests/test-client.py:test_004()/226
+size: 2615
+location: src/tests/client/test-client.py:test_004()/226
cmd: $NMCLI --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -15478,8 +15478,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2027
-location: clients/tests/test-client.py:test_004()/227
+size: 2030
+location: src/tests/client/test-client.py:test_004()/227
cmd: $NMCLI --terse -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -15571,8 +15571,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 2037
-location: clients/tests/test-client.py:test_004()/228
+size: 2040
+location: src/tests/client/test-client.py:test_004()/228
cmd: $NMCLI --terse -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -15664,8 +15664,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 317
-location: clients/tests/test-client.py:test_004()/229
+size: 320
+location: src/tests/client/test-client.py:test_004()/229
cmd: $NMCLI --terse -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -15679,8 +15679,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 327
-location: clients/tests/test-client.py:test_004()/230
+size: 330
+location: src/tests/client/test-client.py:test_004()/230
cmd: $NMCLI --terse -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -15694,8 +15694,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 543
-location: clients/tests/test-client.py:test_004()/231
+size: 546
+location: src/tests/client/test-client.py:test_004()/231
cmd: $NMCLI --terse -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -15716,8 +15716,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 553
-location: clients/tests/test-client.py:test_004()/232
+size: 556
+location: src/tests/client/test-client.py:test_004()/232
cmd: $NMCLI --terse -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -15738,8 +15738,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 262
-location: clients/tests/test-client.py:test_004()/233
+size: 265
+location: src/tests/client/test-client.py:test_004()/233
cmd: $NMCLI --terse dev s
lang: C
returncode: 0
@@ -15752,8 +15752,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 272
-location: clients/tests/test-client.py:test_004()/234
+size: 275
+location: src/tests/client/test-client.py:test_004()/234
cmd: $NMCLI --terse dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -15766,8 +15766,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 660
-location: clients/tests/test-client.py:test_004()/235
+size: 663
+location: src/tests/client/test-client.py:test_004()/235
cmd: $NMCLI --terse -f all dev status
lang: C
returncode: 0
@@ -15780,8 +15780,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 670
-location: clients/tests/test-client.py:test_004()/236
+size: 673
+location: src/tests/client/test-client.py:test_004()/236
cmd: $NMCLI --terse -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -15794,8 +15794,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 4532
-location: clients/tests/test-client.py:test_004()/237
+size: 4535
+location: src/tests/client/test-client.py:test_004()/237
cmd: $NMCLI --terse dev show
lang: C
returncode: 0
@@ -15940,8 +15940,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4542
-location: clients/tests/test-client.py:test_004()/238
+size: 4545
+location: src/tests/client/test-client.py:test_004()/238
cmd: $NMCLI --terse dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -16086,8 +16086,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 12983
-location: clients/tests/test-client.py:test_004()/239
+size: 12986
+location: src/tests/client/test-client.py:test_004()/239
cmd: $NMCLI --terse -f all dev show
lang: C
returncode: 0
@@ -16510,8 +16510,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 13029
-location: clients/tests/test-client.py:test_004()/240
+size: 13032
+location: src/tests/client/test-client.py:test_004()/240
cmd: $NMCLI --terse -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -16934,8 +16934,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 876
-location: clients/tests/test-client.py:test_004()/241
+size: 879
+location: src/tests/client/test-client.py:test_004()/241
cmd: $NMCLI --terse dev show wlan0
lang: C
returncode: 0
@@ -16967,8 +16967,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 886
-location: clients/tests/test-client.py:test_004()/242
+size: 889
+location: src/tests/client/test-client.py:test_004()/242
cmd: $NMCLI --terse dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17000,8 +17000,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 2987
-location: clients/tests/test-client.py:test_004()/243
+size: 2990
+location: src/tests/client/test-client.py:test_004()/243
cmd: $NMCLI --terse -f all dev show wlan0
lang: C
returncode: 0
@@ -17110,8 +17110,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3024
-location: clients/tests/test-client.py:test_004()/244
+size: 3027
+location: src/tests/client/test-client.py:test_004()/244
cmd: $NMCLI --terse -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17220,8 +17220,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1316
-location: clients/tests/test-client.py:test_004()/245
+size: 1319
+location: src/tests/client/test-client.py:test_004()/245
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -17269,8 +17269,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1326
-location: clients/tests/test-client.py:test_004()/246
+size: 1329
+location: src/tests/client/test-client.py:test_004()/246
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17318,8 +17318,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1316
-location: clients/tests/test-client.py:test_004()/247
+size: 1319
+location: src/tests/client/test-client.py:test_004()/247
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -17367,8 +17367,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1326
-location: clients/tests/test-client.py:test_004()/248
+size: 1329
+location: src/tests/client/test-client.py:test_004()/248
cmd: $NMCLI --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17416,8 +17416,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 423
-location: clients/tests/test-client.py:test_004()/249
+size: 426
+location: src/tests/client/test-client.py:test_004()/249
cmd: $NMCLI --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -17430,8 +17430,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 433
-location: clients/tests/test-client.py:test_004()/250
+size: 436
+location: src/tests/client/test-client.py:test_004()/250
cmd: $NMCLI --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -17444,8 +17444,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1081
-location: clients/tests/test-client.py:test_004()/251
+size: 1084
+location: src/tests/client/test-client.py:test_004()/251
cmd: $NMCLI --terse -f ALL device wifi list
lang: C
returncode: 0
@@ -17459,8 +17459,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1139
-location: clients/tests/test-client.py:test_004()/252
+size: 1142
+location: src/tests/client/test-client.py:test_004()/252
cmd: $NMCLI --terse -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -17474,8 +17474,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 430
-location: clients/tests/test-client.py:test_004()/253
+size: 433
+location: src/tests/client/test-client.py:test_004()/253
cmd: $NMCLI --terse -f COMMON device wifi list
lang: C
returncode: 0
@@ -17489,8 +17489,8 @@ stdout: 280 bytes
<<<
-size: 476
-location: clients/tests/test-client.py:test_004()/254
+size: 479
+location: src/tests/client/test-client.py:test_004()/254
cmd: $NMCLI --terse -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -17504,8 +17504,8 @@ stdout: 316 bytes
<<<
-size: 1194
-location: clients/tests/test-client.py:test_004()/255
+size: 1197
+location: src/tests/client/test-client.py:test_004()/255
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
@@ -17519,8 +17519,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1252
-location: clients/tests/test-client.py:test_004()/256
+size: 1255
+location: src/tests/client/test-client.py:test_004()/256
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
@@ -17534,8 +17534,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 428
-location: clients/tests/test-client.py:test_004()/257
+size: 431
+location: src/tests/client/test-client.py:test_004()/257
cmd: $NMCLI --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -17546,8 +17546,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 450
-location: clients/tests/test-client.py:test_004()/258
+size: 453
+location: src/tests/client/test-client.py:test_004()/258
cmd: $NMCLI --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -17558,8 +17558,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 247
-location: clients/tests/test-client.py:test_004()/259
+size: 250
+location: src/tests/client/test-client.py:test_004()/259
cmd: $NMCLI --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -17570,8 +17570,8 @@ stdout: 74 bytes
<<<
-size: 266
-location: clients/tests/test-client.py:test_004()/260
+size: 269
+location: src/tests/client/test-client.py:test_004()/260
cmd: $NMCLI --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -17582,8 +17582,8 @@ stdout: 83 bytes
<<<
-size: 541
-location: clients/tests/test-client.py:test_004()/261
+size: 544
+location: src/tests/client/test-client.py:test_004()/261
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
@@ -17594,8 +17594,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 563
-location: clients/tests/test-client.py:test_004()/262
+size: 566
+location: src/tests/client/test-client.py:test_004()/262
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
@@ -17606,8 +17606,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 2990
-location: clients/tests/test-client.py:test_004()/263
+size: 2993
+location: src/tests/client/test-client.py:test_004()/263
cmd: $NMCLI --terse -f ALL device show wlan0
lang: C
returncode: 0
@@ -17716,8 +17716,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3027
-location: clients/tests/test-client.py:test_004()/264
+size: 3030
+location: src/tests/client/test-client.py:test_004()/264
cmd: $NMCLI --terse -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17826,8 +17826,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 889
-location: clients/tests/test-client.py:test_004()/265
+size: 892
+location: src/tests/client/test-client.py:test_004()/265
cmd: $NMCLI --terse -f COMMON device show wlan0
lang: C
returncode: 0
@@ -17859,8 +17859,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 899
-location: clients/tests/test-client.py:test_004()/266
+size: 902
+location: src/tests/client/test-client.py:test_004()/266
cmd: $NMCLI --terse -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -17892,8 +17892,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3049
-location: clients/tests/test-client.py:test_004()/267
+size: 3052
+location: src/tests/client/test-client.py:test_004()/267
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
@@ -17999,8 +17999,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3086
-location: clients/tests/test-client.py:test_004()/268
+size: 3089
+location: src/tests/client/test-client.py:test_004()/268
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
@@ -18106,8 +18106,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1131
-location: clients/tests/test-client.py:test_004()/269
+size: 1134
+location: src/tests/client/test-client.py:test_004()/269
cmd: $NMCLI --terse dev lldp list ifname eth0
lang: C
returncode: 0
@@ -18136,8 +18136,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1141
-location: clients/tests/test-client.py:test_004()/270
+size: 1144
+location: src/tests/client/test-client.py:test_004()/270
cmd: $NMCLI --terse dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -18166,8 +18166,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 772
-location: clients/tests/test-client.py:test_004()/271
+size: 775
+location: src/tests/client/test-client.py:test_004()/271
cmd: $NMCLI --terse -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -18190,8 +18190,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 782
-location: clients/tests/test-client.py:test_004()/272
+size: 785
+location: src/tests/client/test-client.py:test_004()/272
cmd: $NMCLI --terse -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -18214,8 +18214,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 2614
-location: clients/tests/test-client.py:test_004()/273
+size: 2617
+location: src/tests/client/test-client.py:test_004()/273
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -18328,8 +18328,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2624
-location: clients/tests/test-client.py:test_004()/274
+size: 2627
+location: src/tests/client/test-client.py:test_004()/274
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -18442,8 +18442,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2614
-location: clients/tests/test-client.py:test_004()/275
+size: 2617
+location: src/tests/client/test-client.py:test_004()/275
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -18556,8 +18556,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2624
-location: clients/tests/test-client.py:test_004()/276
+size: 2627
+location: src/tests/client/test-client.py:test_004()/276
cmd: $NMCLI --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -18670,8 +18670,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2039
-location: clients/tests/test-client.py:test_004()/277
+size: 2042
+location: src/tests/client/test-client.py:test_004()/277
cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -18763,8 +18763,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 2049
-location: clients/tests/test-client.py:test_004()/278
+size: 2052
+location: src/tests/client/test-client.py:test_004()/278
cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -18856,8 +18856,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 329
-location: clients/tests/test-client.py:test_004()/279
+size: 332
+location: src/tests/client/test-client.py:test_004()/279
cmd: $NMCLI --terse --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -18871,8 +18871,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 339
-location: clients/tests/test-client.py:test_004()/280
+size: 342
+location: src/tests/client/test-client.py:test_004()/280
cmd: $NMCLI --terse --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -18886,8 +18886,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 555
-location: clients/tests/test-client.py:test_004()/281
+size: 558
+location: src/tests/client/test-client.py:test_004()/281
cmd: $NMCLI --terse --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -18908,8 +18908,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 565
-location: clients/tests/test-client.py:test_004()/282
+size: 568
+location: src/tests/client/test-client.py:test_004()/282
cmd: $NMCLI --terse --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -18930,8 +18930,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 438
-location: clients/tests/test-client.py:test_004()/283
+size: 441
+location: src/tests/client/test-client.py:test_004()/283
cmd: $NMCLI --terse --color yes dev s
lang: C
returncode: 0
@@ -18944,8 +18944,8 @@ stdout: 297 bytes
wlan1:wifi:unavailable:
<<<
-size: 448
-location: clients/tests/test-client.py:test_004()/284
+size: 451
+location: src/tests/client/test-client.py:test_004()/284
cmd: $NMCLI --terse --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -18958,8 +18958,8 @@ stdout: 297 bytes
wlan1:wifi:unavailable:
<<<
-size: 1041
-location: clients/tests/test-client.py:test_004()/285
+size: 1044
+location: src/tests/client/test-client.py:test_004()/285
cmd: $NMCLI --terse --color yes -f all dev status
lang: C
returncode: 0
@@ -18972,8 +18972,8 @@ stdout: 888 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 1051
-location: clients/tests/test-client.py:test_004()/286
+size: 1054
+location: src/tests/client/test-client.py:test_004()/286
cmd: $NMCLI --terse --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -18986,8 +18986,8 @@ stdout: 888 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 4544
-location: clients/tests/test-client.py:test_004()/287
+size: 4547
+location: src/tests/client/test-client.py:test_004()/287
cmd: $NMCLI --terse --color yes dev show
lang: C
returncode: 0
@@ -19132,8 +19132,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4554
-location: clients/tests/test-client.py:test_004()/288
+size: 4557
+location: src/tests/client/test-client.py:test_004()/288
cmd: $NMCLI --terse --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -19278,8 +19278,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 13319
-location: clients/tests/test-client.py:test_004()/289
+size: 13322
+location: src/tests/client/test-client.py:test_004()/289
cmd: $NMCLI --terse --color yes -f all dev show
lang: C
returncode: 0
@@ -19702,8 +19702,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 13365
-location: clients/tests/test-client.py:test_004()/290
+size: 13368
+location: src/tests/client/test-client.py:test_004()/290
cmd: $NMCLI --terse --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -20126,8 +20126,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 888
-location: clients/tests/test-client.py:test_004()/291
+size: 891
+location: src/tests/client/test-client.py:test_004()/291
cmd: $NMCLI --terse --color yes dev show wlan0
lang: C
returncode: 0
@@ -20159,8 +20159,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 898
-location: clients/tests/test-client.py:test_004()/292
+size: 901
+location: src/tests/client/test-client.py:test_004()/292
cmd: $NMCLI --terse --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -20192,8 +20192,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3242
-location: clients/tests/test-client.py:test_004()/293
+size: 3245
+location: src/tests/client/test-client.py:test_004()/293
cmd: $NMCLI --terse --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -20302,8 +20302,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3279
-location: clients/tests/test-client.py:test_004()/294
+size: 3282
+location: src/tests/client/test-client.py:test_004()/294
cmd: $NMCLI --terse --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -20412,8 +20412,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1328
-location: clients/tests/test-client.py:test_004()/295
+size: 1331
+location: src/tests/client/test-client.py:test_004()/295
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -20461,8 +20461,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1338
-location: clients/tests/test-client.py:test_004()/296
+size: 1341
+location: src/tests/client/test-client.py:test_004()/296
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -20510,8 +20510,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1328
-location: clients/tests/test-client.py:test_004()/297
+size: 1331
+location: src/tests/client/test-client.py:test_004()/297
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -20559,8 +20559,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1338
-location: clients/tests/test-client.py:test_004()/298
+size: 1341
+location: src/tests/client/test-client.py:test_004()/298
cmd: $NMCLI --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -20608,8 +20608,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 558
-location: clients/tests/test-client.py:test_004()/299
+size: 561
+location: src/tests/client/test-client.py:test_004()/299
cmd: $NMCLI --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -20622,8 +20622,8 @@ stdout: 394 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 568
-location: clients/tests/test-client.py:test_004()/300
+size: 571
+location: src/tests/client/test-client.py:test_004()/300
cmd: $NMCLI --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -20636,8 +20636,8 @@ stdout: 394 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1706
-location: clients/tests/test-client.py:test_004()/301
+size: 1709
+location: src/tests/client/test-client.py:test_004()/301
cmd: $NMCLI --terse --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -20651,8 +20651,8 @@ stdout: 1546 bytes
<<<
-size: 1764
-location: clients/tests/test-client.py:test_004()/302
+size: 1767
+location: src/tests/client/test-client.py:test_004()/302
cmd: $NMCLI --terse --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -20666,8 +20666,8 @@ stdout: 1594 bytes
<<<
-size: 766
-location: clients/tests/test-client.py:test_004()/303
+size: 769
+location: src/tests/client/test-client.py:test_004()/303
cmd: $NMCLI --terse --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -20681,8 +20681,8 @@ stdout: 604 bytes
<<<
-size: 812
-location: clients/tests/test-client.py:test_004()/304
+size: 815
+location: src/tests/client/test-client.py:test_004()/304
cmd: $NMCLI --terse --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -20696,8 +20696,8 @@ stdout: 640 bytes
<<<
-size: 1819
-location: clients/tests/test-client.py:test_004()/305
+size: 1822
+location: src/tests/client/test-client.py:test_004()/305
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
@@ -20711,8 +20711,8 @@ stdout: 1546 bytes
<<<
-size: 1877
-location: clients/tests/test-client.py:test_004()/306
+size: 1880
+location: src/tests/client/test-client.py:test_004()/306
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
@@ -20726,8 +20726,8 @@ stdout: 1594 bytes
<<<
-size: 593
-location: clients/tests/test-client.py:test_004()/307
+size: 596
+location: src/tests/client/test-client.py:test_004()/307
cmd: $NMCLI --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -20738,8 +20738,8 @@ stdout: 410 bytes
<<<
-size: 615
-location: clients/tests/test-client.py:test_004()/308
+size: 618
+location: src/tests/client/test-client.py:test_004()/308
cmd: $NMCLI --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -20750,8 +20750,8 @@ stdout: 422 bytes
<<<
-size: 341
-location: clients/tests/test-client.py:test_004()/309
+size: 344
+location: src/tests/client/test-client.py:test_004()/309
cmd: $NMCLI --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -20762,8 +20762,8 @@ stdout: 155 bytes
<<<
-size: 360
-location: clients/tests/test-client.py:test_004()/310
+size: 363
+location: src/tests/client/test-client.py:test_004()/310
cmd: $NMCLI --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -20774,8 +20774,8 @@ stdout: 164 bytes
<<<
-size: 706
-location: clients/tests/test-client.py:test_004()/311
+size: 709
+location: src/tests/client/test-client.py:test_004()/311
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
@@ -20786,8 +20786,8 @@ stdout: 410 bytes
<<<
-size: 728
-location: clients/tests/test-client.py:test_004()/312
+size: 731
+location: src/tests/client/test-client.py:test_004()/312
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
@@ -20798,8 +20798,8 @@ stdout: 422 bytes
<<<
-size: 3245
-location: clients/tests/test-client.py:test_004()/313
+size: 3248
+location: src/tests/client/test-client.py:test_004()/313
cmd: $NMCLI --terse --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -20908,8 +20908,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3282
-location: clients/tests/test-client.py:test_004()/314
+size: 3285
+location: src/tests/client/test-client.py:test_004()/314
cmd: $NMCLI --terse --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21018,8 +21018,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 901
-location: clients/tests/test-client.py:test_004()/315
+size: 904
+location: src/tests/client/test-client.py:test_004()/315
cmd: $NMCLI --terse --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -21051,8 +21051,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 911
-location: clients/tests/test-client.py:test_004()/316
+size: 914
+location: src/tests/client/test-client.py:test_004()/316
cmd: $NMCLI --terse --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -21084,8 +21084,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3304
-location: clients/tests/test-client.py:test_004()/317
+size: 3307
+location: src/tests/client/test-client.py:test_004()/317
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
@@ -21191,8 +21191,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3341
-location: clients/tests/test-client.py:test_004()/318
+size: 3344
+location: src/tests/client/test-client.py:test_004()/318
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
@@ -21298,8 +21298,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1143
-location: clients/tests/test-client.py:test_004()/319
+size: 1146
+location: src/tests/client/test-client.py:test_004()/319
cmd: $NMCLI --terse --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -21328,8 +21328,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1153
-location: clients/tests/test-client.py:test_004()/320
+size: 1156
+location: src/tests/client/test-client.py:test_004()/320
cmd: $NMCLI --terse --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -21358,8 +21358,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 784
-location: clients/tests/test-client.py:test_004()/321
+size: 787
+location: src/tests/client/test-client.py:test_004()/321
cmd: $NMCLI --terse --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -21382,8 +21382,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 794
-location: clients/tests/test-client.py:test_004()/322
+size: 797
+location: src/tests/client/test-client.py:test_004()/322
cmd: $NMCLI --terse --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -21406,8 +21406,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 3379
-location: clients/tests/test-client.py:test_004()/323
+size: 3382
+location: src/tests/client/test-client.py:test_004()/323
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: C
returncode: 0
@@ -21435,8 +21435,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: 3402
-location: clients/tests/test-client.py:test_004()/324
+size: 3405
+location: src/tests/client/test-client.py:test_004()/324
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21464,8 +21464,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: 3379
-location: clients/tests/test-client.py:test_004()/325
+size: 3382
+location: src/tests/client/test-client.py:test_004()/325
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: C
returncode: 0
@@ -21493,8 +21493,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: 3402
-location: clients/tests/test-client.py:test_004()/326
+size: 3405
+location: src/tests/client/test-client.py:test_004()/326
cmd: $NMCLI --mode tabular con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21522,8 +21522,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: 2627
-location: clients/tests/test-client.py:test_004()/327
+size: 2630
+location: src/tests/client/test-client.py:test_004()/327
cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -21546,8 +21546,8 @@ proxy none no -- --
<<<
-size: 2639
-location: clients/tests/test-client.py:test_004()/328
+size: 2642
+location: src/tests/client/test-client.py:test_004()/328
cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21570,8 +21570,8 @@ proxy none nie -- --
<<<
-size: 407
-location: clients/tests/test-client.py:test_004()/329
+size: 410
+location: src/tests/client/test-client.py:test_004()/329
cmd: $NMCLI --mode tabular -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -21581,8 +21581,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 417
-location: clients/tests/test-client.py:test_004()/330
+size: 420
+location: src/tests/client/test-client.py:test_004()/330
cmd: $NMCLI --mode tabular -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21592,8 +21592,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 659
-location: clients/tests/test-client.py:test_004()/331
+size: 662
+location: src/tests/client/test-client.py:test_004()/331
cmd: $NMCLI --mode tabular -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -21603,8 +21603,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 671
-location: clients/tests/test-client.py:test_004()/332
+size: 674
+location: src/tests/client/test-client.py:test_004()/332
cmd: $NMCLI --mode tabular -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -21614,8 +21614,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 394
-location: clients/tests/test-client.py:test_004()/333
+size: 397
+location: src/tests/client/test-client.py:test_004()/333
cmd: $NMCLI --mode tabular dev s
lang: C
returncode: 0
@@ -21629,8 +21629,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 410
-location: clients/tests/test-client.py:test_004()/334
+size: 413
+location: src/tests/client/test-client.py:test_004()/334
cmd: $NMCLI --mode tabular dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -21644,8 +21644,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1421
-location: clients/tests/test-client.py:test_004()/335
+size: 1424
+location: src/tests/client/test-client.py:test_004()/335
cmd: $NMCLI --mode tabular -f all dev status
lang: C
returncode: 0
@@ -21659,8 +21659,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1437
-location: clients/tests/test-client.py:test_004()/336
+size: 1440
+location: src/tests/client/test-client.py:test_004()/336
cmd: $NMCLI --mode tabular -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -21674,8 +21674,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 6354
-location: clients/tests/test-client.py:test_004()/337
+size: 6357
+location: src/tests/client/test-client.py:test_004()/337
cmd: $NMCLI --mode tabular dev show
lang: C
returncode: 0
@@ -21823,8 +21823,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: 6378
-location: clients/tests/test-client.py:test_004()/338
+size: 6381
+location: src/tests/client/test-client.py:test_004()/338
cmd: $NMCLI --mode tabular dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -21972,8 +21972,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: 15976
-location: clients/tests/test-client.py:test_004()/339
+size: 15979
+location: src/tests/client/test-client.py:test_004()/339
cmd: $NMCLI --mode tabular -f all dev show
lang: C
returncode: 0
@@ -22125,8 +22125,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 16132
-location: clients/tests/test-client.py:test_004()/340
+size: 16135
+location: src/tests/client/test-client.py:test_004()/340
cmd: $NMCLI --mode tabular -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -22278,8 +22278,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1123
-location: clients/tests/test-client.py:test_004()/341
+size: 1126
+location: src/tests/client/test-client.py:test_004()/341
cmd: $NMCLI --mode tabular dev show wlan0
lang: C
returncode: 0
@@ -22313,8 +22313,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: 1135
-location: clients/tests/test-client.py:test_004()/342
+size: 1138
+location: src/tests/client/test-client.py:test_004()/342
cmd: $NMCLI --mode tabular dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22348,8 +22348,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: 3294
-location: clients/tests/test-client.py:test_004()/343
+size: 3297
+location: src/tests/client/test-client.py:test_004()/343
cmd: $NMCLI --mode tabular -f all dev show wlan0
lang: C
returncode: 0
@@ -22388,8 +22388,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3358
-location: clients/tests/test-client.py:test_004()/344
+size: 3361
+location: src/tests/client/test-client.py:test_004()/344
cmd: $NMCLI --mode tabular -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22428,8 +22428,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1374
-location: clients/tests/test-client.py:test_004()/345
+size: 1377
+location: src/tests/client/test-client.py:test_004()/345
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -22445,8 +22445,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: 1402
-location: clients/tests/test-client.py:test_004()/346
+size: 1405
+location: src/tests/client/test-client.py:test_004()/346
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22462,8 +22462,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: 1374
-location: clients/tests/test-client.py:test_004()/347
+size: 1377
+location: src/tests/client/test-client.py:test_004()/347
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -22479,8 +22479,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: 1402
-location: clients/tests/test-client.py:test_004()/348
+size: 1405
+location: src/tests/client/test-client.py:test_004()/348
cmd: $NMCLI --mode tabular -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22496,8 +22496,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: 525
-location: clients/tests/test-client.py:test_004()/349
+size: 528
+location: src/tests/client/test-client.py:test_004()/349
cmd: $NMCLI --mode tabular -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -22511,8 +22511,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 535
-location: clients/tests/test-client.py:test_004()/350
+size: 538
+location: src/tests/client/test-client.py:test_004()/350
cmd: $NMCLI --mode tabular -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -22526,8 +22526,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1995
-location: clients/tests/test-client.py:test_004()/351
+size: 1998
+location: src/tests/client/test-client.py:test_004()/351
cmd: $NMCLI --mode tabular -f ALL device wifi list
lang: C
returncode: 0
@@ -22544,8 +22544,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: 2063
-location: clients/tests/test-client.py:test_004()/352
+size: 2066
+location: src/tests/client/test-client.py:test_004()/352
cmd: $NMCLI --mode tabular -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -22562,8 +22562,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: 750
-location: clients/tests/test-client.py:test_004()/353
+size: 753
+location: src/tests/client/test-client.py:test_004()/353
cmd: $NMCLI --mode tabular -f COMMON device wifi list
lang: C
returncode: 0
@@ -22580,8 +22580,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 810
-location: clients/tests/test-client.py:test_004()/354
+size: 813
+location: src/tests/client/test-client.py:test_004()/354
cmd: $NMCLI --mode tabular -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -22598,8 +22598,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2108
-location: clients/tests/test-client.py:test_004()/355
+size: 2111
+location: src/tests/client/test-client.py:test_004()/355
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
@@ -22616,8 +22616,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: 2176
-location: clients/tests/test-client.py:test_004()/356
+size: 2179
+location: src/tests/client/test-client.py:test_004()/356
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
@@ -22634,8 +22634,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: 748
-location: clients/tests/test-client.py:test_004()/357
+size: 751
+location: src/tests/client/test-client.py:test_004()/357
cmd: $NMCLI --mode tabular -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -22647,8 +22647,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 776
-location: clients/tests/test-client.py:test_004()/358
+size: 779
+location: src/tests/client/test-client.py:test_004()/358
cmd: $NMCLI --mode tabular -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -22660,8 +22660,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 359
-location: clients/tests/test-client.py:test_004()/359
+size: 362
+location: src/tests/client/test-client.py:test_004()/359
cmd: $NMCLI --mode tabular -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -22673,8 +22673,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 385
-location: clients/tests/test-client.py:test_004()/360
+size: 388
+location: src/tests/client/test-client.py:test_004()/360
cmd: $NMCLI --mode tabular -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -22686,8 +22686,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 861
-location: clients/tests/test-client.py:test_004()/361
+size: 864
+location: src/tests/client/test-client.py:test_004()/361
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
@@ -22699,8 +22699,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 889
-location: clients/tests/test-client.py:test_004()/362
+size: 892
+location: src/tests/client/test-client.py:test_004()/362
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
@@ -22712,8 +22712,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 3297
-location: clients/tests/test-client.py:test_004()/363
+size: 3300
+location: src/tests/client/test-client.py:test_004()/363
cmd: $NMCLI --mode tabular -f ALL device show wlan0
lang: C
returncode: 0
@@ -22752,8 +22752,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3361
-location: clients/tests/test-client.py:test_004()/364
+size: 3364
+location: src/tests/client/test-client.py:test_004()/364
cmd: $NMCLI --mode tabular -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22792,8 +22792,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1136
-location: clients/tests/test-client.py:test_004()/365
+size: 1139
+location: src/tests/client/test-client.py:test_004()/365
cmd: $NMCLI --mode tabular -f COMMON device show wlan0
lang: C
returncode: 0
@@ -22827,8 +22827,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: 1148
-location: clients/tests/test-client.py:test_004()/366
+size: 1151
+location: src/tests/client/test-client.py:test_004()/366
cmd: $NMCLI --mode tabular -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -22862,8 +22862,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: 3352
-location: clients/tests/test-client.py:test_004()/367
+size: 3355
+location: src/tests/client/test-client.py:test_004()/367
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
@@ -22899,8 +22899,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3416
-location: clients/tests/test-client.py:test_004()/368
+size: 3419
+location: src/tests/client/test-client.py:test_004()/368
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
@@ -22936,8 +22936,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1140
-location: clients/tests/test-client.py:test_004()/369
+size: 1143
+location: src/tests/client/test-client.py:test_004()/369
cmd: $NMCLI --mode tabular dev lldp list ifname eth0
lang: C
returncode: 0
@@ -22949,8 +22949,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: 1150
-location: clients/tests/test-client.py:test_004()/370
+size: 1153
+location: src/tests/client/test-client.py:test_004()/370
cmd: $NMCLI --mode tabular dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -22962,8 +22962,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: 865
-location: clients/tests/test-client.py:test_004()/371
+size: 868
+location: src/tests/client/test-client.py:test_004()/371
cmd: $NMCLI --mode tabular -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -23011,8 +23011,8 @@ interface-name
<<<
-size: 875
-location: clients/tests/test-client.py:test_004()/372
+size: 878
+location: src/tests/client/test-client.py:test_004()/372
cmd: $NMCLI --mode tabular -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -23060,8 +23060,8 @@ interface-name
<<<
-size: 3391
-location: clients/tests/test-client.py:test_004()/373
+size: 3394
+location: src/tests/client/test-client.py:test_004()/373
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -23089,8 +23089,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: 3414
-location: clients/tests/test-client.py:test_004()/374
+size: 3417
+location: src/tests/client/test-client.py:test_004()/374
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23118,8 +23118,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: 3391
-location: clients/tests/test-client.py:test_004()/375
+size: 3394
+location: src/tests/client/test-client.py:test_004()/375
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -23147,8 +23147,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: 3414
-location: clients/tests/test-client.py:test_004()/376
+size: 3417
+location: src/tests/client/test-client.py:test_004()/376
cmd: $NMCLI --mode tabular --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23176,8 +23176,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: 2639
-location: clients/tests/test-client.py:test_004()/377
+size: 2642
+location: src/tests/client/test-client.py:test_004()/377
cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -23200,8 +23200,8 @@ proxy none no -- --
<<<
-size: 2651
-location: clients/tests/test-client.py:test_004()/378
+size: 2654
+location: src/tests/client/test-client.py:test_004()/378
cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23224,8 +23224,8 @@ proxy none nie -- --
<<<
-size: 419
-location: clients/tests/test-client.py:test_004()/379
+size: 422
+location: src/tests/client/test-client.py:test_004()/379
cmd: $NMCLI --mode tabular --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -23235,8 +23235,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 429
-location: clients/tests/test-client.py:test_004()/380
+size: 432
+location: src/tests/client/test-client.py:test_004()/380
cmd: $NMCLI --mode tabular --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23246,8 +23246,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 671
-location: clients/tests/test-client.py:test_004()/381
+size: 674
+location: src/tests/client/test-client.py:test_004()/381
cmd: $NMCLI --mode tabular --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -23257,8 +23257,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 683
-location: clients/tests/test-client.py:test_004()/382
+size: 686
+location: src/tests/client/test-client.py:test_004()/382
cmd: $NMCLI --mode tabular --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -23268,8 +23268,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 570
-location: clients/tests/test-client.py:test_004()/383
+size: 573
+location: src/tests/client/test-client.py:test_004()/383
cmd: $NMCLI --mode tabular --color yes dev s
lang: C
returncode: 0
@@ -23283,8 +23283,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 586
-location: clients/tests/test-client.py:test_004()/384
+size: 589
+location: src/tests/client/test-client.py:test_004()/384
cmd: $NMCLI --mode tabular --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -23298,8 +23298,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 1802
-location: clients/tests/test-client.py:test_004()/385
+size: 1805
+location: src/tests/client/test-client.py:test_004()/385
cmd: $NMCLI --mode tabular --color yes -f all dev status
lang: C
returncode: 0
@@ -23313,8 +23313,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1818
-location: clients/tests/test-client.py:test_004()/386
+size: 1821
+location: src/tests/client/test-client.py:test_004()/386
cmd: $NMCLI --mode tabular --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -23328,8 +23328,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 6366
-location: clients/tests/test-client.py:test_004()/387
+size: 6369
+location: src/tests/client/test-client.py:test_004()/387
cmd: $NMCLI --mode tabular --color yes dev show
lang: C
returncode: 0
@@ -23477,8 +23477,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: 6390
-location: clients/tests/test-client.py:test_004()/388
+size: 6393
+location: src/tests/client/test-client.py:test_004()/388
cmd: $NMCLI --mode tabular --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -23626,8 +23626,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: 16348
-location: clients/tests/test-client.py:test_004()/389
+size: 16351
+location: src/tests/client/test-client.py:test_004()/389
cmd: $NMCLI --mode tabular --color yes -f all dev show
lang: C
returncode: 0
@@ -23779,8 +23779,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 16504
-location: clients/tests/test-client.py:test_004()/390
+size: 16507
+location: src/tests/client/test-client.py:test_004()/390
cmd: $NMCLI --mode tabular --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -23932,8 +23932,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1135
-location: clients/tests/test-client.py:test_004()/391
+size: 1138
+location: src/tests/client/test-client.py:test_004()/391
cmd: $NMCLI --mode tabular --color yes dev show wlan0
lang: C
returncode: 0
@@ -23967,8 +23967,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: 1147
-location: clients/tests/test-client.py:test_004()/392
+size: 1150
+location: src/tests/client/test-client.py:test_004()/392
cmd: $NMCLI --mode tabular --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24002,8 +24002,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: 3576
-location: clients/tests/test-client.py:test_004()/393
+size: 3579
+location: src/tests/client/test-client.py:test_004()/393
cmd: $NMCLI --mode tabular --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -24042,8 +24042,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3640
-location: clients/tests/test-client.py:test_004()/394
+size: 3643
+location: src/tests/client/test-client.py:test_004()/394
cmd: $NMCLI --mode tabular --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24082,8 +24082,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1386
-location: clients/tests/test-client.py:test_004()/395
+size: 1389
+location: src/tests/client/test-client.py:test_004()/395
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -24099,8 +24099,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: 1414
-location: clients/tests/test-client.py:test_004()/396
+size: 1417
+location: src/tests/client/test-client.py:test_004()/396
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24116,8 +24116,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: 1386
-location: clients/tests/test-client.py:test_004()/397
+size: 1389
+location: src/tests/client/test-client.py:test_004()/397
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -24133,8 +24133,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: 1414
-location: clients/tests/test-client.py:test_004()/398
+size: 1417
+location: src/tests/client/test-client.py:test_004()/398
cmd: $NMCLI --mode tabular --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24150,8 +24150,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: 660
-location: clients/tests/test-client.py:test_004()/399
+size: 663
+location: src/tests/client/test-client.py:test_004()/399
cmd: $NMCLI --mode tabular --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -24165,8 +24165,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 670
-location: clients/tests/test-client.py:test_004()/400
+size: 673
+location: src/tests/client/test-client.py:test_004()/400
cmd: $NMCLI --mode tabular --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -24180,8 +24180,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2619
-location: clients/tests/test-client.py:test_004()/401
+size: 2622
+location: src/tests/client/test-client.py:test_004()/401
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -24198,8 +24198,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: 2687
-location: clients/tests/test-client.py:test_004()/402
+size: 2690
+location: src/tests/client/test-client.py:test_004()/402
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -24216,8 +24216,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: 1086
-location: clients/tests/test-client.py:test_004()/403
+size: 1089
+location: src/tests/client/test-client.py:test_004()/403
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -24234,8 +24234,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 1146
-location: clients/tests/test-client.py:test_004()/404
+size: 1149
+location: src/tests/client/test-client.py:test_004()/404
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -24252,8 +24252,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
<<<
-size: 2732
-location: clients/tests/test-client.py:test_004()/405
+size: 2735
+location: src/tests/client/test-client.py:test_004()/405
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
@@ -24270,8 +24270,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: 2800
-location: clients/tests/test-client.py:test_004()/406
+size: 2803
+location: src/tests/client/test-client.py:test_004()/406
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
@@ -24288,8 +24288,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: 913
-location: clients/tests/test-client.py:test_004()/407
+size: 916
+location: src/tests/client/test-client.py:test_004()/407
cmd: $NMCLI --mode tabular --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -24301,8 +24301,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 941
-location: clients/tests/test-client.py:test_004()/408
+size: 944
+location: src/tests/client/test-client.py:test_004()/408
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
@@ -24314,8 +24314,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 452
-location: clients/tests/test-client.py:test_004()/409
+size: 455
+location: src/tests/client/test-client.py:test_004()/409
cmd: $NMCLI --mode tabular --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -24327,8 +24327,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 478
-location: clients/tests/test-client.py:test_004()/410
+size: 481
+location: src/tests/client/test-client.py:test_004()/410
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
@@ -24340,8 +24340,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1026
-location: clients/tests/test-client.py:test_004()/411
+size: 1029
+location: src/tests/client/test-client.py:test_004()/411
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
@@ -24353,8 +24353,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1054
-location: clients/tests/test-client.py:test_004()/412
+size: 1057
+location: src/tests/client/test-client.py:test_004()/412
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
@@ -24366,8 +24366,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 3579
-location: clients/tests/test-client.py:test_004()/413
+size: 3582
+location: src/tests/client/test-client.py:test_004()/413
cmd: $NMCLI --mode tabular --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -24406,8 +24406,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3643
-location: clients/tests/test-client.py:test_004()/414
+size: 3646
+location: src/tests/client/test-client.py:test_004()/414
cmd: $NMCLI --mode tabular --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24446,8 +24446,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1148
-location: clients/tests/test-client.py:test_004()/415
+size: 1151
+location: src/tests/client/test-client.py:test_004()/415
cmd: $NMCLI --mode tabular --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -24481,8 +24481,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: 1160
-location: clients/tests/test-client.py:test_004()/416
+size: 1163
+location: src/tests/client/test-client.py:test_004()/416
cmd: $NMCLI --mode tabular --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -24516,8 +24516,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: 3634
-location: clients/tests/test-client.py:test_004()/417
+size: 3637
+location: src/tests/client/test-client.py:test_004()/417
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
@@ -24553,8 +24553,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3698
-location: clients/tests/test-client.py:test_004()/418
+size: 3701
+location: src/tests/client/test-client.py:test_004()/418
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
@@ -24590,8 +24590,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1152
-location: clients/tests/test-client.py:test_004()/419
+size: 1155
+location: src/tests/client/test-client.py:test_004()/419
cmd: $NMCLI --mode tabular --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -24603,8 +24603,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: 1162
-location: clients/tests/test-client.py:test_004()/420
+size: 1165
+location: src/tests/client/test-client.py:test_004()/420
cmd: $NMCLI --mode tabular --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -24616,8 +24616,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: 877
-location: clients/tests/test-client.py:test_004()/421
+size: 880
+location: src/tests/client/test-client.py:test_004()/421
cmd: $NMCLI --mode tabular --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -24665,8 +24665,8 @@ interface-name
<<<
-size: 887
-location: clients/tests/test-client.py:test_004()/422
+size: 890
+location: src/tests/client/test-client.py:test_004()/422
cmd: $NMCLI --mode tabular --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -24714,8 +24714,8 @@ interface-name
<<<
-size: 5346
-location: clients/tests/test-client.py:test_004()/423
+size: 5349
+location: src/tests/client/test-client.py:test_004()/423
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -24756,8 +24756,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: 5402
-location: clients/tests/test-client.py:test_004()/424
+size: 5405
+location: src/tests/client/test-client.py:test_004()/424
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -24798,8 +24798,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: 5346
-location: clients/tests/test-client.py:test_004()/425
+size: 5349
+location: src/tests/client/test-client.py:test_004()/425
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -24840,8 +24840,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: 5402
-location: clients/tests/test-client.py:test_004()/426
+size: 5405
+location: src/tests/client/test-client.py:test_004()/426
cmd: $NMCLI --mode tabular --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -24882,8 +24882,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: 4002
-location: clients/tests/test-client.py:test_004()/427
+size: 4005
+location: src/tests/client/test-client.py:test_004()/427
cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -24914,8 +24914,8 @@ proxy none no -- --
<<<
-size: 4025
-location: clients/tests/test-client.py:test_004()/428
+size: 4028
+location: src/tests/client/test-client.py:test_004()/428
cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -24946,8 +24946,8 @@ proxy none nie -- --
<<<
-size: 671
-location: clients/tests/test-client.py:test_004()/429
+size: 674
+location: src/tests/client/test-client.py:test_004()/429
cmd: $NMCLI --mode tabular --pretty -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -24961,8 +24961,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 691
-location: clients/tests/test-client.py:test_004()/430
+size: 694
+location: src/tests/client/test-client.py:test_004()/430
cmd: $NMCLI --mode tabular --pretty -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -24976,8 +24976,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 1131
-location: clients/tests/test-client.py:test_004()/431
+size: 1134
+location: src/tests/client/test-client.py:test_004()/431
cmd: $NMCLI --mode tabular --pretty -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -24991,8 +24991,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 1163
-location: clients/tests/test-client.py:test_004()/432
+size: 1166
+location: src/tests/client/test-client.py:test_004()/432
cmd: $NMCLI --mode tabular --pretty -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -25006,8 +25006,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 532
-location: clients/tests/test-client.py:test_004()/433
+size: 535
+location: src/tests/client/test-client.py:test_004()/433
cmd: $NMCLI --mode tabular --pretty dev s
lang: C
returncode: 0
@@ -25025,8 +25025,8 @@ wlan1 wifi unavailable --
wlan1 wifi unavailable --
<<<
-size: 541
-location: clients/tests/test-client.py:test_004()/434
+size: 544
+location: src/tests/client/test-client.py:test_004()/434
cmd: $NMCLI --mode tabular --pretty dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -25044,8 +25044,8 @@ wlan1 wifi niedostępne --
wlan1 wifi niedostępne --
<<<
-size: 1728
-location: clients/tests/test-client.py:test_004()/435
+size: 1731
+location: src/tests/client/test-client.py:test_004()/435
cmd: $NMCLI --mode tabular --pretty -f all dev status
lang: C
returncode: 0
@@ -25063,8 +25063,8 @@ wlan1 wifi unavailable unknown unknown /org/freedesk
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 1737
-location: clients/tests/test-client.py:test_004()/436
+size: 1740
+location: src/tests/client/test-client.py:test_004()/436
cmd: $NMCLI --mode tabular --pretty -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -25082,8 +25082,8 @@ wlan1 wifi niedostępne nieznane nieznane /org/freedes
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 9883
-location: clients/tests/test-client.py:test_004()/437
+size: 9886
+location: src/tests/client/test-client.py:test_004()/437
cmd: $NMCLI --mode tabular --pretty dev show
lang: C
returncode: 0
@@ -25293,8 +25293,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: 10054
-location: clients/tests/test-client.py:test_004()/438
+size: 10057
+location: src/tests/client/test-client.py:test_004()/438
cmd: $NMCLI --mode tabular --pretty dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -25504,8 +25504,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: 24252
-location: clients/tests/test-client.py:test_004()/439
+size: 24255
+location: src/tests/client/test-client.py:test_004()/439
cmd: $NMCLI --mode tabular --pretty -f all dev show
lang: C
returncode: 0
@@ -25720,8 +25720,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 24607
-location: clients/tests/test-client.py:test_004()/440
+size: 24610
+location: src/tests/client/test-client.py:test_004()/440
cmd: $NMCLI --mode tabular --pretty -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -25936,8 +25936,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1706
-location: clients/tests/test-client.py:test_004()/441
+size: 1709
+location: src/tests/client/test-client.py:test_004()/441
cmd: $NMCLI --mode tabular --pretty dev show wlan0
lang: C
returncode: 0
@@ -25983,8 +25983,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: 1747
-location: clients/tests/test-client.py:test_004()/442
+size: 1750
+location: src/tests/client/test-client.py:test_004()/442
cmd: $NMCLI --mode tabular --pretty dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26030,8 +26030,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: 4863
-location: clients/tests/test-client.py:test_004()/443
+size: 4866
+location: src/tests/client/test-client.py:test_004()/443
cmd: $NMCLI --mode tabular --pretty -f all dev show wlan0
lang: C
returncode: 0
@@ -26083,8 +26083,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4971
-location: clients/tests/test-client.py:test_004()/444
+size: 4974
+location: src/tests/client/test-client.py:test_004()/444
cmd: $NMCLI --mode tabular --pretty -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26136,8 +26136,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2057
-location: clients/tests/test-client.py:test_004()/445
+size: 2060
+location: src/tests/client/test-client.py:test_004()/445
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -26159,8 +26159,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: 2122
-location: clients/tests/test-client.py:test_004()/446
+size: 2125
+location: src/tests/client/test-client.py:test_004()/446
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26182,8 +26182,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: 2057
-location: clients/tests/test-client.py:test_004()/447
+size: 2060
+location: src/tests/client/test-client.py:test_004()/447
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -26205,8 +26205,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: 2122
-location: clients/tests/test-client.py:test_004()/448
+size: 2125
+location: src/tests/client/test-client.py:test_004()/448
cmd: $NMCLI --mode tabular --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26228,8 +26228,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: 681
-location: clients/tests/test-client.py:test_004()/449
+size: 684
+location: src/tests/client/test-client.py:test_004()/449
cmd: $NMCLI --mode tabular --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -26247,8 +26247,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 684
-location: clients/tests/test-client.py:test_004()/450
+size: 687
+location: src/tests/client/test-client.py:test_004()/450
cmd: $NMCLI --mode tabular --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -26266,8 +26266,8 @@ wlan1 wifi /org/freedesktop/NetworkManager/Devices/4
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3036
-location: clients/tests/test-client.py:test_004()/451
+size: 3039
+location: src/tests/client/test-client.py:test_004()/451
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list
lang: C
returncode: 0
@@ -26296,8 +26296,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3274
-location: clients/tests/test-client.py:test_004()/452
+size: 3277
+location: src/tests/client/test-client.py:test_004()/452
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -26326,8 +26326,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1329
-location: clients/tests/test-client.py:test_004()/453
+size: 1332
+location: src/tests/client/test-client.py:test_004()/453
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list
lang: C
returncode: 0
@@ -26356,8 +26356,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1559
-location: clients/tests/test-client.py:test_004()/454
+size: 1562
+location: src/tests/client/test-client.py:test_004()/454
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -26386,8 +26386,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3149
-location: clients/tests/test-client.py:test_004()/455
+size: 3152
+location: src/tests/client/test-client.py:test_004()/455
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
@@ -26416,8 +26416,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3387
-location: clients/tests/test-client.py:test_004()/456
+size: 3390
+location: src/tests/client/test-client.py:test_004()/456
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
@@ -26446,8 +26446,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1151
-location: clients/tests/test-client.py:test_004()/457
+size: 1154
+location: src/tests/client/test-client.py:test_004()/457
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -26463,8 +26463,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1239
-location: clients/tests/test-client.py:test_004()/458
+size: 1242
+location: src/tests/client/test-client.py:test_004()/458
cmd: $NMCLI --mode tabular --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -26480,8 +26480,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 566
-location: clients/tests/test-client.py:test_004()/459
+size: 569
+location: src/tests/client/test-client.py:test_004()/459
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -26497,8 +26497,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 651
-location: clients/tests/test-client.py:test_004()/460
+size: 654
+location: src/tests/client/test-client.py:test_004()/460
cmd: $NMCLI --mode tabular --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -26514,8 +26514,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1264
-location: clients/tests/test-client.py:test_004()/461
+size: 1267
+location: src/tests/client/test-client.py:test_004()/461
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
@@ -26531,8 +26531,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infra 1 2412 MH
<<<
-size: 1352
-location: clients/tests/test-client.py:test_004()/462
+size: 1355
+location: src/tests/client/test-client.py:test_004()/462
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
@@ -26548,8 +26548,8 @@ AP[1] wlan0-ap-2 776C616E302D61702D32 C0:E2:BE:E8:EF:B6 Infrastruktura 1
<<<
-size: 4866
-location: clients/tests/test-client.py:test_004()/463
+size: 4869
+location: src/tests/client/test-client.py:test_004()/463
cmd: $NMCLI --mode tabular --pretty -f ALL device show wlan0
lang: C
returncode: 0
@@ -26601,8 +26601,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4974
-location: clients/tests/test-client.py:test_004()/464
+size: 4977
+location: src/tests/client/test-client.py:test_004()/464
cmd: $NMCLI --mode tabular --pretty -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26654,8 +26654,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1719
-location: clients/tests/test-client.py:test_004()/465
+size: 1722
+location: src/tests/client/test-client.py:test_004()/465
cmd: $NMCLI --mode tabular --pretty -f COMMON device show wlan0
lang: C
returncode: 0
@@ -26701,8 +26701,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: 1760
-location: clients/tests/test-client.py:test_004()/466
+size: 1763
+location: src/tests/client/test-client.py:test_004()/466
cmd: $NMCLI --mode tabular --pretty -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -26748,8 +26748,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: 4879
-location: clients/tests/test-client.py:test_004()/467
+size: 4882
+location: src/tests/client/test-client.py:test_004()/467
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
@@ -26797,8 +26797,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 4987
-location: clients/tests/test-client.py:test_004()/468
+size: 4990
+location: src/tests/client/test-client.py:test_004()/468
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
@@ -26846,8 +26846,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1526
-location: clients/tests/test-client.py:test_004()/469
+size: 1529
+location: src/tests/client/test-client.py:test_004()/469
cmd: $NMCLI --mode tabular --pretty dev lldp list ifname eth0
lang: C
returncode: 0
@@ -26863,8 +26863,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: 1550
-location: clients/tests/test-client.py:test_004()/470
+size: 1553
+location: src/tests/client/test-client.py:test_004()/470
cmd: $NMCLI --mode tabular --pretty dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -26880,8 +26880,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: 1490
-location: clients/tests/test-client.py:test_004()/471
+size: 1493
+location: src/tests/client/test-client.py:test_004()/471
cmd: $NMCLI --mode tabular --pretty -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -26951,8 +26951,8 @@ interface-name
<<<
-size: 1530
-location: clients/tests/test-client.py:test_004()/472
+size: 1533
+location: src/tests/client/test-client.py:test_004()/472
cmd: $NMCLI --mode tabular --pretty -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -27022,8 +27022,8 @@ interface-name
<<<
-size: 5358
-location: clients/tests/test-client.py:test_004()/473
+size: 5361
+location: src/tests/client/test-client.py:test_004()/473
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -27064,8 +27064,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: 5414
-location: clients/tests/test-client.py:test_004()/474
+size: 5417
+location: src/tests/client/test-client.py:test_004()/474
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27106,8 +27106,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: 5358
-location: clients/tests/test-client.py:test_004()/475
+size: 5361
+location: src/tests/client/test-client.py:test_004()/475
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -27148,8 +27148,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: 5414
-location: clients/tests/test-client.py:test_004()/476
+size: 5417
+location: src/tests/client/test-client.py:test_004()/476
cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27190,8 +27190,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: 4014
-location: clients/tests/test-client.py:test_004()/477
+size: 4017
+location: src/tests/client/test-client.py:test_004()/477
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -27222,8 +27222,8 @@ proxy none no -- --
<<<
-size: 4037
-location: clients/tests/test-client.py:test_004()/478
+size: 4040
+location: src/tests/client/test-client.py:test_004()/478
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27254,8 +27254,8 @@ proxy none nie -- --
<<<
-size: 683
-location: clients/tests/test-client.py:test_004()/479
+size: 686
+location: src/tests/client/test-client.py:test_004()/479
cmd: $NMCLI --mode tabular --pretty --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -27269,8 +27269,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> no 0
<<<
-size: 703
-location: clients/tests/test-client.py:test_004()/480
+size: 706
+location: src/tests/client/test-client.py:test_004()/480
cmd: $NMCLI --mode tabular --pretty --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27284,8 +27284,8 @@ name service-type user-name data
vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 <hidden> nie 0
<<<
-size: 1143
-location: clients/tests/test-client.py:test_004()/481
+size: 1146
+location: src/tests/client/test-client.py:test_004()/481
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -27299,8 +27299,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 activated no no -- yes /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 1175
-location: clients/tests/test-client.py:test_004()/482
+size: 1178
+location: src/tests/client/test-client.py:test_004()/482
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -27314,8 +27314,8 @@ GROUP NAME UUID DEVICES IP-IFACE STA
GENERAL con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP wlan0 wlan0 aktywowano nie nie -- tak /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
<<<
-size: 708
-location: clients/tests/test-client.py:test_004()/483
+size: 711
+location: src/tests/client/test-client.py:test_004()/483
cmd: $NMCLI --mode tabular --pretty --color yes dev s
lang: C
returncode: 0
@@ -27333,8 +27333,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi unavailable --
<<<
-size: 717
-location: clients/tests/test-client.py:test_004()/484
+size: 720
+location: src/tests/client/test-client.py:test_004()/484
cmd: $NMCLI --mode tabular --pretty --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -27352,8 +27352,8 @@ DEVICE TYPE STATE CONNECTION
wlan1 wifi niedostępne --
<<<
-size: 2109
-location: clients/tests/test-client.py:test_004()/485
+size: 2112
+location: src/tests/client/test-client.py:test_004()/485
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev status
lang: C
returncode: 0
@@ -27371,8 +27371,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi unavailable unknown unknown /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 2118
-location: clients/tests/test-client.py:test_004()/486
+size: 2121
+location: src/tests/client/test-client.py:test_004()/486
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -27390,8 +27390,8 @@ DEVICE TYPE STATE IP4-CONNECTIVITY IP6-CONNECTIVITY DBUS-PATH
wlan1 wifi niedostępne nieznane nieznane /org/freedesktop/NetworkManager/Devices/5 -- -- --
<<<
-size: 9895
-location: clients/tests/test-client.py:test_004()/487
+size: 9898
+location: src/tests/client/test-client.py:test_004()/487
cmd: $NMCLI --mode tabular --pretty --color yes dev show
lang: C
returncode: 0
@@ -27601,8 +27601,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: 10066
-location: clients/tests/test-client.py:test_004()/488
+size: 10069
+location: src/tests/client/test-client.py:test_004()/488
cmd: $NMCLI --mode tabular --pretty --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -27812,8 +27812,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: 24624
-location: clients/tests/test-client.py:test_004()/489
+size: 24627
+location: src/tests/client/test-client.py:test_004()/489
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show
lang: C
returncode: 0
@@ -28028,8 +28028,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 24979
-location: clients/tests/test-client.py:test_004()/490
+size: 24982
+location: src/tests/client/test-client.py:test_004()/490
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -28244,8 +28244,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1718
-location: clients/tests/test-client.py:test_004()/491
+size: 1721
+location: src/tests/client/test-client.py:test_004()/491
cmd: $NMCLI --mode tabular --pretty --color yes dev show wlan0
lang: C
returncode: 0
@@ -28291,8 +28291,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: 1759
-location: clients/tests/test-client.py:test_004()/492
+size: 1762
+location: src/tests/client/test-client.py:test_004()/492
cmd: $NMCLI --mode tabular --pretty --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28338,8 +28338,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: 5145
-location: clients/tests/test-client.py:test_004()/493
+size: 5148
+location: src/tests/client/test-client.py:test_004()/493
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -28391,8 +28391,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5253
-location: clients/tests/test-client.py:test_004()/494
+size: 5256
+location: src/tests/client/test-client.py:test_004()/494
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28444,8 +28444,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2069
-location: clients/tests/test-client.py:test_004()/495
+size: 2072
+location: src/tests/client/test-client.py:test_004()/495
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -28467,8 +28467,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: 2134
-location: clients/tests/test-client.py:test_004()/496
+size: 2137
+location: src/tests/client/test-client.py:test_004()/496
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28490,8 +28490,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: 2069
-location: clients/tests/test-client.py:test_004()/497
+size: 2072
+location: src/tests/client/test-client.py:test_004()/497
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -28513,8 +28513,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: 2134
-location: clients/tests/test-client.py:test_004()/498
+size: 2137
+location: src/tests/client/test-client.py:test_004()/498
cmd: $NMCLI --mode tabular --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28536,8 +28536,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: 816
-location: clients/tests/test-client.py:test_004()/499
+size: 819
+location: src/tests/client/test-client.py:test_004()/499
cmd: $NMCLI --mode tabular --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -28555,8 +28555,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 819
-location: clients/tests/test-client.py:test_004()/500
+size: 822
+location: src/tests/client/test-client.py:test_004()/500
cmd: $NMCLI --mode tabular --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -28574,8 +28574,8 @@ DEVICE TYPE DBUS-PATH
wlan1 wifi /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3660
-location: clients/tests/test-client.py:test_004()/501
+size: 3663
+location: src/tests/client/test-client.py:test_004()/501
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -28604,8 +28604,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 3898
-location: clients/tests/test-client.py:test_004()/502
+size: 3901
+location: src/tests/client/test-client.py:test_004()/502
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -28634,8 +28634,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1665
-location: clients/tests/test-client.py:test_004()/503
+size: 1668
+location: src/tests/client/test-client.py:test_004()/503
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -28664,8 +28664,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
------------------------------------------------------------------------------------------
<<<
-size: 1895
-location: clients/tests/test-client.py:test_004()/504
+size: 1898
+location: src/tests/client/test-client.py:test_004()/504
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -28694,8 +28694,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
-------------------------------------------------------------------------------------------------------
<<<
-size: 3773
-location: clients/tests/test-client.py:test_004()/505
+size: 3776
+location: src/tests/client/test-client.py:test_004()/505
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
@@ -28724,8 +28724,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 4011
-location: clients/tests/test-client.py:test_004()/506
+size: 4014
+location: src/tests/client/test-client.py:test_004()/506
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
@@ -28754,8 +28754,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY WPA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<<<
-size: 1317
-location: clients/tests/test-client.py:test_004()/507
+size: 1320
+location: src/tests/client/test-client.py:test_004()/507
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -28771,8 +28771,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1404
-location: clients/tests/test-client.py:test_004()/508
+size: 1407
+location: src/tests/client/test-client.py:test_004()/508
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
@@ -28788,8 +28788,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 659
-location: clients/tests/test-client.py:test_004()/509
+size: 662
+location: src/tests/client/test-client.py:test_004()/509
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -28805,8 +28805,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC
<<<
-size: 744
-location: clients/tests/test-client.py:test_004()/510
+size: 747
+location: src/tests/client/test-client.py:test_004()/510
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
@@ -28822,8 +28822,8 @@ IN-USE BSSID SSID MODE CHAN RATE SIGNAL BA
<<<
-size: 1430
-location: clients/tests/test-client.py:test_004()/511
+size: 1433
+location: src/tests/client/test-client.py:test_004()/511
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
@@ -28839,8 +28839,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN FREQ
<<<
-size: 1517
-location: clients/tests/test-client.py:test_004()/512
+size: 1520
+location: src/tests/client/test-client.py:test_004()/512
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
@@ -28856,8 +28856,8 @@ NAME SSID SSID-HEX BSSID MODE CHAN
<<<
-size: 5148
-location: clients/tests/test-client.py:test_004()/513
+size: 5151
+location: src/tests/client/test-client.py:test_004()/513
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -28909,8 +28909,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5256
-location: clients/tests/test-client.py:test_004()/514
+size: 5259
+location: src/tests/client/test-client.py:test_004()/514
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -28962,8 +28962,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1731
-location: clients/tests/test-client.py:test_004()/515
+size: 1734
+location: src/tests/client/test-client.py:test_004()/515
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -29009,8 +29009,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: 1772
-location: clients/tests/test-client.py:test_004()/516
+size: 1775
+location: src/tests/client/test-client.py:test_004()/516
cmd: $NMCLI --mode tabular --pretty --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29056,8 +29056,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: 5161
-location: clients/tests/test-client.py:test_004()/517
+size: 5164
+location: src/tests/client/test-client.py:test_004()/517
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
@@ -29105,8 +29105,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5269
-location: clients/tests/test-client.py:test_004()/518
+size: 5272
+location: src/tests/client/test-client.py:test_004()/518
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
@@ -29154,8 +29154,8 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1538
-location: clients/tests/test-client.py:test_004()/519
+size: 1541
+location: src/tests/client/test-client.py:test_004()/519
cmd: $NMCLI --mode tabular --pretty --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -29171,8 +29171,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: 1562
-location: clients/tests/test-client.py:test_004()/520
+size: 1565
+location: src/tests/client/test-client.py:test_004()/520
cmd: $NMCLI --mode tabular --pretty --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -29188,8 +29188,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: 1502
-location: clients/tests/test-client.py:test_004()/521
+size: 1505
+location: src/tests/client/test-client.py:test_004()/521
cmd: $NMCLI --mode tabular --pretty --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -29259,8 +29259,8 @@ interface-name
<<<
-size: 1542
-location: clients/tests/test-client.py:test_004()/522
+size: 1545
+location: src/tests/client/test-client.py:test_004()/522
cmd: $NMCLI --mode tabular --pretty --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -29330,8 +29330,8 @@ interface-name
<<<
-size: 811
-location: clients/tests/test-client.py:test_004()/523
+size: 814
+location: src/tests/client/test-client.py:test_004()/523
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: C
returncode: 0
@@ -29346,8 +29346,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 821
-location: clients/tests/test-client.py:test_004()/524
+size: 824
+location: src/tests/client/test-client.py:test_004()/524
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29362,8 +29362,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 811
-location: clients/tests/test-client.py:test_004()/525
+size: 814
+location: src/tests/client/test-client.py:test_004()/525
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: C
returncode: 0
@@ -29378,8 +29378,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 821
-location: clients/tests/test-client.py:test_004()/526
+size: 824
+location: src/tests/client/test-client.py:test_004()/526
cmd: $NMCLI --mode tabular --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29394,8 +29394,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 518
-location: clients/tests/test-client.py:test_004()/527
+size: 521
+location: src/tests/client/test-client.py:test_004()/527
cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -29408,8 +29408,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 528
-location: clients/tests/test-client.py:test_004()/528
+size: 531
+location: src/tests/client/test-client.py:test_004()/528
cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29422,8 +29422,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 256
-location: clients/tests/test-client.py:test_004()/529
+size: 259
+location: src/tests/client/test-client.py:test_004()/529
cmd: $NMCLI --mode tabular --terse -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -29432,8 +29432,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 266
-location: clients/tests/test-client.py:test_004()/530
+size: 269
+location: src/tests/client/test-client.py:test_004()/530
cmd: $NMCLI --mode tabular --terse -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29442,8 +29442,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 360
-location: clients/tests/test-client.py:test_004()/531
+size: 363
+location: src/tests/client/test-client.py:test_004()/531
cmd: $NMCLI --mode tabular --terse -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -29452,8 +29452,8 @@ stdout: 195 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 370
-location: clients/tests/test-client.py:test_004()/532
+size: 373
+location: src/tests/client/test-client.py:test_004()/532
cmd: $NMCLI --mode tabular --terse -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -29462,8 +29462,8 @@ stdout: 195 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 277
-location: clients/tests/test-client.py:test_004()/533
+size: 280
+location: src/tests/client/test-client.py:test_004()/533
cmd: $NMCLI --mode tabular --terse dev s
lang: C
returncode: 0
@@ -29476,8 +29476,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 287
-location: clients/tests/test-client.py:test_004()/534
+size: 290
+location: src/tests/client/test-client.py:test_004()/534
cmd: $NMCLI --mode tabular --terse dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -29490,8 +29490,8 @@ wlan1:wifi:unavailable:
wlan1:wifi:unavailable:
<<<
-size: 675
-location: clients/tests/test-client.py:test_004()/535
+size: 678
+location: src/tests/client/test-client.py:test_004()/535
cmd: $NMCLI --mode tabular --terse -f all dev status
lang: C
returncode: 0
@@ -29504,8 +29504,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 685
-location: clients/tests/test-client.py:test_004()/536
+size: 688
+location: src/tests/client/test-client.py:test_004()/536
cmd: $NMCLI --mode tabular --terse -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -29518,8 +29518,8 @@ wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 3088
-location: clients/tests/test-client.py:test_004()/537
+size: 3091
+location: src/tests/client/test-client.py:test_004()/537
cmd: $NMCLI --mode tabular --terse dev show
lang: C
returncode: 0
@@ -29578,8 +29578,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: 3098
-location: clients/tests/test-client.py:test_004()/538
+size: 3101
+location: src/tests/client/test-client.py:test_004()/538
cmd: $NMCLI --mode tabular --terse dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -29638,8 +29638,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: 6790
-location: clients/tests/test-client.py:test_004()/539
+size: 6793
+location: src/tests/client/test-client.py:test_004()/539
cmd: $NMCLI --mode tabular --terse -f all dev show
lang: C
returncode: 0
@@ -29700,8 +29700,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: 6836
-location: clients/tests/test-client.py:test_004()/540
+size: 6839
+location: src/tests/client/test-client.py:test_004()/540
cmd: $NMCLI --mode tabular --terse -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -29762,8 +29762,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: 598
-location: clients/tests/test-client.py:test_004()/541
+size: 601
+location: src/tests/client/test-client.py:test_004()/541
cmd: $NMCLI --mode tabular --terse dev show wlan0
lang: C
returncode: 0
@@ -29780,8 +29780,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: 608
-location: clients/tests/test-client.py:test_004()/542
+size: 611
+location: src/tests/client/test-client.py:test_004()/542
cmd: $NMCLI --mode tabular --terse dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29798,8 +29798,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: 1499
-location: clients/tests/test-client.py:test_004()/543
+size: 1502
+location: src/tests/client/test-client.py:test_004()/543
cmd: $NMCLI --mode tabular --terse -f all dev show wlan0
lang: C
returncode: 0
@@ -29819,8 +29819,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: 1536
-location: clients/tests/test-client.py:test_004()/544
+size: 1539
+location: src/tests/client/test-client.py:test_004()/544
cmd: $NMCLI --mode tabular --terse -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29840,8 +29840,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: 613
-location: clients/tests/test-client.py:test_004()/545
+size: 616
+location: src/tests/client/test-client.py:test_004()/545
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -29852,8 +29852,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 623
-location: clients/tests/test-client.py:test_004()/546
+size: 626
+location: src/tests/client/test-client.py:test_004()/546
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29864,8 +29864,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 613
-location: clients/tests/test-client.py:test_004()/547
+size: 616
+location: src/tests/client/test-client.py:test_004()/547
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -29876,8 +29876,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 623
-location: clients/tests/test-client.py:test_004()/548
+size: 626
+location: src/tests/client/test-client.py:test_004()/548
cmd: $NMCLI --mode tabular --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -29888,8 +29888,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 438
-location: clients/tests/test-client.py:test_004()/549
+size: 441
+location: src/tests/client/test-client.py:test_004()/549
cmd: $NMCLI --mode tabular --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -29902,8 +29902,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 448
-location: clients/tests/test-client.py:test_004()/550
+size: 451
+location: src/tests/client/test-client.py:test_004()/550
cmd: $NMCLI --mode tabular --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -29916,8 +29916,8 @@ wlan1:wifi:/org/freedesktop/NetworkManager/Devices/4
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1096
-location: clients/tests/test-client.py:test_004()/551
+size: 1099
+location: src/tests/client/test-client.py:test_004()/551
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list
lang: C
returncode: 0
@@ -29931,8 +29931,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1154
-location: clients/tests/test-client.py:test_004()/552
+size: 1157
+location: src/tests/client/test-client.py:test_004()/552
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -29946,8 +29946,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 445
-location: clients/tests/test-client.py:test_004()/553
+size: 448
+location: src/tests/client/test-client.py:test_004()/553
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list
lang: C
returncode: 0
@@ -29961,8 +29961,8 @@ stdout: 280 bytes
<<<
-size: 491
-location: clients/tests/test-client.py:test_004()/554
+size: 494
+location: src/tests/client/test-client.py:test_004()/554
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -29976,8 +29976,8 @@ stdout: 316 bytes
<<<
-size: 1209
-location: clients/tests/test-client.py:test_004()/555
+size: 1212
+location: src/tests/client/test-client.py:test_004()/555
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
@@ -29991,8 +29991,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infra:1:2412 MHz:54
<<<
-size: 1267
-location: clients/tests/test-client.py:test_004()/556
+size: 1270
+location: src/tests/client/test-client.py:test_004()/556
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
@@ -30006,8 +30006,8 @@ AP[1]:wlan1-ap-4:776C616E312D61702D34:94\:2B\:E8\:F6\:D2\:86:Infrastruktura:1:24
<<<
-size: 443
-location: clients/tests/test-client.py:test_004()/557
+size: 446
+location: src/tests/client/test-client.py:test_004()/557
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -30018,8 +30018,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 465
-location: clients/tests/test-client.py:test_004()/558
+size: 468
+location: src/tests/client/test-client.py:test_004()/558
cmd: $NMCLI --mode tabular --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -30030,8 +30030,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 262
-location: clients/tests/test-client.py:test_004()/559
+size: 265
+location: src/tests/client/test-client.py:test_004()/559
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -30042,8 +30042,8 @@ stdout: 74 bytes
<<<
-size: 281
-location: clients/tests/test-client.py:test_004()/560
+size: 284
+location: src/tests/client/test-client.py:test_004()/560
cmd: $NMCLI --mode tabular --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -30054,8 +30054,8 @@ stdout: 83 bytes
<<<
-size: 556
-location: clients/tests/test-client.py:test_004()/561
+size: 559
+location: src/tests/client/test-client.py:test_004()/561
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
@@ -30066,8 +30066,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infra:1:2412 MHz:54
<<<
-size: 578
-location: clients/tests/test-client.py:test_004()/562
+size: 581
+location: src/tests/client/test-client.py:test_004()/562
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
@@ -30078,8 +30078,8 @@ AP[1]:wlan0-ap-2:776C616E302D61702D32:C0\:E2\:BE\:E8\:EF\:B6:Infrastruktura:1:24
<<<
-size: 1502
-location: clients/tests/test-client.py:test_004()/563
+size: 1505
+location: src/tests/client/test-client.py:test_004()/563
cmd: $NMCLI --mode tabular --terse -f ALL device show wlan0
lang: C
returncode: 0
@@ -30099,8 +30099,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: 1539
-location: clients/tests/test-client.py:test_004()/564
+size: 1542
+location: src/tests/client/test-client.py:test_004()/564
cmd: $NMCLI --mode tabular --terse -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -30120,8 +30120,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: 611
-location: clients/tests/test-client.py:test_004()/565
+size: 614
+location: src/tests/client/test-client.py:test_004()/565
cmd: $NMCLI --mode tabular --terse -f COMMON device show wlan0
lang: C
returncode: 0
@@ -30138,8 +30138,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: 621
-location: clients/tests/test-client.py:test_004()/566
+size: 624
+location: src/tests/client/test-client.py:test_004()/566
cmd: $NMCLI --mode tabular --terse -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -30156,8 +30156,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: 1613
-location: clients/tests/test-client.py:test_004()/567
+size: 1616
+location: src/tests/client/test-client.py:test_004()/567
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
@@ -30176,8 +30176,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: 1650
-location: clients/tests/test-client.py:test_004()/568
+size: 1653
+location: src/tests/client/test-client.py:test_004()/568
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
@@ -30196,8 +30196,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: 627
-location: clients/tests/test-client.py:test_004()/569
+size: 630
+location: src/tests/client/test-client.py:test_004()/569
cmd: $NMCLI --mode tabular --terse dev lldp list ifname eth0
lang: C
returncode: 0
@@ -30208,8 +30208,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: 637
-location: clients/tests/test-client.py:test_004()/570
+size: 640
+location: src/tests/client/test-client.py:test_004()/570
cmd: $NMCLI --mode tabular --terse dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -30220,8 +30220,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: 557
-location: clients/tests/test-client.py:test_004()/571
+size: 560
+location: src/tests/client/test-client.py:test_004()/571
cmd: $NMCLI --mode tabular --terse -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -30244,8 +30244,8 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA
<<<
-size: 567
-location: clients/tests/test-client.py:test_004()/572
+size: 570
+location: src/tests/client/test-client.py:test_004()/572
cmd: $NMCLI --mode tabular --terse -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -30268,8 +30268,8 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA
<<<
-size: 823
-location: clients/tests/test-client.py:test_004()/573
+size: 826
+location: src/tests/client/test-client.py:test_004()/573
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -30284,8 +30284,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 833
-location: clients/tests/test-client.py:test_004()/574
+size: 836
+location: src/tests/client/test-client.py:test_004()/574
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -30300,8 +30300,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 823
-location: clients/tests/test-client.py:test_004()/575
+size: 826
+location: src/tests/client/test-client.py:test_004()/575
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -30316,8 +30316,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 833
-location: clients/tests/test-client.py:test_004()/576
+size: 836
+location: src/tests/client/test-client.py:test_004()/576
cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -30332,8 +30332,8 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:
VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3
<<<
-size: 530
-location: clients/tests/test-client.py:test_004()/577
+size: 533
+location: src/tests/client/test-client.py:test_004()/577
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -30346,8 +30346,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 540
-location: clients/tests/test-client.py:test_004()/578
+size: 543
+location: src/tests/client/test-client.py:test_004()/578
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -30360,8 +30360,8 @@ vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val
proxy:none:no::
<<<
-size: 268
-location: clients/tests/test-client.py:test_004()/579
+size: 271
+location: src/tests/client/test-client.py:test_004()/579
cmd: $NMCLI --mode tabular --terse --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -30370,8 +30370,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 278
-location: clients/tests/test-client.py:test_004()/580
+size: 281
+location: src/tests/client/test-client.py:test_004()/580
cmd: $NMCLI --mode tabular --terse --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -30380,8 +30380,8 @@ stdout: 96 bytes
vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3:<hidden>:no:0
<<<
-size: 372
-location: clients/tests/test-client.py:test_004()/581
+size: 375
+location: src/tests/client/test-client.py:test_004()/581
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -30390,8 +30390,8 @@ stdout: 195 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 382
-location: clients/tests/test-client.py:test_004()/582
+size: 385
+location: src/tests/client/test-client.py:test_004()/582
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -30400,8 +30400,8 @@ stdout: 195 bytes
GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:wlan0:activated:no:no::yes:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
<<<
-size: 453
-location: clients/tests/test-client.py:test_004()/583
+size: 456
+location: src/tests/client/test-client.py:test_004()/583
cmd: $NMCLI --mode tabular --terse --color yes dev s
lang: C
returncode: 0
@@ -30414,8 +30414,8 @@ stdout: 297 bytes
wlan1:wifi:unavailable:
<<<
-size: 463
-location: clients/tests/test-client.py:test_004()/584
+size: 466
+location: src/tests/client/test-client.py:test_004()/584
cmd: $NMCLI --mode tabular --terse --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -30428,8 +30428,8 @@ stdout: 297 bytes
wlan1:wifi:unavailable:
<<<
-size: 1056
-location: clients/tests/test-client.py:test_004()/585
+size: 1059
+location: src/tests/client/test-client.py:test_004()/585
cmd: $NMCLI --mode tabular --terse --color yes -f all dev status
lang: C
returncode: 0
@@ -30442,8 +30442,8 @@ stdout: 888 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 1066
-location: clients/tests/test-client.py:test_004()/586
+size: 1069
+location: src/tests/client/test-client.py:test_004()/586
cmd: $NMCLI --mode tabular --terse --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -30456,8 +30456,8 @@ stdout: 888 bytes
wlan1:wifi:unavailable:unknown:unknown:/org/freedesktop/NetworkManager/Devices/5:::
<<<
-size: 3100
-location: clients/tests/test-client.py:test_004()/587
+size: 3103
+location: src/tests/client/test-client.py:test_004()/587
cmd: $NMCLI --mode tabular --terse --color yes dev show
lang: C
returncode: 0
@@ -30516,8 +30516,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: 3110
-location: clients/tests/test-client.py:test_004()/588
+size: 3113
+location: src/tests/client/test-client.py:test_004()/588
cmd: $NMCLI --mode tabular --terse --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -30576,8 +30576,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: 7162
-location: clients/tests/test-client.py:test_004()/589
+size: 7165
+location: src/tests/client/test-client.py:test_004()/589
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show
lang: C
returncode: 0
@@ -30638,8 +30638,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: 7208
-location: clients/tests/test-client.py:test_004()/590
+size: 7211
+location: src/tests/client/test-client.py:test_004()/590
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -30700,8 +30700,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: 610
-location: clients/tests/test-client.py:test_004()/591
+size: 613
+location: src/tests/client/test-client.py:test_004()/591
cmd: $NMCLI --mode tabular --terse --color yes dev show wlan0
lang: C
returncode: 0
@@ -30718,8 +30718,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: 620
-location: clients/tests/test-client.py:test_004()/592
+size: 623
+location: src/tests/client/test-client.py:test_004()/592
cmd: $NMCLI --mode tabular --terse --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -30736,8 +30736,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: 1781
-location: clients/tests/test-client.py:test_004()/593
+size: 1784
+location: src/tests/client/test-client.py:test_004()/593
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -30757,8 +30757,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: 1818
-location: clients/tests/test-client.py:test_004()/594
+size: 1821
+location: src/tests/client/test-client.py:test_004()/594
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -30778,8 +30778,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: 625
-location: clients/tests/test-client.py:test_004()/595
+size: 628
+location: src/tests/client/test-client.py:test_004()/595
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -30790,8 +30790,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 635
-location: clients/tests/test-client.py:test_004()/596
+size: 638
+location: src/tests/client/test-client.py:test_004()/596
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -30802,8 +30802,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 625
-location: clients/tests/test-client.py:test_004()/597
+size: 628
+location: src/tests/client/test-client.py:test_004()/597
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -30814,8 +30814,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 635
-location: clients/tests/test-client.py:test_004()/598
+size: 638
+location: src/tests/client/test-client.py:test_004()/598
cmd: $NMCLI --mode tabular --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -30826,8 +30826,8 @@ GENERAL:wlan0:wifi:NMDeviceWifi:/org/freedesktop/NetworkManager/Devices/3:::virt
WIFI-PROPERTIES:yes:yes:yes:yes:yes:yes:yes:unknown:unknown:no:no
<<<
-size: 573
-location: clients/tests/test-client.py:test_004()/599
+size: 576
+location: src/tests/client/test-client.py:test_004()/599
cmd: $NMCLI --mode tabular --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -30840,8 +30840,8 @@ stdout: 394 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 583
-location: clients/tests/test-client.py:test_004()/600
+size: 586
+location: src/tests/client/test-client.py:test_004()/600
cmd: $NMCLI --mode tabular --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -30854,8 +30854,8 @@ stdout: 394 bytes
wlan1:wifi:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1721
-location: clients/tests/test-client.py:test_004()/601
+size: 1724
+location: src/tests/client/test-client.py:test_004()/601
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -30869,8 +30869,8 @@ stdout: 1546 bytes
<<<
-size: 1779
-location: clients/tests/test-client.py:test_004()/602
+size: 1782
+location: src/tests/client/test-client.py:test_004()/602
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -30884,8 +30884,8 @@ stdout: 1594 bytes
<<<
-size: 781
-location: clients/tests/test-client.py:test_004()/603
+size: 784
+location: src/tests/client/test-client.py:test_004()/603
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -30899,8 +30899,8 @@ stdout: 604 bytes
<<<
-size: 827
-location: clients/tests/test-client.py:test_004()/604
+size: 830
+location: src/tests/client/test-client.py:test_004()/604
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -30914,8 +30914,8 @@ stdout: 640 bytes
<<<
-size: 1834
-location: clients/tests/test-client.py:test_004()/605
+size: 1837
+location: src/tests/client/test-client.py:test_004()/605
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
@@ -30929,8 +30929,8 @@ stdout: 1546 bytes
<<<
-size: 1892
-location: clients/tests/test-client.py:test_004()/606
+size: 1895
+location: src/tests/client/test-client.py:test_004()/606
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
@@ -30944,8 +30944,8 @@ stdout: 1594 bytes
<<<
-size: 608
-location: clients/tests/test-client.py:test_004()/607
+size: 611
+location: src/tests/client/test-client.py:test_004()/607
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -30956,8 +30956,8 @@ stdout: 410 bytes
<<<
-size: 630
-location: clients/tests/test-client.py:test_004()/608
+size: 633
+location: src/tests/client/test-client.py:test_004()/608
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
@@ -30968,8 +30968,8 @@ stdout: 422 bytes
<<<
-size: 356
-location: clients/tests/test-client.py:test_004()/609
+size: 359
+location: src/tests/client/test-client.py:test_004()/609
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -30980,8 +30980,8 @@ stdout: 155 bytes
<<<
-size: 375
-location: clients/tests/test-client.py:test_004()/610
+size: 378
+location: src/tests/client/test-client.py:test_004()/610
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
@@ -30992,8 +30992,8 @@ stdout: 164 bytes
<<<
-size: 721
-location: clients/tests/test-client.py:test_004()/611
+size: 724
+location: src/tests/client/test-client.py:test_004()/611
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
@@ -31004,8 +31004,8 @@ stdout: 410 bytes
<<<
-size: 743
-location: clients/tests/test-client.py:test_004()/612
+size: 746
+location: src/tests/client/test-client.py:test_004()/612
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
@@ -31016,8 +31016,8 @@ stdout: 422 bytes
<<<
-size: 1784
-location: clients/tests/test-client.py:test_004()/613
+size: 1787
+location: src/tests/client/test-client.py:test_004()/613
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -31037,8 +31037,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: 1821
-location: clients/tests/test-client.py:test_004()/614
+size: 1824
+location: src/tests/client/test-client.py:test_004()/614
cmd: $NMCLI --mode tabular --terse --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -31058,8 +31058,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: 623
-location: clients/tests/test-client.py:test_004()/615
+size: 626
+location: src/tests/client/test-client.py:test_004()/615
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -31076,8 +31076,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: 633
-location: clients/tests/test-client.py:test_004()/616
+size: 636
+location: src/tests/client/test-client.py:test_004()/616
cmd: $NMCLI --mode tabular --terse --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -31094,8 +31094,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: 1895
-location: clients/tests/test-client.py:test_004()/617
+size: 1898
+location: src/tests/client/test-client.py:test_004()/617
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
@@ -31114,8 +31114,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: 1932
-location: clients/tests/test-client.py:test_004()/618
+size: 1935
+location: src/tests/client/test-client.py:test_004()/618
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
@@ -31134,8 +31134,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: 639
-location: clients/tests/test-client.py:test_004()/619
+size: 642
+location: src/tests/client/test-client.py:test_004()/619
cmd: $NMCLI --mode tabular --terse --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -31146,8 +31146,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: 649
-location: clients/tests/test-client.py:test_004()/620
+size: 652
+location: src/tests/client/test-client.py:test_004()/620
cmd: $NMCLI --mode tabular --terse --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -31158,8 +31158,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: 569
-location: clients/tests/test-client.py:test_004()/621
+size: 572
+location: src/tests/client/test-client.py:test_004()/621
cmd: $NMCLI --mode tabular --terse --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -31182,8 +31182,8 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA
<<<
-size: 579
-location: clients/tests/test-client.py:test_004()/622
+size: 582
+location: src/tests/client/test-client.py:test_004()/622
cmd: $NMCLI --mode tabular --terse --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -31206,8 +31206,8 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA
<<<
-size: 5169
-location: clients/tests/test-client.py:test_004()/623
+size: 5172
+location: src/tests/client/test-client.py:test_004()/623
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: C
returncode: 0
@@ -31320,8 +31320,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5199
-location: clients/tests/test-client.py:test_004()/624
+size: 5202
+location: src/tests/client/test-client.py:test_004()/624
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -31434,8 +31434,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5169
-location: clients/tests/test-client.py:test_004()/625
+size: 5172
+location: src/tests/client/test-client.py:test_004()/625
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: C
returncode: 0
@@ -31548,8 +31548,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5199
-location: clients/tests/test-client.py:test_004()/626
+size: 5202
+location: src/tests/client/test-client.py:test_004()/626
cmd: $NMCLI --mode multiline con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -31662,8 +31662,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4042
-location: clients/tests/test-client.py:test_004()/627
+size: 4045
+location: src/tests/client/test-client.py:test_004()/627
cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -31755,8 +31755,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4062
-location: clients/tests/test-client.py:test_004()/628
+size: 4065
+location: src/tests/client/test-client.py:test_004()/628
cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -31848,8 +31848,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 489
-location: clients/tests/test-client.py:test_004()/629
+size: 492
+location: src/tests/client/test-client.py:test_004()/629
cmd: $NMCLI --mode multiline -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -31863,8 +31863,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 500
-location: clients/tests/test-client.py:test_004()/630
+size: 503
+location: src/tests/client/test-client.py:test_004()/630
cmd: $NMCLI --mode multiline -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -31878,8 +31878,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 872
-location: clients/tests/test-client.py:test_004()/631
+size: 875
+location: src/tests/client/test-client.py:test_004()/631
cmd: $NMCLI --mode multiline -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -31900,8 +31900,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 885
-location: clients/tests/test-client.py:test_004()/632
+size: 888
+location: src/tests/client/test-client.py:test_004()/632
cmd: $NMCLI --mode multiline -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -31922,8 +31922,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1079
-location: clients/tests/test-client.py:test_004()/633
+size: 1082
+location: src/tests/client/test-client.py:test_004()/633
cmd: $NMCLI --mode multiline dev s
lang: C
returncode: 0
@@ -31951,8 +31951,8 @@ STATE: unavailable
CONNECTION: --
<<<
-size: 1095
-location: clients/tests/test-client.py:test_004()/634
+size: 1098
+location: src/tests/client/test-client.py:test_004()/634
cmd: $NMCLI --mode multiline dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -31980,8 +31980,8 @@ STATE: niedostępne
CONNECTION: --
<<<
-size: 2494
-location: clients/tests/test-client.py:test_004()/635
+size: 2497
+location: src/tests/client/test-client.py:test_004()/635
cmd: $NMCLI --mode multiline -f all dev status
lang: C
returncode: 0
@@ -32034,8 +32034,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 2520
-location: clients/tests/test-client.py:test_004()/636
+size: 2523
+location: src/tests/client/test-client.py:test_004()/636
cmd: $NMCLI --mode multiline -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -32088,8 +32088,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 8057
-location: clients/tests/test-client.py:test_004()/637
+size: 8060
+location: src/tests/client/test-client.py:test_004()/637
cmd: $NMCLI --mode multiline dev show
lang: C
returncode: 0
@@ -32234,8 +32234,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8089
-location: clients/tests/test-client.py:test_004()/638
+size: 8092
+location: src/tests/client/test-client.py:test_004()/638
cmd: $NMCLI --mode multiline dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -32380,8 +32380,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 22453
-location: clients/tests/test-client.py:test_004()/639
+size: 22456
+location: src/tests/client/test-client.py:test_004()/639
cmd: $NMCLI --mode multiline -f all dev show
lang: C
returncode: 0
@@ -32804,8 +32804,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 22616
-location: clients/tests/test-client.py:test_004()/640
+size: 22619
+location: src/tests/client/test-client.py:test_004()/640
cmd: $NMCLI --mode multiline -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -33228,8 +33228,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:test_004()/641
+size: 1513
+location: src/tests/client/test-client.py:test_004()/641
cmd: $NMCLI --mode multiline dev show wlan0
lang: C
returncode: 0
@@ -33261,8 +33261,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1522
-location: clients/tests/test-client.py:test_004()/642
+size: 1525
+location: src/tests/client/test-client.py:test_004()/642
cmd: $NMCLI --mode multiline dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -33294,8 +33294,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5378
-location: clients/tests/test-client.py:test_004()/643
+size: 5381
+location: src/tests/client/test-client.py:test_004()/643
cmd: $NMCLI --mode multiline -f all dev show wlan0
lang: C
returncode: 0
@@ -33404,8 +33404,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5438
-location: clients/tests/test-client.py:test_004()/644
+size: 5441
+location: src/tests/client/test-client.py:test_004()/644
cmd: $NMCLI --mode multiline -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -33514,8 +33514,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2186
-location: clients/tests/test-client.py:test_004()/645
+size: 2189
+location: src/tests/client/test-client.py:test_004()/645
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -33563,8 +33563,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2213
-location: clients/tests/test-client.py:test_004()/646
+size: 2216
+location: src/tests/client/test-client.py:test_004()/646
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -33612,8 +33612,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2186
-location: clients/tests/test-client.py:test_004()/647
+size: 2189
+location: src/tests/client/test-client.py:test_004()/647
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -33661,8 +33661,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2213
-location: clients/tests/test-client.py:test_004()/648
+size: 2216
+location: src/tests/client/test-client.py:test_004()/648
cmd: $NMCLI --mode multiline -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -33710,8 +33710,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 1032
-location: clients/tests/test-client.py:test_004()/649
+size: 1035
+location: src/tests/client/test-client.py:test_004()/649
cmd: $NMCLI --mode multiline -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -33734,8 +33734,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1042
-location: clients/tests/test-client.py:test_004()/650
+size: 1045
+location: src/tests/client/test-client.py:test_004()/650
cmd: $NMCLI --mode multiline -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -33758,8 +33758,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 3791
-location: clients/tests/test-client.py:test_004()/651
+size: 3794
+location: src/tests/client/test-client.py:test_004()/651
cmd: $NMCLI --mode multiline -f ALL device wifi list
lang: C
returncode: 0
@@ -33837,8 +33837,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 3849
-location: clients/tests/test-client.py:test_004()/652
+size: 3852
+location: src/tests/client/test-client.py:test_004()/652
cmd: $NMCLI --mode multiline -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -33916,8 +33916,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1860
-location: clients/tests/test-client.py:test_004()/653
+size: 1863
+location: src/tests/client/test-client.py:test_004()/653
cmd: $NMCLI --mode multiline -f COMMON device wifi list
lang: C
returncode: 0
@@ -33963,8 +33963,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1906
-location: clients/tests/test-client.py:test_004()/654
+size: 1909
+location: src/tests/client/test-client.py:test_004()/654
cmd: $NMCLI --mode multiline -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -34010,8 +34010,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 3904
-location: clients/tests/test-client.py:test_004()/655
+size: 3907
+location: src/tests/client/test-client.py:test_004()/655
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
@@ -34089,8 +34089,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 3962
-location: clients/tests/test-client.py:test_004()/656
+size: 3965
+location: src/tests/client/test-client.py:test_004()/656
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
@@ -34168,8 +34168,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1112
-location: clients/tests/test-client.py:test_004()/657
+size: 1115
+location: src/tests/client/test-client.py:test_004()/657
cmd: $NMCLI --mode multiline -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -34196,8 +34196,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1134
-location: clients/tests/test-client.py:test_004()/658
+size: 1137
+location: src/tests/client/test-client.py:test_004()/658
cmd: $NMCLI --mode multiline -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -34224,8 +34224,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 612
-location: clients/tests/test-client.py:test_004()/659
+size: 615
+location: src/tests/client/test-client.py:test_004()/659
cmd: $NMCLI --mode multiline -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -34244,8 +34244,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 631
-location: clients/tests/test-client.py:test_004()/660
+size: 634
+location: src/tests/client/test-client.py:test_004()/660
cmd: $NMCLI --mode multiline -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -34264,8 +34264,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1225
-location: clients/tests/test-client.py:test_004()/661
+size: 1228
+location: src/tests/client/test-client.py:test_004()/661
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
@@ -34292,8 +34292,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1247
-location: clients/tests/test-client.py:test_004()/662
+size: 1250
+location: src/tests/client/test-client.py:test_004()/662
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
@@ -34320,8 +34320,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 5381
-location: clients/tests/test-client.py:test_004()/663
+size: 5384
+location: src/tests/client/test-client.py:test_004()/663
cmd: $NMCLI --mode multiline -f ALL device show wlan0
lang: C
returncode: 0
@@ -34430,8 +34430,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5441
-location: clients/tests/test-client.py:test_004()/664
+size: 5444
+location: src/tests/client/test-client.py:test_004()/664
cmd: $NMCLI --mode multiline -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -34540,8 +34540,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1523
-location: clients/tests/test-client.py:test_004()/665
+size: 1526
+location: src/tests/client/test-client.py:test_004()/665
cmd: $NMCLI --mode multiline -f COMMON device show wlan0
lang: C
returncode: 0
@@ -34573,8 +34573,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1535
-location: clients/tests/test-client.py:test_004()/666
+size: 1538
+location: src/tests/client/test-client.py:test_004()/666
cmd: $NMCLI --mode multiline -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -34606,8 +34606,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5388
-location: clients/tests/test-client.py:test_004()/667
+size: 5391
+location: src/tests/client/test-client.py:test_004()/667
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
@@ -34713,8 +34713,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5447
-location: clients/tests/test-client.py:test_004()/668
+size: 5450
+location: src/tests/client/test-client.py:test_004()/668
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
@@ -34820,8 +34820,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:test_004()/669
+size: 1450
+location: src/tests/client/test-client.py:test_004()/669
cmd: $NMCLI --mode multiline dev lldp list ifname eth0
lang: C
returncode: 0
@@ -34850,8 +34850,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:test_004()/670
+size: 1460
+location: src/tests/client/test-client.py:test_004()/670
cmd: $NMCLI --mode multiline dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -34880,8 +34880,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1079
-location: clients/tests/test-client.py:test_004()/671
+size: 1082
+location: src/tests/client/test-client.py:test_004()/671
cmd: $NMCLI --mode multiline -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -34904,8 +34904,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 1089
-location: clients/tests/test-client.py:test_004()/672
+size: 1092
+location: src/tests/client/test-client.py:test_004()/672
cmd: $NMCLI --mode multiline -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -34928,8 +34928,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 5181
-location: clients/tests/test-client.py:test_004()/673
+size: 5184
+location: src/tests/client/test-client.py:test_004()/673
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -35042,8 +35042,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5211
-location: clients/tests/test-client.py:test_004()/674
+size: 5214
+location: src/tests/client/test-client.py:test_004()/674
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -35156,8 +35156,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5181
-location: clients/tests/test-client.py:test_004()/675
+size: 5184
+location: src/tests/client/test-client.py:test_004()/675
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -35270,8 +35270,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 5211
-location: clients/tests/test-client.py:test_004()/676
+size: 5214
+location: src/tests/client/test-client.py:test_004()/676
cmd: $NMCLI --mode multiline --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -35384,8 +35384,8 @@ VPN.CFG[2]: key2 = val2
VPN.CFG[3]: key3 = val3
<<<
-size: 4054
-location: clients/tests/test-client.py:test_004()/677
+size: 4057
+location: src/tests/client/test-client.py:test_004()/677
cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -35477,8 +35477,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 4074
-location: clients/tests/test-client.py:test_004()/678
+size: 4077
+location: src/tests/client/test-client.py:test_004()/678
cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -35570,8 +35570,8 @@ proxy.pac-url: --
proxy.pac-script: --
<<<
-size: 501
-location: clients/tests/test-client.py:test_004()/679
+size: 504
+location: src/tests/client/test-client.py:test_004()/679
cmd: $NMCLI --mode multiline --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -35585,8 +35585,8 @@ vpn.persistent: no
vpn.timeout: 0
<<<
-size: 512
-location: clients/tests/test-client.py:test_004()/680
+size: 515
+location: src/tests/client/test-client.py:test_004()/680
cmd: $NMCLI --mode multiline --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -35600,8 +35600,8 @@ vpn.persistent: nie
vpn.timeout: 0
<<<
-size: 884
-location: clients/tests/test-client.py:test_004()/681
+size: 887
+location: src/tests/client/test-client.py:test_004()/681
cmd: $NMCLI --mode multiline --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -35622,8 +35622,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 897
-location: clients/tests/test-client.py:test_004()/682
+size: 900
+location: src/tests/client/test-client.py:test_004()/682
cmd: $NMCLI --mode multiline --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -35644,8 +35644,8 @@ GENERAL.ZONE: --
GENERAL.MASTER-PATH: --
<<<
-size: 1256
-location: clients/tests/test-client.py:test_004()/683
+size: 1259
+location: src/tests/client/test-client.py:test_004()/683
cmd: $NMCLI --mode multiline --color yes dev s
lang: C
returncode: 0
@@ -35673,8 +35673,8 @@ STATE: unavailable
CONNECTION: --
<<<
-size: 1272
-location: clients/tests/test-client.py:test_004()/684
+size: 1275
+location: src/tests/client/test-client.py:test_004()/684
cmd: $NMCLI --mode multiline --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -35702,8 +35702,8 @@ STATE: niedostępne
CONNECTION: --
<<<
-size: 2875
-location: clients/tests/test-client.py:test_004()/685
+size: 2878
+location: src/tests/client/test-client.py:test_004()/685
cmd: $NMCLI --mode multiline --color yes -f all dev status
lang: C
returncode: 0
@@ -35756,8 +35756,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 2901
-location: clients/tests/test-client.py:test_004()/686
+size: 2904
+location: src/tests/client/test-client.py:test_004()/686
cmd: $NMCLI --mode multiline --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -35810,8 +35810,8 @@ CON-UUID: --
CON-PATH: --
<<<
-size: 8069
-location: clients/tests/test-client.py:test_004()/687
+size: 8072
+location: src/tests/client/test-client.py:test_004()/687
cmd: $NMCLI --mode multiline --color yes dev show
lang: C
returncode: 0
@@ -35956,8 +35956,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 8101
-location: clients/tests/test-client.py:test_004()/688
+size: 8104
+location: src/tests/client/test-client.py:test_004()/688
cmd: $NMCLI --mode multiline --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -36102,8 +36102,8 @@ IP6.DNS[1]: 2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]: sear6.fo.x.y
<<<
-size: 22789
-location: clients/tests/test-client.py:test_004()/689
+size: 22792
+location: src/tests/client/test-client.py:test_004()/689
cmd: $NMCLI --mode multiline --color yes -f all dev show
lang: C
returncode: 0
@@ -36526,8 +36526,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 22952
-location: clients/tests/test-client.py:test_004()/690
+size: 22955
+location: src/tests/client/test-client.py:test_004()/690
cmd: $NMCLI --mode multiline --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -36950,8 +36950,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1522
-location: clients/tests/test-client.py:test_004()/691
+size: 1525
+location: src/tests/client/test-client.py:test_004()/691
cmd: $NMCLI --mode multiline --color yes dev show wlan0
lang: C
returncode: 0
@@ -36983,8 +36983,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1534
-location: clients/tests/test-client.py:test_004()/692
+size: 1537
+location: src/tests/client/test-client.py:test_004()/692
cmd: $NMCLI --mode multiline --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -37016,8 +37016,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5633
-location: clients/tests/test-client.py:test_004()/693
+size: 5636
+location: src/tests/client/test-client.py:test_004()/693
cmd: $NMCLI --mode multiline --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -37126,8 +37126,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5693
-location: clients/tests/test-client.py:test_004()/694
+size: 5696
+location: src/tests/client/test-client.py:test_004()/694
cmd: $NMCLI --mode multiline --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -37236,8 +37236,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 2198
-location: clients/tests/test-client.py:test_004()/695
+size: 2201
+location: src/tests/client/test-client.py:test_004()/695
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -37285,8 +37285,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2225
-location: clients/tests/test-client.py:test_004()/696
+size: 2228
+location: src/tests/client/test-client.py:test_004()/696
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -37334,8 +37334,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 2198
-location: clients/tests/test-client.py:test_004()/697
+size: 2201
+location: src/tests/client/test-client.py:test_004()/697
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -37383,8 +37383,8 @@ WIFI-PROPERTIES.MESH: no
WIFI-PROPERTIES.IBSS-RSN: no
<<<
-size: 2225
-location: clients/tests/test-client.py:test_004()/698
+size: 2228
+location: src/tests/client/test-client.py:test_004()/698
cmd: $NMCLI --mode multiline --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -37432,8 +37432,8 @@ WIFI-PROPERTIES.MESH: nie
WIFI-PROPERTIES.IBSS-RSN: nie
<<<
-size: 1167
-location: clients/tests/test-client.py:test_004()/699
+size: 1170
+location: src/tests/client/test-client.py:test_004()/699
cmd: $NMCLI --mode multiline --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -37456,8 +37456,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1177
-location: clients/tests/test-client.py:test_004()/700
+size: 1180
+location: src/tests/client/test-client.py:test_004()/700
cmd: $NMCLI --mode multiline --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -37480,8 +37480,8 @@ TYPE: wifi
DBUS-PATH: /org/freedesktop/NetworkManager/Devices/5
<<<
-size: 4415
-location: clients/tests/test-client.py:test_004()/701
+size: 4418
+location: src/tests/client/test-client.py:test_004()/701
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -37559,8 +37559,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 4473
-location: clients/tests/test-client.py:test_004()/702
+size: 4476
+location: src/tests/client/test-client.py:test_004()/702
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -37638,8 +37638,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 2196
-location: clients/tests/test-client.py:test_004()/703
+size: 2199
+location: src/tests/client/test-client.py:test_004()/703
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -37685,8 +37685,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 2242
-location: clients/tests/test-client.py:test_004()/704
+size: 2245
+location: src/tests/client/test-client.py:test_004()/704
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -37732,8 +37732,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 4528
-location: clients/tests/test-client.py:test_004()/705
+size: 4531
+location: src/tests/client/test-client.py:test_004()/705
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
@@ -37811,8 +37811,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 4586
-location: clients/tests/test-client.py:test_004()/706
+size: 4589
+location: src/tests/client/test-client.py:test_004()/706
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
@@ -37890,8 +37890,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1278
-location: clients/tests/test-client.py:test_004()/707
+size: 1281
+location: src/tests/client/test-client.py:test_004()/707
cmd: $NMCLI --mode multiline --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -37918,8 +37918,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1300
-location: clients/tests/test-client.py:test_004()/708
+size: 1303
+location: src/tests/client/test-client.py:test_004()/708
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
@@ -37946,8 +37946,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 705
-location: clients/tests/test-client.py:test_004()/709
+size: 708
+location: src/tests/client/test-client.py:test_004()/709
cmd: $NMCLI --mode multiline --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -37966,8 +37966,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 724
-location: clients/tests/test-client.py:test_004()/710
+size: 727
+location: src/tests/client/test-client.py:test_004()/710
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
@@ -37986,8 +37986,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1391
-location: clients/tests/test-client.py:test_004()/711
+size: 1394
+location: src/tests/client/test-client.py:test_004()/711
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
@@ -38014,8 +38014,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1413
-location: clients/tests/test-client.py:test_004()/712
+size: 1416
+location: src/tests/client/test-client.py:test_004()/712
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
@@ -38042,8 +38042,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 5636
-location: clients/tests/test-client.py:test_004()/713
+size: 5639
+location: src/tests/client/test-client.py:test_004()/713
cmd: $NMCLI --mode multiline --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -38152,8 +38152,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5696
-location: clients/tests/test-client.py:test_004()/714
+size: 5699
+location: src/tests/client/test-client.py:test_004()/714
cmd: $NMCLI --mode multiline --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -38262,8 +38262,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1535
-location: clients/tests/test-client.py:test_004()/715
+size: 1538
+location: src/tests/client/test-client.py:test_004()/715
cmd: $NMCLI --mode multiline --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -38295,8 +38295,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 1547
-location: clients/tests/test-client.py:test_004()/716
+size: 1550
+location: src/tests/client/test-client.py:test_004()/716
cmd: $NMCLI --mode multiline --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -38328,8 +38328,8 @@ IP6.DOMAIN[5]: sear6.foo3.bar
IP6.DOMAIN[6]: sear6.foo4.bar
<<<
-size: 5643
-location: clients/tests/test-client.py:test_004()/717
+size: 5646
+location: src/tests/client/test-client.py:test_004()/717
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
@@ -38435,8 +38435,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 5702
-location: clients/tests/test-client.py:test_004()/718
+size: 5705
+location: src/tests/client/test-client.py:test_004()/718
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
@@ -38542,8 +38542,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1459
-location: clients/tests/test-client.py:test_004()/719
+size: 1462
+location: src/tests/client/test-client.py:test_004()/719
cmd: $NMCLI --mode multiline --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -38572,8 +38572,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1469
-location: clients/tests/test-client.py:test_004()/720
+size: 1472
+location: src/tests/client/test-client.py:test_004()/720
cmd: $NMCLI --mode multiline --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -38602,8 +38602,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION: Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
<<<
-size: 1091
-location: clients/tests/test-client.py:test_004()/721
+size: 1094
+location: src/tests/client/test-client.py:test_004()/721
cmd: $NMCLI --mode multiline --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -38626,8 +38626,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 1101
-location: clients/tests/test-client.py:test_004()/722
+size: 1104
+location: src/tests/client/test-client.py:test_004()/722
cmd: $NMCLI --mode multiline --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -38650,8 +38650,8 @@ connection.type: 802-11-wireless
connection.interface-name: --
<<<
-size: 6190
-location: clients/tests/test-client.py:test_004()/723
+size: 6193
+location: src/tests/client/test-client.py:test_004()/723
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -38777,8 +38777,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6232
-location: clients/tests/test-client.py:test_004()/724
+size: 6235
+location: src/tests/client/test-client.py:test_004()/724
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -38904,8 +38904,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6190
-location: clients/tests/test-client.py:test_004()/725
+size: 6193
+location: src/tests/client/test-client.py:test_004()/725
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: C
returncode: 0
@@ -39031,8 +39031,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6232
-location: clients/tests/test-client.py:test_004()/726
+size: 6235
+location: src/tests/client/test-client.py:test_004()/726
cmd: $NMCLI --mode multiline --pretty con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -39158,8 +39158,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4670
-location: clients/tests/test-client.py:test_004()/727
+size: 4673
+location: src/tests/client/test-client.py:test_004()/727
cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -39259,8 +39259,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4695
-location: clients/tests/test-client.py:test_004()/728
+size: 4698
+location: src/tests/client/test-client.py:test_004()/728
cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -39360,8 +39360,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 797
-location: clients/tests/test-client.py:test_004()/729
+size: 800
+location: src/tests/client/test-client.py:test_004()/729
cmd: $NMCLI --mode multiline --pretty -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -39379,8 +39379,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 813
-location: clients/tests/test-client.py:test_004()/730
+size: 816
+location: src/tests/client/test-client.py:test_004()/730
cmd: $NMCLI --mode multiline --pretty -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -39398,8 +39398,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1195
-location: clients/tests/test-client.py:test_004()/731
+size: 1198
+location: src/tests/client/test-client.py:test_004()/731
cmd: $NMCLI --mode multiline --pretty -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -39424,8 +39424,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1215
-location: clients/tests/test-client.py:test_004()/732
+size: 1218
+location: src/tests/client/test-client.py:test_004()/732
cmd: $NMCLI --mode multiline --pretty -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -39450,8 +39450,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1698
-location: clients/tests/test-client.py:test_004()/733
+size: 1701
+location: src/tests/client/test-client.py:test_004()/733
cmd: $NMCLI --mode multiline --pretty dev s
lang: C
returncode: 0
@@ -39487,8 +39487,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 1714
-location: clients/tests/test-client.py:test_004()/734
+size: 1717
+location: src/tests/client/test-client.py:test_004()/734
cmd: $NMCLI --mode multiline --pretty dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -39524,8 +39524,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 3112
-location: clients/tests/test-client.py:test_004()/735
+size: 3115
+location: src/tests/client/test-client.py:test_004()/735
cmd: $NMCLI --mode multiline --pretty -f all dev status
lang: C
returncode: 0
@@ -39586,8 +39586,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 3138
-location: clients/tests/test-client.py:test_004()/736
+size: 3141
+location: src/tests/client/test-client.py:test_004()/736
cmd: $NMCLI --mode multiline --pretty -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -39648,8 +39648,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 12882
-location: clients/tests/test-client.py:test_004()/737
+size: 12885
+location: src/tests/client/test-client.py:test_004()/737
cmd: $NMCLI --mode multiline --pretty dev show
lang: C
returncode: 0
@@ -39856,8 +39856,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12947
-location: clients/tests/test-client.py:test_004()/738
+size: 12950
+location: src/tests/client/test-client.py:test_004()/738
cmd: $NMCLI --mode multiline --pretty dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -40064,8 +40064,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 27437
-location: clients/tests/test-client.py:test_004()/739
+size: 27440
+location: src/tests/client/test-client.py:test_004()/739
cmd: $NMCLI --mode multiline --pretty -f all dev show
lang: C
returncode: 0
@@ -40552,8 +40552,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 27633
-location: clients/tests/test-client.py:test_004()/740
+size: 27636
+location: src/tests/client/test-client.py:test_004()/740
cmd: $NMCLI --mode multiline --pretty -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -41040,8 +41040,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2450
-location: clients/tests/test-client.py:test_004()/741
+size: 2453
+location: src/tests/client/test-client.py:test_004()/741
cmd: $NMCLI --mode multiline --pretty dev show wlan0
lang: C
returncode: 0
@@ -41085,8 +41085,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2469
-location: clients/tests/test-client.py:test_004()/742
+size: 2472
+location: src/tests/client/test-client.py:test_004()/742
cmd: $NMCLI --mode multiline --pretty dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -41130,8 +41130,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6558
-location: clients/tests/test-client.py:test_004()/743
+size: 6561
+location: src/tests/client/test-client.py:test_004()/743
cmd: $NMCLI --mode multiline --pretty -f all dev show wlan0
lang: C
returncode: 0
@@ -41255,8 +41255,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6625
-location: clients/tests/test-client.py:test_004()/744
+size: 6628
+location: src/tests/client/test-client.py:test_004()/744
cmd: $NMCLI --mode multiline --pretty -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -41380,8 +41380,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2646
-location: clients/tests/test-client.py:test_004()/745
+size: 2649
+location: src/tests/client/test-client.py:test_004()/745
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -41435,8 +41435,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2680
-location: clients/tests/test-client.py:test_004()/746
+size: 2683
+location: src/tests/client/test-client.py:test_004()/746
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -41490,8 +41490,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2646
-location: clients/tests/test-client.py:test_004()/747
+size: 2649
+location: src/tests/client/test-client.py:test_004()/747
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -41545,8 +41545,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2680
-location: clients/tests/test-client.py:test_004()/748
+size: 2683
+location: src/tests/client/test-client.py:test_004()/748
cmd: $NMCLI --mode multiline --pretty -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -41600,8 +41600,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 1651
-location: clients/tests/test-client.py:test_004()/749
+size: 1654
+location: src/tests/client/test-client.py:test_004()/749
cmd: $NMCLI --mode multiline --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -41632,8 +41632,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devices/
-------------------------------------------------------------------------------
<<<
-size: 1661
-location: clients/tests/test-client.py:test_004()/750
+size: 1664
+location: src/tests/client/test-client.py:test_004()/750
cmd: $NMCLI --mode multiline --pretty -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -41664,8 +41664,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devices/
-------------------------------------------------------------------------------
<<<
-size: 4756
-location: clients/tests/test-client.py:test_004()/751
+size: 4759
+location: src/tests/client/test-client.py:test_004()/751
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list
lang: C
returncode: 0
@@ -41756,8 +41756,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 4832
-location: clients/tests/test-client.py:test_004()/752
+size: 4835
+location: src/tests/client/test-client.py:test_004()/752
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -41848,8 +41848,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 2825
-location: clients/tests/test-client.py:test_004()/753
+size: 2828
+location: src/tests/client/test-client.py:test_004()/753
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list
lang: C
returncode: 0
@@ -41908,8 +41908,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 2889
-location: clients/tests/test-client.py:test_004()/754
+size: 2892
+location: src/tests/client/test-client.py:test_004()/754
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -41968,8 +41968,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 4869
-location: clients/tests/test-client.py:test_004()/755
+size: 4872
+location: src/tests/client/test-client.py:test_004()/755
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
@@ -42060,8 +42060,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 4945
-location: clients/tests/test-client.py:test_004()/756
+size: 4948
+location: src/tests/client/test-client.py:test_004()/756
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
@@ -42152,8 +42152,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
===============================================================================
<<<
-size: 1414
-location: clients/tests/test-client.py:test_004()/757
+size: 1417
+location: src/tests/client/test-client.py:test_004()/757
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -42184,8 +42184,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1442
-location: clients/tests/test-client.py:test_004()/758
+size: 1445
+location: src/tests/client/test-client.py:test_004()/758
cmd: $NMCLI --mode multiline --pretty -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -42216,8 +42216,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 913
-location: clients/tests/test-client.py:test_004()/759
+size: 916
+location: src/tests/client/test-client.py:test_004()/759
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -42240,8 +42240,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 938
-location: clients/tests/test-client.py:test_004()/760
+size: 941
+location: src/tests/client/test-client.py:test_004()/760
cmd: $NMCLI --mode multiline --pretty -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -42264,8 +42264,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1527
-location: clients/tests/test-client.py:test_004()/761
+size: 1530
+location: src/tests/client/test-client.py:test_004()/761
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
@@ -42296,8 +42296,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 1555
-location: clients/tests/test-client.py:test_004()/762
+size: 1558
+location: src/tests/client/test-client.py:test_004()/762
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
@@ -42328,8 +42328,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/AccessPo
<<<
-size: 6561
-location: clients/tests/test-client.py:test_004()/763
+size: 6564
+location: src/tests/client/test-client.py:test_004()/763
cmd: $NMCLI --mode multiline --pretty -f ALL device show wlan0
lang: C
returncode: 0
@@ -42453,8 +42453,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6628
-location: clients/tests/test-client.py:test_004()/764
+size: 6631
+location: src/tests/client/test-client.py:test_004()/764
cmd: $NMCLI --mode multiline --pretty -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -42578,8 +42578,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2463
-location: clients/tests/test-client.py:test_004()/765
+size: 2466
+location: src/tests/client/test-client.py:test_004()/765
cmd: $NMCLI --mode multiline --pretty -f COMMON device show wlan0
lang: C
returncode: 0
@@ -42623,8 +42623,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2482
-location: clients/tests/test-client.py:test_004()/766
+size: 2485
+location: src/tests/client/test-client.py:test_004()/766
cmd: $NMCLI --mode multiline --pretty -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -42668,8 +42668,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6488
-location: clients/tests/test-client.py:test_004()/767
+size: 6491
+location: src/tests/client/test-client.py:test_004()/767
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
@@ -42789,8 +42789,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6554
-location: clients/tests/test-client.py:test_004()/768
+size: 6557
+location: src/tests/client/test-client.py:test_004()/768
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
@@ -42910,8 +42910,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1910
-location: clients/tests/test-client.py:test_004()/769
+size: 1913
+location: src/tests/client/test-client.py:test_004()/769
cmd: $NMCLI --mode multiline --pretty dev lldp list ifname eth0
lang: C
returncode: 0
@@ -42946,8 +42946,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1924
-location: clients/tests/test-client.py:test_004()/770
+size: 1927
+location: src/tests/client/test-client.py:test_004()/770
cmd: $NMCLI --mode multiline --pretty dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -42982,8 +42982,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 2783
-location: clients/tests/test-client.py:test_004()/771
+size: 2786
+location: src/tests/client/test-client.py:test_004()/771
cmd: $NMCLI --mode multiline --pretty -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -43028,8 +43028,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 2808
-location: clients/tests/test-client.py:test_004()/772
+size: 2811
+location: src/tests/client/test-client.py:test_004()/772
cmd: $NMCLI --mode multiline --pretty -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -43074,8 +43074,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 6202
-location: clients/tests/test-client.py:test_004()/773
+size: 6205
+location: src/tests/client/test-client.py:test_004()/773
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -43201,8 +43201,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6244
-location: clients/tests/test-client.py:test_004()/774
+size: 6247
+location: src/tests/client/test-client.py:test_004()/774
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -43328,8 +43328,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6202
-location: clients/tests/test-client.py:test_004()/775
+size: 6205
+location: src/tests/client/test-client.py:test_004()/775
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -43455,8 +43455,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 6244
-location: clients/tests/test-client.py:test_004()/776
+size: 6247
+location: src/tests/client/test-client.py:test_004()/776
cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -43582,8 +43582,8 @@ VPN.CFG[3]: key3 = val3
-------------------------------------------------------------------------------
<<<
-size: 4682
-location: clients/tests/test-client.py:test_004()/777
+size: 4685
+location: src/tests/client/test-client.py:test_004()/777
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -43683,8 +43683,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 4707
-location: clients/tests/test-client.py:test_004()/778
+size: 4710
+location: src/tests/client/test-client.py:test_004()/778
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -43784,8 +43784,8 @@ proxy.pac-script: --
-------------------------------------------------------------------------------
<<<
-size: 809
-location: clients/tests/test-client.py:test_004()/779
+size: 812
+location: src/tests/client/test-client.py:test_004()/779
cmd: $NMCLI --mode multiline --pretty --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -43803,8 +43803,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 825
-location: clients/tests/test-client.py:test_004()/780
+size: 828
+location: src/tests/client/test-client.py:test_004()/780
cmd: $NMCLI --mode multiline --pretty --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -43822,8 +43822,8 @@ vpn.timeout: 0
-------------------------------------------------------------------------------
<<<
-size: 1207
-location: clients/tests/test-client.py:test_004()/781
+size: 1210
+location: src/tests/client/test-client.py:test_004()/781
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -43848,8 +43848,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1227
-location: clients/tests/test-client.py:test_004()/782
+size: 1230
+location: src/tests/client/test-client.py:test_004()/782
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -43874,8 +43874,8 @@ GENERAL.MASTER-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 1874
-location: clients/tests/test-client.py:test_004()/783
+size: 1877
+location: src/tests/client/test-client.py:test_004()/783
cmd: $NMCLI --mode multiline --pretty --color yes dev s
lang: C
returncode: 0
@@ -43911,8 +43911,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 1890
-location: clients/tests/test-client.py:test_004()/784
+size: 1893
+location: src/tests/client/test-client.py:test_004()/784
cmd: $NMCLI --mode multiline --pretty --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -43948,8 +43948,8 @@ CONNECTION: --
-------------------------------------------------------------------------------
<<<
-size: 3493
-location: clients/tests/test-client.py:test_004()/785
+size: 3496
+location: src/tests/client/test-client.py:test_004()/785
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev status
lang: C
returncode: 0
@@ -44010,8 +44010,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 3519
-location: clients/tests/test-client.py:test_004()/786
+size: 3522
+location: src/tests/client/test-client.py:test_004()/786
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -44072,8 +44072,8 @@ CON-PATH: --
-------------------------------------------------------------------------------
<<<
-size: 12894
-location: clients/tests/test-client.py:test_004()/787
+size: 12897
+location: src/tests/client/test-client.py:test_004()/787
cmd: $NMCLI --mode multiline --pretty --color yes dev show
lang: C
returncode: 0
@@ -44280,8 +44280,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 12959
-location: clients/tests/test-client.py:test_004()/788
+size: 12962
+location: src/tests/client/test-client.py:test_004()/788
cmd: $NMCLI --mode multiline --pretty --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -44488,8 +44488,8 @@ IP6.DOMAIN[1]: sear6.fo.x.y
-------------------------------------------------------------------------------
<<<
-size: 27773
-location: clients/tests/test-client.py:test_004()/789
+size: 27776
+location: src/tests/client/test-client.py:test_004()/789
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show
lang: C
returncode: 0
@@ -44976,8 +44976,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 27969
-location: clients/tests/test-client.py:test_004()/790
+size: 27972
+location: src/tests/client/test-client.py:test_004()/790
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -45464,8 +45464,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2462
-location: clients/tests/test-client.py:test_004()/791
+size: 2465
+location: src/tests/client/test-client.py:test_004()/791
cmd: $NMCLI --mode multiline --pretty --color yes dev show wlan0
lang: C
returncode: 0
@@ -45509,8 +45509,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2481
-location: clients/tests/test-client.py:test_004()/792
+size: 2484
+location: src/tests/client/test-client.py:test_004()/792
cmd: $NMCLI --mode multiline --pretty --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -45554,8 +45554,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6813
-location: clients/tests/test-client.py:test_004()/793
+size: 6816
+location: src/tests/client/test-client.py:test_004()/793
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -45679,8 +45679,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6880
-location: clients/tests/test-client.py:test_004()/794
+size: 6883
+location: src/tests/client/test-client.py:test_004()/794
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -45804,8 +45804,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2658
-location: clients/tests/test-client.py:test_004()/795
+size: 2661
+location: src/tests/client/test-client.py:test_004()/795
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -45859,8 +45859,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2692
-location: clients/tests/test-client.py:test_004()/796
+size: 2695
+location: src/tests/client/test-client.py:test_004()/796
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -45914,8 +45914,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 2658
-location: clients/tests/test-client.py:test_004()/797
+size: 2661
+location: src/tests/client/test-client.py:test_004()/797
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -45969,8 +45969,8 @@ WIFI-PROPERTIES.IBSS-RSN: no
-------------------------------------------------------------------------------
<<<
-size: 2692
-location: clients/tests/test-client.py:test_004()/798
+size: 2695
+location: src/tests/client/test-client.py:test_004()/798
cmd: $NMCLI --mode multiline --pretty --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -46024,8 +46024,8 @@ WIFI-PROPERTIES.IBSS-RSN: nie
-------------------------------------------------------------------------------
<<<
-size: 1786
-location: clients/tests/test-client.py:test_004()/799
+size: 1789
+location: src/tests/client/test-client.py:test_004()/799
cmd: $NMCLI --mode multiline --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -46056,8 +46056,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devi
-------------------------------------------------------------------------------
<<<
-size: 1796
-location: clients/tests/test-client.py:test_004()/800
+size: 1799
+location: src/tests/client/test-client.py:test_004()/800
cmd: $NMCLI --mode multiline --pretty --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -46088,8 +46088,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Devi
-------------------------------------------------------------------------------
<<<
-size: 5380
-location: clients/tests/test-client.py:test_004()/801
+size: 5383
+location: src/tests/client/test-client.py:test_004()/801
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -46180,8 +46180,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 5456
-location: clients/tests/test-client.py:test_004()/802
+size: 5459
+location: src/tests/client/test-client.py:test_004()/802
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -46272,8 +46272,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 3161
-location: clients/tests/test-client.py:test_004()/803
+size: 3164
+location: src/tests/client/test-client.py:test_004()/803
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -46332,8 +46332,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 3225
-location: clients/tests/test-client.py:test_004()/804
+size: 3228
+location: src/tests/client/test-client.py:test_004()/804
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -46392,8 +46392,8 @@ SECURITY: WPA1 WPA2
===============================================================================
<<<
-size: 5493
-location: clients/tests/test-client.py:test_004()/805
+size: 5496
+location: src/tests/client/test-client.py:test_004()/805
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
@@ -46484,8 +46484,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 5569
-location: clients/tests/test-client.py:test_004()/806
+size: 5572
+location: src/tests/client/test-client.py:test_004()/806
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
@@ -46576,8 +46576,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
===============================================================================
<<<
-size: 1579
-location: clients/tests/test-client.py:test_004()/807
+size: 1582
+location: src/tests/client/test-client.py:test_004()/807
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -46608,8 +46608,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1607
-location: clients/tests/test-client.py:test_004()/808
+size: 1610
+location: src/tests/client/test-client.py:test_004()/808
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
@@ -46640,8 +46640,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1006
-location: clients/tests/test-client.py:test_004()/809
+size: 1009
+location: src/tests/client/test-client.py:test_004()/809
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -46664,8 +46664,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1031
-location: clients/tests/test-client.py:test_004()/810
+size: 1034
+location: src/tests/client/test-client.py:test_004()/810
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
@@ -46688,8 +46688,8 @@ SECURITY: WPA1 WPA2
<<<
-size: 1692
-location: clients/tests/test-client.py:test_004()/811
+size: 1695
+location: src/tests/client/test-client.py:test_004()/811
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
@@ -46720,8 +46720,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 1720
-location: clients/tests/test-client.py:test_004()/812
+size: 1723
+location: src/tests/client/test-client.py:test_004()/812
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
@@ -46752,8 +46752,8 @@ DBUS-PATH: /org/freedesktop/NetworkManager/Acc
<<<
-size: 6816
-location: clients/tests/test-client.py:test_004()/813
+size: 6819
+location: src/tests/client/test-client.py:test_004()/813
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -46877,8 +46877,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6883
-location: clients/tests/test-client.py:test_004()/814
+size: 6886
+location: src/tests/client/test-client.py:test_004()/814
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -47002,8 +47002,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 2475
-location: clients/tests/test-client.py:test_004()/815
+size: 2478
+location: src/tests/client/test-client.py:test_004()/815
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -47047,8 +47047,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 2494
-location: clients/tests/test-client.py:test_004()/816
+size: 2497
+location: src/tests/client/test-client.py:test_004()/816
cmd: $NMCLI --mode multiline --pretty --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -47092,8 +47092,8 @@ IP6.DOMAIN[6]: sear6.foo4.bar
-------------------------------------------------------------------------------
<<<
-size: 6743
-location: clients/tests/test-client.py:test_004()/817
+size: 6746
+location: src/tests/client/test-client.py:test_004()/817
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
@@ -47213,8 +47213,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 6809
-location: clients/tests/test-client.py:test_004()/818
+size: 6812
+location: src/tests/client/test-client.py:test_004()/818
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
@@ -47334,8 +47334,8 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c
-------------------------------------------------------------------------------
<<<
-size: 1922
-location: clients/tests/test-client.py:test_004()/819
+size: 1925
+location: src/tests/client/test-client.py:test_004()/819
cmd: $NMCLI --mode multiline --pretty --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -47370,8 +47370,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 1936
-location: clients/tests/test-client.py:test_004()/820
+size: 1939
+location: src/tests/client/test-client.py:test_004()/820
cmd: $NMCLI --mode multiline --pretty --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -47406,8 +47406,8 @@ NEIGHBOR[2].SYSTEM-CAPABILITIES: 40 (wlan-access-point,telephone)
-------------------------------------------------------------------------------
<<<
-size: 2795
-location: clients/tests/test-client.py:test_004()/821
+size: 2798
+location: src/tests/client/test-client.py:test_004()/821
cmd: $NMCLI --mode multiline --pretty --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -47452,8 +47452,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 2820
-location: clients/tests/test-client.py:test_004()/822
+size: 2823
+location: src/tests/client/test-client.py:test_004()/822
cmd: $NMCLI --mode multiline --pretty --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -47498,8 +47498,8 @@ connection.interface-name: --
-------------------------------------------------------------------------------
<<<
-size: 2619
-location: clients/tests/test-client.py:test_004()/823
+size: 2622
+location: src/tests/client/test-client.py:test_004()/823
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: C
returncode: 0
@@ -47612,8 +47612,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2629
-location: clients/tests/test-client.py:test_004()/824
+size: 2632
+location: src/tests/client/test-client.py:test_004()/824
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -47726,8 +47726,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2619
-location: clients/tests/test-client.py:test_004()/825
+size: 2622
+location: src/tests/client/test-client.py:test_004()/825
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: C
returncode: 0
@@ -47840,8 +47840,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2629
-location: clients/tests/test-client.py:test_004()/826
+size: 2632
+location: src/tests/client/test-client.py:test_004()/826
cmd: $NMCLI --mode multiline --terse con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -47954,8 +47954,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2044
-location: clients/tests/test-client.py:test_004()/827
+size: 2047
+location: src/tests/client/test-client.py:test_004()/827
cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -48047,8 +48047,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 2054
-location: clients/tests/test-client.py:test_004()/828
+size: 2057
+location: src/tests/client/test-client.py:test_004()/828
cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48140,8 +48140,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 334
-location: clients/tests/test-client.py:test_004()/829
+size: 337
+location: src/tests/client/test-client.py:test_004()/829
cmd: $NMCLI --mode multiline --terse -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -48155,8 +48155,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 344
-location: clients/tests/test-client.py:test_004()/830
+size: 347
+location: src/tests/client/test-client.py:test_004()/830
cmd: $NMCLI --mode multiline --terse -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48170,8 +48170,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 560
-location: clients/tests/test-client.py:test_004()/831
+size: 563
+location: src/tests/client/test-client.py:test_004()/831
cmd: $NMCLI --mode multiline --terse -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -48192,8 +48192,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 570
-location: clients/tests/test-client.py:test_004()/832
+size: 573
+location: src/tests/client/test-client.py:test_004()/832
cmd: $NMCLI --mode multiline --terse -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -48214,8 +48214,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 424
-location: clients/tests/test-client.py:test_004()/833
+size: 427
+location: src/tests/client/test-client.py:test_004()/833
cmd: $NMCLI --mode multiline --terse dev s
lang: C
returncode: 0
@@ -48243,8 +48243,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 434
-location: clients/tests/test-client.py:test_004()/834
+size: 437
+location: src/tests/client/test-client.py:test_004()/834
cmd: $NMCLI --mode multiline --terse dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -48272,8 +48272,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 1132
-location: clients/tests/test-client.py:test_004()/835
+size: 1135
+location: src/tests/client/test-client.py:test_004()/835
cmd: $NMCLI --mode multiline --terse -f all dev status
lang: C
returncode: 0
@@ -48326,8 +48326,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 1142
-location: clients/tests/test-client.py:test_004()/836
+size: 1145
+location: src/tests/client/test-client.py:test_004()/836
cmd: $NMCLI --mode multiline --terse -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -48380,8 +48380,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 4549
-location: clients/tests/test-client.py:test_004()/837
+size: 4552
+location: src/tests/client/test-client.py:test_004()/837
cmd: $NMCLI --mode multiline --terse dev show
lang: C
returncode: 0
@@ -48526,8 +48526,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4559
-location: clients/tests/test-client.py:test_004()/838
+size: 4562
+location: src/tests/client/test-client.py:test_004()/838
cmd: $NMCLI --mode multiline --terse dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -48672,8 +48672,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 13000
-location: clients/tests/test-client.py:test_004()/839
+size: 13003
+location: src/tests/client/test-client.py:test_004()/839
cmd: $NMCLI --mode multiline --terse -f all dev show
lang: C
returncode: 0
@@ -49096,8 +49096,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 13046
-location: clients/tests/test-client.py:test_004()/840
+size: 13049
+location: src/tests/client/test-client.py:test_004()/840
cmd: $NMCLI --mode multiline --terse -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -49520,8 +49520,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 893
-location: clients/tests/test-client.py:test_004()/841
+size: 896
+location: src/tests/client/test-client.py:test_004()/841
cmd: $NMCLI --mode multiline --terse dev show wlan0
lang: C
returncode: 0
@@ -49553,8 +49553,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 903
-location: clients/tests/test-client.py:test_004()/842
+size: 906
+location: src/tests/client/test-client.py:test_004()/842
cmd: $NMCLI --mode multiline --terse dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -49586,8 +49586,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3004
-location: clients/tests/test-client.py:test_004()/843
+size: 3007
+location: src/tests/client/test-client.py:test_004()/843
cmd: $NMCLI --mode multiline --terse -f all dev show wlan0
lang: C
returncode: 0
@@ -49696,8 +49696,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3041
-location: clients/tests/test-client.py:test_004()/844
+size: 3044
+location: src/tests/client/test-client.py:test_004()/844
cmd: $NMCLI --mode multiline --terse -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -49806,8 +49806,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1333
-location: clients/tests/test-client.py:test_004()/845
+size: 1336
+location: src/tests/client/test-client.py:test_004()/845
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -49855,8 +49855,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1343
-location: clients/tests/test-client.py:test_004()/846
+size: 1346
+location: src/tests/client/test-client.py:test_004()/846
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -49904,8 +49904,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1333
-location: clients/tests/test-client.py:test_004()/847
+size: 1336
+location: src/tests/client/test-client.py:test_004()/847
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -49953,8 +49953,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1343
-location: clients/tests/test-client.py:test_004()/848
+size: 1346
+location: src/tests/client/test-client.py:test_004()/848
cmd: $NMCLI --mode multiline --terse -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50002,8 +50002,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 550
-location: clients/tests/test-client.py:test_004()/849
+size: 553
+location: src/tests/client/test-client.py:test_004()/849
cmd: $NMCLI --mode multiline --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -50026,8 +50026,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 560
-location: clients/tests/test-client.py:test_004()/850
+size: 563
+location: src/tests/client/test-client.py:test_004()/850
cmd: $NMCLI --mode multiline --terse -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -50050,8 +50050,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 1547
-location: clients/tests/test-client.py:test_004()/851
+size: 1550
+location: src/tests/client/test-client.py:test_004()/851
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list
lang: C
returncode: 0
@@ -50129,8 +50129,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 1605
-location: clients/tests/test-client.py:test_004()/852
+size: 1608
+location: src/tests/client/test-client.py:test_004()/852
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -50208,8 +50208,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 643
-location: clients/tests/test-client.py:test_004()/853
+size: 646
+location: src/tests/client/test-client.py:test_004()/853
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list
lang: C
returncode: 0
@@ -50255,8 +50255,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 689
-location: clients/tests/test-client.py:test_004()/854
+size: 692
+location: src/tests/client/test-client.py:test_004()/854
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -50302,8 +50302,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 1660
-location: clients/tests/test-client.py:test_004()/855
+size: 1663
+location: src/tests/client/test-client.py:test_004()/855
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
@@ -50381,8 +50381,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 1718
-location: clients/tests/test-client.py:test_004()/856
+size: 1721
+location: src/tests/client/test-client.py:test_004()/856
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
@@ -50460,8 +50460,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 557
-location: clients/tests/test-client.py:test_004()/857
+size: 560
+location: src/tests/client/test-client.py:test_004()/857
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -50488,8 +50488,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 579
-location: clients/tests/test-client.py:test_004()/858
+size: 582
+location: src/tests/client/test-client.py:test_004()/858
cmd: $NMCLI --mode multiline --terse -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -50516,8 +50516,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 314
-location: clients/tests/test-client.py:test_004()/859
+size: 317
+location: src/tests/client/test-client.py:test_004()/859
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -50536,8 +50536,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 333
-location: clients/tests/test-client.py:test_004()/860
+size: 336
+location: src/tests/client/test-client.py:test_004()/860
cmd: $NMCLI --mode multiline --terse -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: pl_PL.UTF-8
returncode: 0
@@ -50556,8 +50556,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 670
-location: clients/tests/test-client.py:test_004()/861
+size: 673
+location: src/tests/client/test-client.py:test_004()/861
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
@@ -50584,8 +50584,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 692
-location: clients/tests/test-client.py:test_004()/862
+size: 695
+location: src/tests/client/test-client.py:test_004()/862
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
@@ -50612,8 +50612,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 3007
-location: clients/tests/test-client.py:test_004()/863
+size: 3010
+location: src/tests/client/test-client.py:test_004()/863
cmd: $NMCLI --mode multiline --terse -f ALL device show wlan0
lang: C
returncode: 0
@@ -50722,8 +50722,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3044
-location: clients/tests/test-client.py:test_004()/864
+size: 3047
+location: src/tests/client/test-client.py:test_004()/864
cmd: $NMCLI --mode multiline --terse -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50832,8 +50832,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 906
-location: clients/tests/test-client.py:test_004()/865
+size: 909
+location: src/tests/client/test-client.py:test_004()/865
cmd: $NMCLI --mode multiline --terse -f COMMON device show wlan0
lang: C
returncode: 0
@@ -50865,8 +50865,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 916
-location: clients/tests/test-client.py:test_004()/866
+size: 919
+location: src/tests/client/test-client.py:test_004()/866
cmd: $NMCLI --mode multiline --terse -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -50898,8 +50898,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3066
-location: clients/tests/test-client.py:test_004()/867
+size: 3069
+location: src/tests/client/test-client.py:test_004()/867
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
@@ -51005,8 +51005,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3103
-location: clients/tests/test-client.py:test_004()/868
+size: 3106
+location: src/tests/client/test-client.py:test_004()/868
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
@@ -51112,8 +51112,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:test_004()/869
+size: 1151
+location: src/tests/client/test-client.py:test_004()/869
cmd: $NMCLI --mode multiline --terse dev lldp list ifname eth0
lang: C
returncode: 0
@@ -51142,8 +51142,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:test_004()/870
+size: 1161
+location: src/tests/client/test-client.py:test_004()/870
cmd: $NMCLI --mode multiline --terse dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -51172,8 +51172,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 789
-location: clients/tests/test-client.py:test_004()/871
+size: 792
+location: src/tests/client/test-client.py:test_004()/871
cmd: $NMCLI --mode multiline --terse -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -51196,8 +51196,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 799
-location: clients/tests/test-client.py:test_004()/872
+size: 802
+location: src/tests/client/test-client.py:test_004()/872
cmd: $NMCLI --mode multiline --terse -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
@@ -51220,8 +51220,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 2631
-location: clients/tests/test-client.py:test_004()/873
+size: 2634
+location: src/tests/client/test-client.py:test_004()/873
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -51334,8 +51334,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2641
-location: clients/tests/test-client.py:test_004()/874
+size: 2644
+location: src/tests/client/test-client.py:test_004()/874
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -51448,8 +51448,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2631
-location: clients/tests/test-client.py:test_004()/875
+size: 2634
+location: src/tests/client/test-client.py:test_004()/875
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: C
returncode: 0
@@ -51562,8 +51562,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2641
-location: clients/tests/test-client.py:test_004()/876
+size: 2644
+location: src/tests/client/test-client.py:test_004()/876
cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -51676,8 +51676,8 @@ VPN.CFG[2]:key2 = val2
VPN.CFG[3]:key3 = val3
<<<
-size: 2056
-location: clients/tests/test-client.py:test_004()/877
+size: 2059
+location: src/tests/client/test-client.py:test_004()/877
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1
lang: C
returncode: 0
@@ -51769,8 +51769,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 2066
-location: clients/tests/test-client.py:test_004()/878
+size: 2069
+location: src/tests/client/test-client.py:test_004()/878
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -51862,8 +51862,8 @@ proxy.pac-url:
proxy.pac-script:
<<<
-size: 346
-location: clients/tests/test-client.py:test_004()/879
+size: 349
+location: src/tests/client/test-client.py:test_004()/879
cmd: $NMCLI --mode multiline --terse --color yes -f VPN con s con-vpn-1
lang: C
returncode: 0
@@ -51877,8 +51877,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 356
-location: clients/tests/test-client.py:test_004()/880
+size: 359
+location: src/tests/client/test-client.py:test_004()/880
cmd: $NMCLI --mode multiline --terse --color yes -f VPN con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -51892,8 +51892,8 @@ vpn.persistent:no
vpn.timeout:0
<<<
-size: 572
-location: clients/tests/test-client.py:test_004()/881
+size: 575
+location: src/tests/client/test-client.py:test_004()/881
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL con s con-vpn-1
lang: C
returncode: 0
@@ -51914,8 +51914,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 582
-location: clients/tests/test-client.py:test_004()/882
+size: 585
+location: src/tests/client/test-client.py:test_004()/882
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL con s con-vpn-1
lang: pl_PL.UTF-8
returncode: 0
@@ -51936,8 +51936,8 @@ GENERAL.ZONE:
GENERAL.MASTER-PATH:
<<<
-size: 600
-location: clients/tests/test-client.py:test_004()/883
+size: 603
+location: src/tests/client/test-client.py:test_004()/883
cmd: $NMCLI --mode multiline --terse --color yes dev s
lang: C
returncode: 0
@@ -51965,8 +51965,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 610
-location: clients/tests/test-client.py:test_004()/884
+size: 613
+location: src/tests/client/test-client.py:test_004()/884
cmd: $NMCLI --mode multiline --terse --color yes dev s
lang: pl_PL.UTF-8
returncode: 0
@@ -51994,8 +51994,8 @@ STATE:unavailable
CONNECTION:
<<<
-size: 1514
-location: clients/tests/test-client.py:test_004()/885
+size: 1517
+location: src/tests/client/test-client.py:test_004()/885
cmd: $NMCLI --mode multiline --terse --color yes -f all dev status
lang: C
returncode: 0
@@ -52048,8 +52048,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 1524
-location: clients/tests/test-client.py:test_004()/886
+size: 1527
+location: src/tests/client/test-client.py:test_004()/886
cmd: $NMCLI --mode multiline --terse --color yes -f all dev status
lang: pl_PL.UTF-8
returncode: 0
@@ -52102,8 +52102,8 @@ CON-UUID:
CON-PATH:
<<<
-size: 4561
-location: clients/tests/test-client.py:test_004()/887
+size: 4564
+location: src/tests/client/test-client.py:test_004()/887
cmd: $NMCLI --mode multiline --terse --color yes dev show
lang: C
returncode: 0
@@ -52248,8 +52248,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 4571
-location: clients/tests/test-client.py:test_004()/888
+size: 4574
+location: src/tests/client/test-client.py:test_004()/888
cmd: $NMCLI --mode multiline --terse --color yes dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -52394,8 +52394,8 @@ IP6.DNS[1]:2001:a::2934:bd66:550d:ec19
IP6.DOMAIN[1]:sear6.fo.x.y
<<<
-size: 13336
-location: clients/tests/test-client.py:test_004()/889
+size: 13339
+location: src/tests/client/test-client.py:test_004()/889
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show
lang: C
returncode: 0
@@ -52818,8 +52818,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 13382
-location: clients/tests/test-client.py:test_004()/890
+size: 13385
+location: src/tests/client/test-client.py:test_004()/890
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show
lang: pl_PL.UTF-8
returncode: 0
@@ -53242,8 +53242,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 905
-location: clients/tests/test-client.py:test_004()/891
+size: 908
+location: src/tests/client/test-client.py:test_004()/891
cmd: $NMCLI --mode multiline --terse --color yes dev show wlan0
lang: C
returncode: 0
@@ -53275,8 +53275,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 915
-location: clients/tests/test-client.py:test_004()/892
+size: 918
+location: src/tests/client/test-client.py:test_004()/892
cmd: $NMCLI --mode multiline --terse --color yes dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -53308,8 +53308,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3259
-location: clients/tests/test-client.py:test_004()/893
+size: 3262
+location: src/tests/client/test-client.py:test_004()/893
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show wlan0
lang: C
returncode: 0
@@ -53418,8 +53418,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3296
-location: clients/tests/test-client.py:test_004()/894
+size: 3299
+location: src/tests/client/test-client.py:test_004()/894
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -53528,8 +53528,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1345
-location: clients/tests/test-client.py:test_004()/895
+size: 1348
+location: src/tests/client/test-client.py:test_004()/895
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -53577,8 +53577,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1355
-location: clients/tests/test-client.py:test_004()/896
+size: 1358
+location: src/tests/client/test-client.py:test_004()/896
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -53626,8 +53626,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1345
-location: clients/tests/test-client.py:test_004()/897
+size: 1348
+location: src/tests/client/test-client.py:test_004()/897
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: C
returncode: 0
@@ -53675,8 +53675,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 1355
-location: clients/tests/test-client.py:test_004()/898
+size: 1358
+location: src/tests/client/test-client.py:test_004()/898
cmd: $NMCLI --mode multiline --terse --color yes -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES dev show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -53724,8 +53724,8 @@ WIFI-PROPERTIES.MESH:no
WIFI-PROPERTIES.IBSS-RSN:no
<<<
-size: 685
-location: clients/tests/test-client.py:test_004()/899
+size: 688
+location: src/tests/client/test-client.py:test_004()/899
cmd: $NMCLI --mode multiline --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: C
returncode: 0
@@ -53748,8 +53748,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 695
-location: clients/tests/test-client.py:test_004()/900
+size: 698
+location: src/tests/client/test-client.py:test_004()/900
cmd: $NMCLI --mode multiline --terse --color yes -f DEVICE,TYPE,DBUS-PATH dev
lang: pl_PL.UTF-8
returncode: 0
@@ -53772,8 +53772,8 @@ TYPE:wifi
DBUS-PATH:/org/freedesktop/NetworkManager/Devices/5
<<<
-size: 2171
-location: clients/tests/test-client.py:test_004()/901
+size: 2174
+location: src/tests/client/test-client.py:test_004()/901
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list
lang: C
returncode: 0
@@ -53851,8 +53851,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 2229
-location: clients/tests/test-client.py:test_004()/902
+size: 2232
+location: src/tests/client/test-client.py:test_004()/902
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -53930,8 +53930,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 979
-location: clients/tests/test-client.py:test_004()/903
+size: 982
+location: src/tests/client/test-client.py:test_004()/903
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list
lang: C
returncode: 0
@@ -53977,8 +53977,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 1025
-location: clients/tests/test-client.py:test_004()/904
+size: 1028
+location: src/tests/client/test-client.py:test_004()/904
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list
lang: pl_PL.UTF-8
returncode: 0
@@ -54024,8 +54024,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 2284
-location: clients/tests/test-client.py:test_004()/905
+size: 2287
+location: src/tests/client/test-client.py:test_004()/905
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
@@ -54103,8 +54103,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 2342
-location: clients/tests/test-client.py:test_004()/906
+size: 2345
+location: src/tests/client/test-client.py:test_004()/906
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
@@ -54182,8 +54182,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/4
<<<
-size: 722
-location: clients/tests/test-client.py:test_004()/907
+size: 725
+location: src/tests/client/test-client.py:test_004()/907
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -54210,8 +54210,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 744
-location: clients/tests/test-client.py:test_004()/908
+size: 747
+location: src/tests/client/test-client.py:test_004()/908
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
@@ -54238,8 +54238,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 407
-location: clients/tests/test-client.py:test_004()/909
+size: 410
+location: src/tests/client/test-client.py:test_004()/909
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device wifi list bssid C0:E2:BE:E8:EF:B6
lang: C
returncode: 0
@@ -54258,8 +54258,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 426
-location: clients/tests/test-client.py:test_004()/910
+size: 429
+location: src/tests/client/test-client.py:test_004()/910
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
@@ -54278,8 +54278,8 @@ SECURITY:WPA1 WPA2
<<<
-size: 835
-location: clients/tests/test-client.py:test_004()/911
+size: 838
+location: src/tests/client/test-client.py:test_004()/911
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
@@ -54306,8 +54306,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 857
-location: clients/tests/test-client.py:test_004()/912
+size: 860
+location: src/tests/client/test-client.py:test_004()/912
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
@@ -54334,8 +54334,8 @@ DBUS-PATH:/org/freedesktop/NetworkManager/AccessPoint/2
<<<
-size: 3262
-location: clients/tests/test-client.py:test_004()/913
+size: 3265
+location: src/tests/client/test-client.py:test_004()/913
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device show wlan0
lang: C
returncode: 0
@@ -54444,8 +54444,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3299
-location: clients/tests/test-client.py:test_004()/914
+size: 3302
+location: src/tests/client/test-client.py:test_004()/914
cmd: $NMCLI --mode multiline --terse --color yes -f ALL device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -54554,8 +54554,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 918
-location: clients/tests/test-client.py:test_004()/915
+size: 921
+location: src/tests/client/test-client.py:test_004()/915
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device show wlan0
lang: C
returncode: 0
@@ -54587,8 +54587,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 928
-location: clients/tests/test-client.py:test_004()/916
+size: 931
+location: src/tests/client/test-client.py:test_004()/916
cmd: $NMCLI --mode multiline --terse --color yes -f COMMON device show wlan0
lang: pl_PL.UTF-8
returncode: 0
@@ -54620,8 +54620,8 @@ IP6.DOMAIN[5]:sear6.foo3.bar
IP6.DOMAIN[6]:sear6.foo4.bar
<<<
-size: 3321
-location: clients/tests/test-client.py:test_004()/917
+size: 3324
+location: src/tests/client/test-client.py:test_004()/917
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
@@ -54727,8 +54727,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 3358
-location: clients/tests/test-client.py:test_004()/918
+size: 3361
+location: src/tests/client/test-client.py:test_004()/918
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
@@ -54834,8 +54834,8 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
<<<
-size: 1160
-location: clients/tests/test-client.py:test_004()/919
+size: 1163
+location: src/tests/client/test-client.py:test_004()/919
cmd: $NMCLI --mode multiline --terse --color yes dev lldp list ifname eth0
lang: C
returncode: 0
@@ -54864,8 +54864,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 1170
-location: clients/tests/test-client.py:test_004()/920
+size: 1173
+location: src/tests/client/test-client.py:test_004()/920
cmd: $NMCLI --mode multiline --terse --color yes dev lldp list ifname eth0
lang: pl_PL.UTF-8
returncode: 0
@@ -54894,8 +54894,8 @@ NEIGHBOR[2].SYSTEM-DESCRIPTION:Test system #3
NEIGHBOR[2].SYSTEM-CAPABILITIES:40 (wlan-access-point,telephone)
<<<
-size: 801
-location: clients/tests/test-client.py:test_004()/921
+size: 804
+location: src/tests/client/test-client.py:test_004()/921
cmd: $NMCLI --mode multiline --terse --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: C
returncode: 0
@@ -54918,8 +54918,8 @@ connection.type:802-11-wireless
connection.interface-name:
<<<
-size: 811
-location: clients/tests/test-client.py:test_004()/922
+size: 814
+location: src/tests/client/test-client.py:test_004()/922
cmd: $NMCLI --mode multiline --terse --color yes -f connection.id,connection.uuid,connection.type,connection.interface-name,802-3-ethernet.mac-address,vpn.user-name connection show 5fcfd6d7-1e63-3332-8826-a7eda103792d UUID-con-vpn-1-REPLACED-REPLACED-REP UUID-con-xx1-REPLACED-REPLACED-REPLA
lang: pl_PL.UTF-8
returncode: 0
diff --git a/clients/tests/test-client.py b/src/tests/client/test-client.py
index ed4b63315e..287d4f41ac 100755
--- a/clients/tests/test-client.py
+++ b/src/tests/client/test-client.py
@@ -6,7 +6,7 @@ from __future__ import print_function
#
# This test starts NetworkManager stub service in a user D-Bus session,
# and runs nmcli against it. The output is recorded and compared to a pre-generated
-# expected output (clients/tests/test-client.check-on-disk/*.expected) which
+# expected output (src/tests/client/test-client.check-on-disk/*.expected) which
# is also committed to git.
#
###############################################################################
@@ -32,7 +32,7 @@ from __future__ import print_function
# # and that it works in principle.
# # Then install NetworkManager in the configured prefix (make install)
# # and verify that ./src/nmcli/nmcli also gives you Polish.
-# $ NM_TEST_REGENERATE=1 make check-local-clients-tests-test-client
+# $ NM_TEST_REGENERATE=1 make check-local-tests-client
# # Set NM_TEST_REGENERATE=1 to regenerate all files.
# $ git diff ... ; git add ...
# # (optional step)
@@ -117,7 +117,7 @@ class PathConfiguration:
@staticmethod
def top_srcdir():
- return os.path.abspath(PathConfiguration.srcdir() + "/../..")
+ return os.path.abspath(PathConfiguration.srcdir() + "/../../..")
@staticmethod
def test_networkmanager_service_path():
@@ -129,7 +129,7 @@ class PathConfiguration:
@staticmethod
def canonical_script_filename():
- p = "clients/tests/test-client.py"
+ p = "src/tests/client/test-client.py"
assert (PathConfiguration.top_srcdir() + "/" + p) == os.path.abspath(__file__)
return p