From aa76b9fb3f06e9fa6c4105c590d86326538e658f Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 25 Jan 2023 17:01:15 +0100 Subject: [PATCH] all: don't add proxy setting during normalization It doesn't seem useful to always add the proxy setting to each connection profile that supports IP configuration. This normalization requires additional code and especially, it creates a new empty section in every new keyfile: # nmcli connection add type dummy ifname dummy1 # cat /etc/NetworkManager/system-connections/dummy-dummy1.nmconnection [connection] id=dummy-dummy1 uuid=8dd2bb73-b338-428f-ad6d-082c37a58566 type=dummy interface-name=dummy1 [dummy] [ipv4] method=disabled [ipv6] addr-gen-mode=default method=disabled [proxy] Since an empty (with method=none) proxy setting is the same as no proxy setting, avoid the normalization. --- ...g-System_test-bridge-component-b.cexpected | 2 - ...m_test-wired-802-1X-subj-matches.cexpected | 2 - .../ifcfg-Test_User_1.cexpected | 2 - .../ifcfg-Test_Write_Bond_Main.cexpected | 2 - .../ifcfg-Test_Write_Permissions.cexpected | 2 - .../ifcfg-Test_Write_Routing_Rules.cexpected | 2 - ...fcfg-Test_Write_VLAN_reorder_hdr.cexpected | 2 - .../ifcfg-Test_Write_WiFi_AP_Mode.cexpected | 2 - .../ifcfg-Test_Write_WiFi_Band_A.cexpected | 2 - .../ifcfg-Test_Write_WiFi_Hidden.cexpected | 2 - ...ifcfg-Test_Write_WiFi_MAC_always.cexpected | 2 - ...fcfg-Test_Write_WiFi_MAC_default.cexpected | 2 - ...fcfg-Test_Write_WiFi_MAC_missing.cexpected | 2 - .../ifcfg-Test_Write_WiFi_MAC_never.cexpected | 2 - .../ifcfg-Test_Write_Wifi_LEAP.cexpected | 2 - ...fg-Test_Write_Wifi_WEP_104_ASCII.cexpected | 2 - ...-Test_Write_Wired_Auto-Negotiate.cexpected | 2 - ...g-Test_Write_Wired_Static_Routes.cexpected | 2 - ...cfg-Test_Write_Wired_Wake-on-LAN.cexpected | 2 - .../ifcfg-Test_Write_Wired_match.cexpected | 2 - .../ifcfg-Vlan_test-vlan-interface.cexpected | 2 - .../network-scripts/ifcfg-dcb-test.cexpected | 2 - .../network-scripts/ifcfg-netmask-1.cexpected | 2 - .../ifcfg-random_wifi_connection.cexpected | 2 - .../ifcfg-random_wifi_connection_2.cexpected | 2 - .../ifcfg-test-ip6-disabled.cexpected | 2 - .../ifcfg-test-sriov-write.cexpected | 2 - .../ifcfg-test-static-routes-legacy.cexpected | 2 - .../ifcfg-test-tc-write-empty.cexpected | 2 - .../ifcfg-test-tc-write.cexpected | 2 - .../ifcfg-test-vlan-vlanid-use.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-1.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-2.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-3.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-4.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-5.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-6.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-7.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-8.cexpected | 2 - .../ifcfg-test_roundtrip_ethtool-9.cexpected | 2 - ...st_write_wired_auto_negotiate_on.cexpected | 2 - .../plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 16 - .../keyfile/tests/test-keyfile-settings.c | 9 - src/libnm-core-impl/nm-connection.c | 22 +- src/libnm-core-impl/tests/test-general.c | 12 +- src/libnm-core-impl/tests/test-keyfile.c | 11 - src/libnm-core-impl/tests/test-setting.c | 8 - .../test_003.expected | 702 ++++---------- .../test_004.expected | 888 +++++------------- .../test_offline.expected | 18 +- src/tests/client/test-client.py | 3 - 51 files changed, 422 insertions(+), 1349 deletions(-) diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-bridge-component-b.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-bridge-component-b.cexpected index 1330382d32..6c094784f3 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-bridge-component-b.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-bridge-component-b.cexpected @@ -4,8 +4,6 @@ NAME="System test-bridge-component" UUID=${UUID} DEVICE=eth0 ONBOOT=no -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-wired-802-1X-subj-matches.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-wired-802-1X-subj-matches.cexpected index d2f5c453c1..b7e8fe75a4 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-wired-802-1X-subj-matches.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-System_test-wired-802-1X-subj-matches.cexpected @@ -10,8 +10,6 @@ IEEE_8021X_SUBJECT_MATCH=server1.yourdomain.tld IEEE_8021X_PHASE2_SUBJECT_MATCH=server2.yourdomain.tld IEEE_8021X_ALTSUBJECT_MATCHES="a.yourdomain.tld b.yourdomain.tld c.yourdomain.tld" IEEE_8021X_PHASE2_ALTSUBJECT_MATCHES="x.yourdomain.tld y.yourdomain.tld" -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_User_1.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_User_1.cexpected index 15ced3aba2..b5821296f9 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_User_1.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_User_1.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no NM_USER__M_Y___053=val=MY.+ NM_USER__M_Y___055=val=MY.- NM_USER__M_Y___057=val=MY./ diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Bond_Main.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Bond_Main.cexpected index 1aeb2cdcc4..72848c8828 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Bond_Main.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Bond_Main.cexpected @@ -2,8 +2,6 @@ BONDING_OPTS="mode=balance-rr downdelay=5 miimon=100 updelay=10" TYPE=Bond BONDING_MASTER=yes HWADDR= -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=none IPADDR=1.1.1.3 PREFIX=24 diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Permissions.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Permissions.cexpected index a7df77e4b9..c48af5ced9 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Permissions.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Permissions.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Routing_Rules.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Routing_Rules.cexpected index d03e9a0d26..1ae71fcdf3 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Routing_Rules.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Routing_Rules.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_LINK_LOCAL=enabled diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_VLAN_reorder_hdr.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_VLAN_reorder_hdr.cexpected index 6a2336646e..9ab713a16b 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_VLAN_reorder_hdr.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_VLAN_reorder_hdr.cexpected @@ -6,8 +6,6 @@ REORDER_HDR=yes GVRP=no MVRP=no HWADDR= -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_AP_Mode.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_AP_Mode.cexpected index caeaaff81a..1cf0cae135 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_AP_Mode.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_AP_Mode.cexpected @@ -4,8 +4,6 @@ CHANNEL=196 MAC_ADDRESS_RANDOMIZATION=default AP_ISOLATION=yes TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Band_A.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Band_A.cexpected index 7e3d4f020d..064cedc18b 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Band_A.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Band_A.cexpected @@ -3,8 +3,6 @@ MODE=Managed BAND=a MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Hidden.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Hidden.cexpected index 01a091ecdc..0701829364 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Hidden.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Hidden.cexpected @@ -2,8 +2,6 @@ ESSID="Test SSID" SSID_HIDDEN=yes MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_always.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_always.cexpected index 7fa0fc98a3..30d85fa41b 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_always.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_always.cexpected @@ -3,8 +3,6 @@ ESSID="Test SSID" MODE=Managed MAC_ADDRESS_RANDOMIZATION=always TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_default.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_default.cexpected index 1b4ca94870..da085dcf87 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_default.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_default.cexpected @@ -2,8 +2,6 @@ ESSID="Test SSID" MODE=Managed MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_missing.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_missing.cexpected index 089d1442c4..abfb4225a6 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_missing.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_missing.cexpected @@ -3,8 +3,6 @@ ESSID="Test SSID" MODE=Managed MAC_ADDRESS_RANDOMIZATION=never TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_never.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_never.cexpected index 880db3f7f5..ab13b5c82e 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_never.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_MAC_never.cexpected @@ -3,8 +3,6 @@ ESSID="Test SSID" MODE=Managed MAC_ADDRESS_RANDOMIZATION=never TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_LEAP.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_LEAP.cexpected index b9129c59ef..3d19517b34 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_LEAP.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_LEAP.cexpected @@ -5,8 +5,6 @@ SECURITYMODE=leap IEEE_8021X_IDENTITY="Bill Smith" MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected index 2dd8958be0..f5efffde00 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected @@ -4,8 +4,6 @@ SECURITYMODE=open DEFAULTKEY=1 MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Auto-Negotiate.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Auto-Negotiate.cexpected index 8dd2cbff3d..d0aef95c65 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Auto-Negotiate.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Auto-Negotiate.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg off speed 10 duplex half" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Static_Routes.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Static_Routes.cexpected index bc2806a9f9..dba08df3d6 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Static_Routes.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Static_Routes.cexpected @@ -1,8 +1,6 @@ TYPE=Ethernet HWADDR=31:33:33:37:BE:CD MTU=1492 -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=none IPADDR=1.1.1.3 PREFIX=24 diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Wake-on-LAN.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Wake-on-LAN.cexpected index 34f89b5e6e..a79b7e2298 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Wake-on-LAN.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_Wake-on-LAN.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="wol umgs sopass 00:00:00:11:22:33" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_match.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_match.cexpected index 318fae5d6e..1fe4d86672 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_match.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_Wired_match.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no MATCH_DRIVER="!virtio e1000e" MATCH_INTERFACE_NAME="ens* eth\\ 1? !veth*" MATCH_KERNEL_COMMAND_LINE=!ip= diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Vlan_test-vlan-interface.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Vlan_test-vlan-interface.cexpected index 6373da90f1..53a01bc48a 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Vlan_test-vlan-interface.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Vlan_test-vlan-interface.cexpected @@ -10,8 +10,6 @@ MVRP=no VLAN_INGRESS_PRIORITY_MAP=0:1,2:5 VLAN_EGRESS_PRIORITY_MAP=3:1,12:3,14:7 HWADDR= -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=none IPADDR=192.168.43.149 PREFIX=24 diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-dcb-test.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-dcb-test.cexpected index 0a9ef3d41c..fda2453bc7 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-dcb-test.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-dcb-test.cexpected @@ -24,8 +24,6 @@ DCB_PG_PCT=10,20,15,10,2,3,35,5 DCB_PG_UPPCT=10,20,30,40,50,10,0,25 DCB_PG_STRICT=10110001 DCB_PG_UP2TC=34721056 -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-netmask-1.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-netmask-1.cexpected index d0eeeb9911..4ab3f0f59c 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-netmask-1.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-netmask-1.cexpected @@ -13,8 +13,6 @@ IPV6INIT=yes #end TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no PREFIX=15 DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection.cexpected index 0a5c2ccf83..b2f135dc5d 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection.cexpected @@ -2,8 +2,6 @@ ESSID=blahblah MODE=Managed MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection_2.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection_2.cexpected index 8a874d249f..3effe16fc2 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection_2.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-random_wifi_connection_2.cexpected @@ -2,8 +2,6 @@ ESSID=SomeSSID MODE=Managed MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-ip6-disabled.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-ip6-disabled.cexpected index 9cba7e2002..d15d9fc499 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-ip6-disabled.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-ip6-disabled.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-sriov-write.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-sriov-write.cexpected index 121ead79c9..f70034bca5 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-sriov-write.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-sriov-write.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no SRIOV_TOTAL_VFS=64 SRIOV_AUTOPROBE_DRIVERS=1 SRIOV_VF2="mac=55:55:55:55:55:55 vlans=3.10.ad;10" diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-static-routes-legacy.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-static-routes-legacy.cexpected index 41714df6f6..be8ce0fa29 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-static-routes-legacy.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-static-routes-legacy.cexpected @@ -1,7 +1,5 @@ TYPE=Ethernet HWADDR=00:16:41:11:22:33 -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write-empty.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write-empty.cexpected index 8f51392230..904b6f3c44 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write-empty.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write-empty.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no TC_COMMIT=yes BOOTPROTO=none IPADDR=1.1.1.3 diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write.cexpected index 698bda3a74..0dee5f4e7f 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-tc-write.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no QDISC1="parent 2468:2 pfifo_fast" FILTER1="parent 1234: matchall action simple sdata Hello" BOOTPROTO=none diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-vlan-vlanid-use.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-vlan-vlanid-use.cexpected index 2eaec850d1..5e3eeae7a8 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-vlan-vlanid-use.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-vlan-vlanid-use.cexpected @@ -6,8 +6,6 @@ REORDER_HDR=yes GVRP=no MVRP=no HWADDR= -PROXY_METHOD=none -BROWSER_ONLY=no IPV6INIT=no IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-1.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-1.cexpected index 11fd060eb6..968e99e8c0 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-1.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-1.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-2.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-2.cexpected index abd74bbd13..d8dfa61012 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-2.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-2.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="-A net0" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-3.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-3.cexpected index 962cbdd5c7..4f166dbcbb 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-3.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-3.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-4.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-4.cexpected index 213045df42..f7a13c365d 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-4.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-4.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="-K net0 rx on" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-5.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-5.cexpected index d3b9c0561c..4c5af21bfb 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-5.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-5.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on ; -K net0 rx on" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-6.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-6.cexpected index 784ad22427..7c3451f249 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-6.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-6.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on ; -A net0 pause-autoneg off" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-7.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-7.cexpected index 02ab14fee6..745a67eecb 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-7.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-7.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on ; -G net0 rx 512" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-8.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-8.cexpected index fd76083936..5fbcc2bb4e 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-8.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-8.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on ; -A net0" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-9.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-9.cexpected index 1703b0dc77..4c9b6d3f61 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-9.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_roundtrip_ethtool-9.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on ; -G net0 rx 512 ; -A net0 pause-autoneg off" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_write_wired_auto_negotiate_on.cexpected b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_write_wired_auto_negotiate_on.cexpected index 542f5b5b63..654b870e9b 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_write_wired_auto_negotiate_on.cexpected +++ b/src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test_write_wired_auto_negotiate_on.cexpected @@ -1,6 +1,4 @@ TYPE=Ethernet -PROXY_METHOD=none -BROWSER_ONLY=no ETHTOOL_OPTS="autoneg on ; -K net0 rxvlan off tx on" BOOTPROTO=dhcp DEFROUTE=yes diff --git a/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c index 40ff7c670e..f4fd3a5c91 100644 --- a/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c +++ b/src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c @@ -4425,8 +4425,6 @@ test_write_wired_static(void) g_assert_cmpint(nm_setting_ip_config_get_route_metric(reread_s_ip4), ==, 204); g_assert_cmpint(nm_setting_ip_config_get_route_metric(reread_s_ip6), ==, 206); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_equals(connection, FALSE, reread, FALSE); } @@ -4570,8 +4568,6 @@ test_write_wired_static_with_generic(void) g_assert_cmpint(nm_setting_ip_config_get_route_metric(reread_s_ip4), ==, 204); g_assert_cmpint(nm_setting_ip_config_get_route_metric(reread_s_ip6), ==, 206); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - { gs_unref_hashtable GHashTable *diffs = NULL; @@ -7639,8 +7635,6 @@ test_write_bridge_main(void) _nm_connection_new_setting(connection, NM_TYPE_SETTING_WIRED); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_verifies_without_normalization(connection); _writer_new_connection(connection, TEST_SCRATCH_DIR, &testfile); @@ -8231,8 +8225,6 @@ test_write_bond_main(void) s_ip6 = _nm_connection_new_setting(connection, NM_TYPE_SETTING_IP6_CONFIG); g_object_set(s_ip6, NM_SETTING_IP_CONFIG_METHOD, NM_SETTING_IP6_CONFIG_METHOD_IGNORE, NULL); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_verifies_without_normalization(connection); _writer_new_connec_exp(connection, @@ -9023,8 +9015,6 @@ test_write_team_master(void) s_ip6 = _nm_connection_new_setting(connection, NM_TYPE_SETTING_IP6_CONFIG); g_object_set(s_ip6, NM_SETTING_IP_CONFIG_METHOD, NM_SETTING_IP6_CONFIG_METHOD_AUTO, NULL); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_verifies_without_normalization(connection); _writer_new_connection(connection, TEST_SCRATCH_DIR, &testfile); @@ -10064,8 +10054,6 @@ test_sriov_write(void) NM_TERNARY_TRUE, NULL); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_verifies_without_normalization(connection); _writer_new_connec_exp(connection, @@ -10159,8 +10147,6 @@ test_tc_write_empty(void) _nm_connection_new_setting(connection, NM_TYPE_SETTING_TC_CONFIG); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_verifies_without_normalization(connection); _writer_new_connec_exp(connection, @@ -10237,8 +10223,6 @@ test_tc_write(void) nm_setting_tc_config_add_tfilter(s_tc, tfilter); nm_tc_tfilter_unref(tfilter); - _nm_connection_new_setting(connection, NM_TYPE_SETTING_PROXY); - nmtst_assert_connection_verifies_without_normalization(connection); _writer_new_connec_exp(connection, diff --git a/src/core/settings/plugins/keyfile/tests/test-keyfile-settings.c b/src/core/settings/plugins/keyfile/tests/test-keyfile-settings.c index 83019babb1..303562d396 100644 --- a/src/core/settings/plugins/keyfile/tests/test-keyfile-settings.c +++ b/src/core/settings/plugins/keyfile/tests/test-keyfile-settings.c @@ -84,20 +84,11 @@ assert_reread(NMConnection *connection, gboolean normalize_connection, const cha { gs_unref_object NMConnection *reread = NULL; gs_unref_object NMConnection *connection_clone = NULL; - NMSettingConnection *s_con; g_assert(NM_IS_CONNECTION(connection)); reread = keyfile_read_connection_from_file(testfile); - if (!normalize_connection && (s_con = nm_connection_get_setting_connection(connection)) - && !nm_setting_connection_get_master(s_con) - && !nm_connection_get_setting_proxy(connection)) { - connection_clone = nmtst_clone_connection(connection); - connection = connection_clone; - nm_connection_add_setting(connection, nm_setting_proxy_new()); - } - nmtst_assert_connection_equals(connection, normalize_connection, reread, FALSE); } diff --git a/src/libnm-core-impl/nm-connection.c b/src/libnm-core-impl/nm-connection.c index 3a9eda0e18..26ad3ff248 100644 --- a/src/libnm-core-impl/nm-connection.c +++ b/src/libnm-core-impl/nm-connection.c @@ -1315,13 +1315,7 @@ _normalize_ip_config(NMConnection *self, GHashTable *parameters) } } - if (_supports_addr_family(self, AF_UNSPEC)) { - if (!s_proxy) { - setting = nm_setting_proxy_new(); - nm_connection_add_setting(self, setting); - changed = TRUE; - } - } else { + if (!_supports_addr_family(self, AF_UNSPEC)) { if (s_proxy) { nm_connection_remove_setting(self, NM_TYPE_SETTING_PROXY); changed = TRUE; @@ -1889,19 +1883,7 @@ _nm_connection_verify(NMConnection *connection, GError **error) } } - if (_supports_addr_family(connection, AF_UNSPEC)) { - if (!s_proxy && normalizable_error_type == NM_SETTING_VERIFY_SUCCESS) { - g_set_error_literal(&normalizable_error, - NM_CONNECTION_ERROR, - NM_CONNECTION_ERROR_MISSING_SETTING, - _("setting is required for non-slave connections")); - g_prefix_error(&normalizable_error, "%s: ", NM_SETTING_PROXY_SETTING_NAME); - - /* having a master without proxy config was not a verify() error, accept - * it for backward compatibility. */ - normalizable_error_type = NM_SETTING_VERIFY_NORMALIZABLE; - } - } else { + if (!_supports_addr_family(connection, AF_UNSPEC)) { if (s_proxy) { g_clear_error(&normalizable_error); g_set_error_literal(&normalizable_error, diff --git a/src/libnm-core-impl/tests/test-general.c b/src/libnm-core-impl/tests/test-general.c index f6684bfbc8..ae28928e97 100644 --- a/src/libnm-core-impl/tests/test-general.c +++ b/src/libnm-core-impl/tests/test-general.c @@ -6248,7 +6248,6 @@ test_connection_normalize_gateway_never_default(void) nm_connection_add_setting(con, (NMSetting *) s_ip4); nm_connection_add_setting(con, (NMSetting *) s_ip6); - nm_connection_add_setting(con, nm_setting_proxy_new()); nmtst_assert_connection_verifies_without_normalization(con); g_assert_cmpstr("1.1.1.254", ==, nm_setting_ip_config_get_gateway(s_ip4)); @@ -6293,7 +6292,7 @@ test_connection_normalize_may_fail(void) nm_connection_add_setting(con, (NMSetting *) s_ip4); nm_connection_add_setting(con, (NMSetting *) s_ip6); - nmtst_assert_connection_verifies_and_normalizable(con); + nmtst_assert_connection_verifies_without_normalization(con); /* Now set method=disabled/ignore and check that may-fail becomes TRUE * after normalization @@ -6335,7 +6334,7 @@ test_connection_normalize_shared_addresses(void) nm_connection_add_setting(con, (NMSetting *) s_ip4); nm_connection_add_setting(con, (NMSetting *) s_ip6); - nmtst_assert_connection_verifies_and_normalizable(con); + nmtst_assert_connection_verifies_without_normalization(con); /* Now we add other addresses and check that they are * removed during normalization @@ -6547,7 +6546,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da NM_SETTING_CONNECTION_SETTING_NAME, NM_SETTING_IP4_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_SETTING_NAME, - NM_SETTING_PROXY_SETTING_NAME, NM_SETTING_OVS_INTERFACE_SETTING_NAME); g_assert(s_con == nm_connection_get_setting_connection(con)); g_assert(s_ovs_if == nm_connection_get_setting_ovs_interface(con)); @@ -6571,7 +6569,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da NM_SETTING_CONNECTION_SETTING_NAME, NM_SETTING_IP4_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_SETTING_NAME, - NM_SETTING_PROXY_SETTING_NAME, NM_SETTING_OVS_INTERFACE_SETTING_NAME); g_assert(s_con == nm_connection_get_setting_connection(con)); g_assert(s_ovs_if == nm_connection_get_setting_ovs_interface(con)); @@ -6591,7 +6588,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da NM_SETTING_CONNECTION_SETTING_NAME, NM_SETTING_IP4_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_SETTING_NAME, - NM_SETTING_PROXY_SETTING_NAME, NM_SETTING_OVS_INTERFACE_SETTING_NAME); g_assert(s_con == nm_connection_get_setting_connection(con)); g_assert(s_ovs_if == nm_connection_get_setting_ovs_interface(con)); @@ -6610,7 +6606,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da g_object_set(s_ovs_if, NM_SETTING_OVS_INTERFACE_TYPE, "internal", NULL); nm_connection_add_setting(con, nm_setting_ip4_config_new()); nm_connection_add_setting(con, nm_setting_ip6_config_new()); - nm_connection_add_setting(con, nm_setting_proxy_new()); s_ip4 = NM_SETTING_IP4_CONFIG(nm_connection_get_setting_ip4_config(con)); s_ip6 = NM_SETTING_IP6_CONFIG(nm_connection_get_setting_ip6_config(con)); g_object_set(s_ip4, NM_SETTING_IP_CONFIG_METHOD, "auto", NULL); @@ -6620,7 +6615,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da NM_SETTING_CONNECTION_SETTING_NAME, NM_SETTING_IP4_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_SETTING_NAME, - NM_SETTING_PROXY_SETTING_NAME, NM_SETTING_OVS_INTERFACE_SETTING_NAME); break; case 6: @@ -6637,7 +6631,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da NM_SETTING_CONNECTION_SETTING_NAME, NM_SETTING_IP4_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_SETTING_NAME, - NM_SETTING_PROXY_SETTING_NAME, NM_SETTING_OVS_INTERFACE_SETTING_NAME); g_assert(s_con == nm_connection_get_setting_connection(con)); g_assert(s_ovs_if == nm_connection_get_setting_ovs_interface(con)); @@ -6729,7 +6722,6 @@ test_connection_normalize_ovs_interface_type_ovs_interface(gconstpointer test_da NM_SETTING_CONNECTION_SETTING_NAME, NM_SETTING_IP4_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_SETTING_NAME, - NM_SETTING_PROXY_SETTING_NAME, NM_SETTING_OVS_INTERFACE_SETTING_NAME, NM_SETTING_OVS_PATCH_SETTING_NAME); g_assert(s_con == nm_connection_get_setting_connection(con)); diff --git a/src/libnm-core-impl/tests/test-keyfile.c b/src/libnm-core-impl/tests/test-keyfile.c index c163c4293b..44ed1fbcde 100644 --- a/src/libnm-core-impl/tests/test-keyfile.c +++ b/src/libnm-core-impl/tests/test-keyfile.c @@ -193,17 +193,6 @@ _nm_keyfile_read(GKeyFile *keyfile, nmtst_assert_connection_verifies_after_normalization(con, 0, 0); nmtst_connection_normalize(con); } else { - { - NMSettingConnection *s_con; - - /* a non-slave connection must have a proxy setting, but - * keyfile reader does not add that (unless a [proxy] section - * is present. */ - s_con = nm_connection_get_setting_connection(con); - if (s_con && !nm_setting_connection_get_master(s_con) - && !nm_connection_get_setting_proxy(con)) - nm_connection_add_setting(con, nm_setting_proxy_new()); - } nmtst_assert_connection_verifies_without_normalization(con); } return con; diff --git a/src/libnm-core-impl/tests/test-setting.c b/src/libnm-core-impl/tests/test-setting.c index de60afd1cb..668c375d4a 100644 --- a/src/libnm-core-impl/tests/test-setting.c +++ b/src/libnm-core-impl/tests/test-setting.c @@ -3598,8 +3598,6 @@ test_roundtrip_conversion(gconstpointer test_data) "[ipv6]\n" "addr-gen-mode=default\n" "method=auto\n" - "\n" - "[proxy]\n" "", ID, UUID, @@ -3662,8 +3660,6 @@ test_roundtrip_conversion(gconstpointer test_data) "[ipv6]\n" "addr-gen-mode=default\n" "method=disabled\n" - "\n" - "[proxy]\n" "", ID, UUID, @@ -3716,8 +3712,6 @@ test_roundtrip_conversion(gconstpointer test_data) "[ipv6]\n" "addr-gen-mode=default\n" "method=disabled\n" - "\n" - "[proxy]\n" "", ID, UUID, @@ -3800,8 +3794,6 @@ test_roundtrip_conversion(gconstpointer test_data) "routing-rule1=priority 1 from ::/0 table 1000\n" "routing-rule2=priority 2 from 1:2:3:b::/65 table 1001\n" "routing-rule3=priority 3 from 1:2:3:c::/66 table 1002\n" - "\n" - "[proxy]\n" "", ID, UUID, diff --git a/src/tests/client/test-client.check-on-disk/test_003.expected b/src/tests/client/test-client.check-on-disk/test_003.expected index a48c23c1ab..243022074d 100644 --- a/src/tests/client/test-client.check-on-disk/test_003.expected +++ b/src/tests/client/test-client.check-on-disk/test_003.expected @@ -182,12 +182,12 @@ id path uuid <<< -size: 4990 +size: 4816 location: src/tests/client/test-client.py:test_003()/14 cmd: $NMCLI con s con-gsm1 lang: C returncode: 0 -stdout: 4857 bytes +stdout: 4683 bytes >>> connection.id: con-gsm1 connection.uuid: UUID-con-gsm1-REPLACED-REPLACED-REPL @@ -291,18 +291,14 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: auto -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 5028 +size: 4853 location: src/tests/client/test-client.py:test_003()/15 cmd: $NMCLI con s con-gsm1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4885 bytes +stdout: 4710 bytes >>> connection.id: con-gsm1 connection.uuid: UUID-con-gsm1-REPLACED-REPLACED-REPL @@ -406,48 +402,42 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: automatyczne -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 499 +size: 483 location: src/tests/client/test-client.py:test_003()/16 cmd: $NMCLI -g all con s con-gsm1 lang: C returncode: 0 -stdout: 360 bytes +stdout: 344 bytes >>> connection:con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL::gsm::no:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::: :0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: serial:5:8:even:1:100 gsm:no::::0:xyz.con-gsm1:::0:no::::auto -proxy:none:no:: <<< -size: 509 +size: 493 location: src/tests/client/test-client.py:test_003()/17 cmd: $NMCLI -g all con s con-gsm1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 360 bytes +stdout: 344 bytes >>> connection:con-gsm1:UUID-con-gsm1-REPLACED-REPLACED-REPL::gsm::no:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::: :0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: serial:5:8:even:1:100 gsm:no::::0:xyz.con-gsm1:::0:no::::auto -proxy:none:no:: <<< -size: 4978 +size: 4804 location: src/tests/client/test-client.py:test_003()/18 cmd: $NMCLI con s con-gsm2 lang: C returncode: 0 -stdout: 4845 bytes +stdout: 4671 bytes >>> connection.id: con-gsm2 connection.uuid: UUID-con-gsm2-REPLACED-REPLACED-REPL @@ -551,18 +541,14 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: auto -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 5016 +size: 4841 location: src/tests/client/test-client.py:test_003()/19 cmd: $NMCLI con s con-gsm2 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4873 bytes +stdout: 4698 bytes >>> connection.id: con-gsm2 connection.uuid: UUID-con-gsm2-REPLACED-REPLACED-REPL @@ -666,48 +652,42 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: automatyczne -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 487 +size: 471 location: src/tests/client/test-client.py:test_003()/20 cmd: $NMCLI -g all con s con-gsm2 lang: C returncode: 0 -stdout: 348 bytes +stdout: 332 bytes >>> connection:con-gsm2:UUID-con-gsm2-REPLACED-REPLACED-REPL::gsm::no:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::: :0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: serial:5:8:even:1:100 gsm:no::::0::::0:no::::auto -proxy:none:no:: <<< -size: 497 +size: 481 location: src/tests/client/test-client.py:test_003()/21 cmd: $NMCLI -g all con s con-gsm2 lang: pl_PL.UTF-8 returncode: 0 -stdout: 348 bytes +stdout: 332 bytes >>> connection:con-gsm2:UUID-con-gsm2-REPLACED-REPLACED-REPL::gsm::no:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::: :0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: serial:5:8:even:1:100 gsm:no::::0::::0:no::::auto -proxy:none:no:: <<< -size: 4978 +size: 4804 location: src/tests/client/test-client.py:test_003()/22 cmd: $NMCLI con s con-gsm3 lang: C returncode: 0 -stdout: 4845 bytes +stdout: 4671 bytes >>> connection.id: con-gsm3 connection.uuid: UUID-con-gsm3-REPLACED-REPLACED-REPL @@ -811,18 +791,14 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: auto -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 5016 +size: 4841 location: src/tests/client/test-client.py:test_003()/23 cmd: $NMCLI con s con-gsm3 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4873 bytes +stdout: 4698 bytes >>> connection.id: con-gsm3 connection.uuid: UUID-con-gsm3-REPLACED-REPLACED-REPL @@ -926,40 +902,34 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: automatyczne -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 488 +size: 472 location: src/tests/client/test-client.py:test_003()/24 cmd: $NMCLI -g all con s con-gsm3 lang: C returncode: 0 -stdout: 349 bytes +stdout: 333 bytes >>> connection:con-gsm3:UUID-con-gsm3-REPLACED-REPLACED-REPL::gsm::no:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::: :0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: serial:5:8:even:1:100 gsm:no::::0: :::0:no::::auto -proxy:none:no:: <<< -size: 498 +size: 482 location: src/tests/client/test-client.py:test_003()/25 cmd: $NMCLI -g all con s con-gsm3 lang: pl_PL.UTF-8 returncode: 0 -stdout: 349 bytes +stdout: 333 bytes >>> connection:con-gsm3:UUID-con-gsm3-REPLACED-REPLACED-REPL::gsm::no:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::: :0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: serial:5:8:even:1:100 gsm:no::::0: :::0:no::::auto -proxy:none:no:: <<< size: 251 @@ -1102,12 +1072,12 @@ UUID NAME UUID-ethernet-REPLACED-REPLACED-REPL ethernet <<< -size: 4816 +size: 4642 location: src/tests/client/test-client.py:test_003()/37 cmd: $NMCLI -f ALL con s ethernet lang: C returncode: 0 -stdout: 4676 bytes +stdout: 4502 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1207,18 +1177,14 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4852 +size: 4677 location: src/tests/client/test-client.py:test_003()/38 cmd: $NMCLI -f ALL con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4702 bytes +stdout: 4527 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1318,10 +1284,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 198 @@ -1344,12 +1306,12 @@ stdout: 51 bytes GENERAL.STATE: aktywowano <<< -size: 5518 +size: 5344 location: src/tests/client/test-client.py:test_003()/41 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 5385 bytes +stdout: 5211 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1449,10 +1411,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -1468,12 +1426,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5558 +size: 5383 location: src/tests/client/test-client.py:test_003()/42 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5415 bytes +stdout: 5240 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1573,10 +1531,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -2078,12 +2032,12 @@ UUID NAME UUID-ethernet-REPLACED-REPLACED-REPL ethernet <<< -size: 4816 +size: 4642 location: src/tests/client/test-client.py:test_003()/62 cmd: $NMCLI -f ALL con s ethernet lang: C returncode: 0 -stdout: 4676 bytes +stdout: 4502 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2183,18 +2137,14 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4852 +size: 4677 location: src/tests/client/test-client.py:test_003()/63 cmd: $NMCLI -f ALL con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4702 bytes +stdout: 4527 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2294,10 +2244,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 250 @@ -2324,12 +2270,12 @@ GENERAL.STATE: aktywowano GENERAL.STATE: aktywowano <<< -size: 6228 +size: 6054 location: src/tests/client/test-client.py:test_003()/66 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 6095 bytes +stdout: 5921 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2429,10 +2375,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -2462,12 +2404,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 6272 +size: 6097 location: src/tests/client/test-client.py:test_003()/67 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6129 bytes +stdout: 5954 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2567,10 +2509,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -3078,12 +3016,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6231 +size: 6057 location: src/tests/client/test-client.py:test_003()/82 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 6098 bytes +stdout: 5924 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3183,10 +3121,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -3216,12 +3150,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 6276 +size: 6101 location: src/tests/client/test-client.py:test_003()/83 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6133 bytes +stdout: 5958 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3321,10 +3255,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -3354,12 +3284,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5561 +size: 5387 location: src/tests/client/test-client.py:test_003()/84 cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5388 bytes +stdout: 5214 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3459,10 +3389,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -3478,12 +3404,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5602 +size: 5427 location: src/tests/client/test-client.py:test_003()/85 cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5419 bytes +stdout: 5244 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3583,10 +3509,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -3812,12 +3734,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6243 +size: 6069 location: src/tests/client/test-client.py:test_003()/92 cmd: $NMCLI --color yes con s ethernet lang: C returncode: 0 -stdout: 6098 bytes +stdout: 5924 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3917,10 +3839,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -3950,12 +3868,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 6288 +size: 6113 location: src/tests/client/test-client.py:test_003()/93 cmd: $NMCLI --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6133 bytes +stdout: 5958 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -4055,10 +3973,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -4088,12 +4002,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5573 +size: 5399 location: src/tests/client/test-client.py:test_003()/94 cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5388 bytes +stdout: 5214 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -4193,10 +4107,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -4212,12 +4122,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5614 +size: 5439 location: src/tests/client/test-client.py:test_003()/95 cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5419 bytes +stdout: 5244 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -4317,10 +4227,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -4562,12 +4468,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 7484 +size: 7230 location: src/tests/client/test-client.py:test_003()/102 cmd: $NMCLI --pretty con s ethernet lang: C returncode: 0 -stdout: 7341 bytes +stdout: 7087 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -4674,11 +4580,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -4716,12 +4617,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 7550 +size: 7295 location: src/tests/client/test-client.py:test_003()/103 cmd: $NMCLI --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 7397 bytes +stdout: 7142 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -4828,11 +4729,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -4870,12 +4766,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6502 +size: 6248 location: src/tests/client/test-client.py:test_003()/104 cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 6319 bytes +stdout: 6065 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -4982,11 +4878,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -5006,12 +4897,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6556 +size: 6301 location: src/tests/client/test-client.py:test_003()/105 cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6363 bytes +stdout: 6108 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -5118,11 +5009,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -5392,12 +5278,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 7496 +size: 7242 location: src/tests/client/test-client.py:test_003()/112 cmd: $NMCLI --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 7341 bytes +stdout: 7087 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -5504,11 +5390,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -5546,12 +5427,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 7562 +size: 7307 location: src/tests/client/test-client.py:test_003()/113 cmd: $NMCLI --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 7397 bytes +stdout: 7142 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -5658,11 +5539,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -5700,12 +5576,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6514 +size: 6260 location: src/tests/client/test-client.py:test_003()/114 cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 6319 bytes +stdout: 6065 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -5812,11 +5688,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -5836,12 +5707,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6568 +size: 6313 location: src/tests/client/test-client.py:test_003()/115 cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6363 bytes +stdout: 6108 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -5948,11 +5819,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -6202,12 +6068,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 3333 +size: 3260 location: src/tests/client/test-client.py:test_003()/122 cmd: $NMCLI --terse con s ethernet lang: C returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6307,10 +6173,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -6340,12 +6202,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3343 +size: 3270 location: src/tests/client/test-client.py:test_003()/123 cmd: $NMCLI --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6445,10 +6307,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -6478,12 +6336,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2983 +size: 2910 location: src/tests/client/test-client.py:test_003()/124 cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6583,10 +6441,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -6602,12 +6456,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2993 +size: 2920 location: src/tests/client/test-client.py:test_003()/125 cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6707,10 +6561,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -6932,12 +6782,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 3345 +size: 3272 location: src/tests/client/test-client.py:test_003()/132 cmd: $NMCLI --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -7037,10 +6887,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -7070,12 +6916,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3355 +size: 3282 location: src/tests/client/test-client.py:test_003()/133 cmd: $NMCLI --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -7175,10 +7021,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -7208,12 +7050,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2995 +size: 2922 location: src/tests/client/test-client.py:test_003()/134 cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -7313,10 +7155,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -7332,12 +7170,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3005 +size: 2932 location: src/tests/client/test-client.py:test_003()/135 cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -7437,10 +7275,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -7666,12 +7500,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 4181 +size: 4080 location: src/tests/client/test-client.py:test_003()/142 cmd: $NMCLI --mode tabular con s ethernet lang: C returncode: 0 -stdout: 4032 bytes +stdout: 3931 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7685,9 +7519,6 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 eth1 activated no no -- no /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- @@ -7697,12 +7528,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac <<< -size: 4231 +size: 4130 location: src/tests/client/test-client.py:test_003()/143 cmd: $NMCLI --mode tabular con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4072 bytes +stdout: 3971 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7716,9 +7547,6 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 eth1 aktywowano nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- @@ -7728,12 +7556,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza <<< -size: 3719 +size: 3618 location: src/tests/client/test-client.py:test_003()/144 cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 3530 bytes +stdout: 3429 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7747,20 +7575,17 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- <<< -size: 3767 +size: 3666 location: src/tests/client/test-client.py:test_003()/145 cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3568 bytes +stdout: 3467 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7774,9 +7599,6 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- @@ -7918,12 +7740,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 4193 +size: 4092 location: src/tests/client/test-client.py:test_003()/152 cmd: $NMCLI --mode tabular --color yes con s ethernet lang: C returncode: 0 -stdout: 4032 bytes +stdout: 3931 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7937,9 +7759,6 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 eth1 activated no no -- no /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- @@ -7949,12 +7768,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac <<< -size: 4243 +size: 4142 location: src/tests/client/test-client.py:test_003()/153 cmd: $NMCLI --mode tabular --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4072 bytes +stdout: 3971 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7968,9 +7787,6 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 eth1 aktywowano nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- @@ -7980,12 +7796,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza <<< -size: 3731 +size: 3630 location: src/tests/client/test-client.py:test_003()/154 cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 3530 bytes +stdout: 3429 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -7999,20 +7815,17 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- <<< -size: 3779 +size: 3678 location: src/tests/client/test-client.py:test_003()/155 cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3568 bytes +stdout: 3467 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -8026,9 +7839,6 @@ ipv4 auto -- -- -- 0 -- -- -- name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail required-timeout ip6-privacy addr-gen-mode ra-timeout mtu dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags auto-route-ext-gw token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/6 -- -- @@ -8186,12 +7996,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6743 +size: 6591 location: src/tests/client/test-client.py:test_003()/162 cmd: $NMCLI --mode tabular --pretty con s ethernet lang: C returncode: 0 -stdout: 6585 bytes +stdout: 6433 bytes >>> ========================================= Connection profile details (ethernet) @@ -8212,10 +8022,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) ==================================================================== @@ -8233,12 +8039,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac <<< -size: 6873 +size: 6721 location: src/tests/client/test-client.py:test_003()/163 cmd: $NMCLI --mode tabular --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6705 bytes +stdout: 6553 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -8259,10 +8065,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =========================================================================== @@ -8280,12 +8082,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza <<< -size: 5825 +size: 5673 location: src/tests/client/test-client.py:test_003()/164 cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5627 bytes +stdout: 5475 bytes >>> ========================================= Connection profile details (ethernet) @@ -8306,10 +8108,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) ==================================================================== @@ -8319,12 +8117,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac <<< -size: 5927 +size: 5775 location: src/tests/client/test-client.py:test_003()/165 cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5719 bytes +stdout: 5567 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -8345,10 +8143,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =========================================================================== @@ -8534,12 +8328,12 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6755 +size: 6603 location: src/tests/client/test-client.py:test_003()/172 cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 6585 bytes +stdout: 6433 bytes >>> ========================================= Connection profile details (ethernet) @@ -8560,10 +8354,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) ==================================================================== @@ -8581,12 +8371,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac <<< -size: 6885 +size: 6733 location: src/tests/client/test-client.py:test_003()/173 cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6705 bytes +stdout: 6553 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -8607,10 +8397,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =========================================================================== @@ -8628,12 +8414,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deza <<< -size: 5837 +size: 5685 location: src/tests/client/test-client.py:test_003()/174 cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5627 bytes +stdout: 5475 bytes >>> ========================================= Connection profile details (ethernet) @@ -8654,10 +8440,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (default) -1 (unknown) default 0 (default) auto -- -- 0 (default) yes -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) ==================================================================== @@ -8667,12 +8449,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 eth0 deac <<< -size: 5939 +size: 5787 location: src/tests/client/test-client.py:test_003()/175 cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5719 bytes +stdout: 5567 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -8693,10 +8475,6 @@ name method dns dns-search dns-options dns-priority addresses gateway ro ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (default) -1 (unknown) default 0 (default) automatyczne -- -- 0 (default) tak -- 0x0 (none) -1 (default) -- -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =========================================================================== @@ -8862,67 +8640,63 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 881 +size: 865 location: src/tests/client/test-client.py:test_003()/182 cmd: $NMCLI --mode tabular --terse con s ethernet lang: C returncode: 0 -stdout: 725 bytes +stdout: 709 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/6:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/6:: <<< -size: 891 +size: 875 location: src/tests/client/test-client.py:test_003()/183 cmd: $NMCLI --mode tabular --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 725 bytes +stdout: 709 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/6:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/6:: <<< -size: 729 +size: 713 location: src/tests/client/test-client.py:test_003()/184 cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 533 bytes +stdout: 517 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -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/6:: <<< -size: 739 +size: 723 location: src/tests/client/test-client.py:test_003()/185 cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 533 bytes +stdout: 517 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -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/6:: <<< @@ -9024,67 +8798,63 @@ UUID-con-gsm3-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 893 +size: 877 location: src/tests/client/test-client.py:test_003()/192 cmd: $NMCLI --mode tabular --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 725 bytes +stdout: 709 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/6:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/6:: <<< -size: 903 +size: 887 location: src/tests/client/test-client.py:test_003()/193 cmd: $NMCLI --mode tabular --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 725 bytes +stdout: 709 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/6:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/6:: <<< -size: 741 +size: 725 location: src/tests/client/test-client.py:test_003()/194 cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 533 bytes +stdout: 517 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -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/6:: <<< -size: 751 +size: 735 location: src/tests/client/test-client.py:test_003()/195 cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 533 bytes +stdout: 517 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 802-3-ethernet::0::no:::::auto::::default::-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: -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/6:: <<< @@ -9394,12 +9164,12 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE: ethernet <<< -size: 6249 +size: 6075 location: src/tests/client/test-client.py:test_003()/202 cmd: $NMCLI --mode multiline con s ethernet lang: C returncode: 0 -stdout: 6098 bytes +stdout: 5924 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9499,10 +9269,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -9532,12 +9298,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 6294 +size: 6119 location: src/tests/client/test-client.py:test_003()/203 cmd: $NMCLI --mode multiline con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6133 bytes +stdout: 5958 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9637,10 +9403,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -9670,12 +9432,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5579 +size: 5405 location: src/tests/client/test-client.py:test_003()/204 cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5388 bytes +stdout: 5214 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9775,10 +9537,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -9794,12 +9552,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5620 +size: 5445 location: src/tests/client/test-client.py:test_003()/205 cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5419 bytes +stdout: 5244 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9899,10 +9657,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -10332,12 +10086,12 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE: ethernet <<< -size: 6261 +size: 6087 location: src/tests/client/test-client.py:test_003()/212 cmd: $NMCLI --mode multiline --color yes con s ethernet lang: C returncode: 0 -stdout: 6098 bytes +stdout: 5924 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -10437,10 +10191,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -10470,12 +10220,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 6306 +size: 6131 location: src/tests/client/test-client.py:test_003()/213 cmd: $NMCLI --mode multiline --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6133 bytes +stdout: 5958 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -10575,10 +10325,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth1 @@ -10608,12 +10354,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5591 +size: 5417 location: src/tests/client/test-client.py:test_003()/214 cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5388 bytes +stdout: 5214 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -10713,10 +10459,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -10732,12 +10474,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5632 +size: 5457 location: src/tests/client/test-client.py:test_003()/215 cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5419 bytes +stdout: 5244 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -10837,10 +10579,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: ethernet GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES: eth0 @@ -11308,12 +11046,12 @@ TYPE: ethernet ------------------------------------------------------------------------------- <<< -size: 7501 +size: 7247 location: src/tests/client/test-client.py:test_003()/222 cmd: $NMCLI --mode multiline --pretty con s ethernet lang: C returncode: 0 -stdout: 7341 bytes +stdout: 7087 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -11420,11 +11158,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -11462,12 +11195,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 7567 +size: 7312 location: src/tests/client/test-client.py:test_003()/223 cmd: $NMCLI --mode multiline --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 7397 bytes +stdout: 7142 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -11574,11 +11307,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -11616,12 +11344,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6519 +size: 6265 location: src/tests/client/test-client.py:test_003()/224 cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 6319 bytes +stdout: 6065 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -11728,11 +11456,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -11752,12 +11475,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6573 +size: 6318 location: src/tests/client/test-client.py:test_003()/225 cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6363 bytes +stdout: 6108 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -11864,11 +11587,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -12364,12 +12082,12 @@ TYPE: ethernet ------------------------------------------------------------------------------- <<< -size: 7513 +size: 7259 location: src/tests/client/test-client.py:test_003()/232 cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 7341 bytes +stdout: 7087 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -12476,11 +12194,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -12518,12 +12231,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 7579 +size: 7324 location: src/tests/client/test-client.py:test_003()/233 cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 7397 bytes +stdout: 7142 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -12630,11 +12343,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -12672,12 +12380,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6531 +size: 6277 location: src/tests/client/test-client.py:test_003()/234 cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 6319 bytes +stdout: 6065 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -12784,11 +12492,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -12808,12 +12511,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6585 +size: 6330 location: src/tests/client/test-client.py:test_003()/235 cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6363 bytes +stdout: 6108 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -12920,11 +12623,6 @@ ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL) =============================================================================== @@ -13382,12 +13080,12 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE:802-3-ethernet <<< -size: 3350 +size: 3277 location: src/tests/client/test-client.py:test_003()/242 cmd: $NMCLI --mode multiline --terse con s ethernet lang: C returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -13487,10 +13185,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -13520,12 +13214,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3360 +size: 3287 location: src/tests/client/test-client.py:test_003()/243 cmd: $NMCLI --mode multiline --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -13625,10 +13319,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -13658,12 +13348,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3000 +size: 2927 location: src/tests/client/test-client.py:test_003()/244 cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -13763,10 +13453,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -13782,12 +13468,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3010 +size: 2937 location: src/tests/client/test-client.py:test_003()/245 cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -13887,10 +13573,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -14320,12 +14002,12 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE:802-3-ethernet <<< -size: 3362 +size: 3289 location: src/tests/client/test-client.py:test_003()/252 cmd: $NMCLI --mode multiline --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -14425,10 +14107,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -14458,12 +14136,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3372 +size: 3299 location: src/tests/client/test-client.py:test_003()/253 cmd: $NMCLI --mode multiline --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3191 bytes +stdout: 3118 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -14563,10 +14241,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth1 @@ -14596,12 +14270,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3012 +size: 2939 location: src/tests/client/test-client.py:test_003()/254 cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -14701,10 +14375,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 @@ -14720,12 +14390,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3022 +size: 2949 location: src/tests/client/test-client.py:test_003()/255 cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2801 bytes +stdout: 2728 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -14825,10 +14495,6 @@ ipv6.dhcp-hostname: ipv6.dhcp-hostname-flags:0x0 ipv6.auto-route-ext-gw:-1 ipv6.token: -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:ethernet GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL GENERAL.DEVICES:eth0 diff --git a/src/tests/client/test-client.check-on-disk/test_004.expected b/src/tests/client/test-client.check-on-disk/test_004.expected index b8d3478698..213b4f58f2 100644 --- a/src/tests/client/test-client.check-on-disk/test_004.expected +++ b/src/tests/client/test-client.check-on-disk/test_004.expected @@ -58,12 +58,12 @@ 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: 5058 +size: 4884 location: src/tests/client/test-client.py:test_004()/8 cmd: $NMCLI con s con-xx1 lang: C returncode: 0 -stdout: 4927 bytes +stdout: 4753 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -166,18 +166,14 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 5094 +size: 4919 location: src/tests/client/test-client.py:test_004()/9 cmd: $NMCLI con s con-xx1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4953 bytes +stdout: 4778 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -280,10 +276,6 @@ ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 319 @@ -322,12 +314,12 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn -- con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi -- <<< -size: 4472 +size: 4298 location: src/tests/client/test-client.py:test_004()/13 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4338 bytes +stdout: 4164 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -418,18 +410,14 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4500 +size: 4325 location: src/tests/client/test-client.py:test_004()/14 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4356 bytes +stdout: 4181 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -520,10 +508,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 238 @@ -598,12 +582,12 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0 con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet -- <<< -size: 5600 +size: 5426 location: src/tests/client/test-client.py:test_004()/21 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 5466 bytes +stdout: 5292 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -694,10 +678,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -721,12 +701,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5634 +size: 5459 location: src/tests/client/test-client.py:test_004()/22 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5490 bytes +stdout: 5315 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -817,10 +797,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -926,12 +902,12 @@ Strony podręcznika nmcli(1) i nmcli-examples(7) zawierają pełne informacje o użyciu. <<< -size: 5606 +size: 5432 location: src/tests/client/test-client.py:test_004()/25 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1022,10 +998,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -1049,12 +1021,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5644 +size: 5469 location: src/tests/client/test-client.py:test_004()/26 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1145,10 +1117,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -1172,12 +1140,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5606 +size: 5432 location: src/tests/client/test-client.py:test_004()/27 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1268,10 +1236,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -1295,12 +1259,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5644 +size: 5469 location: src/tests/client/test-client.py:test_004()/28 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1391,10 +1355,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -1418,12 +1378,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4479 +size: 4305 location: src/tests/client/test-client.py:test_004()/29 cmd: $NMCLI -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4338 bytes +stdout: 4164 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1514,18 +1474,14 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4507 +size: 4332 location: src/tests/client/test-client.py:test_004()/30 cmd: $NMCLI -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4356 bytes +stdout: 4181 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1616,10 +1572,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 474 @@ -4216,12 +4168,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 5618 +size: 5444 location: src/tests/client/test-client.py:test_004()/75 cmd: $NMCLI --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4312,10 +4264,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -4339,12 +4287,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5656 +size: 5481 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 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4435,10 +4383,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -4462,12 +4406,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5618 +size: 5444 location: src/tests/client/test-client.py:test_004()/77 cmd: $NMCLI --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4558,10 +4502,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -4585,12 +4525,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5656 +size: 5481 location: src/tests/client/test-client.py:test_004()/78 cmd: $NMCLI --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4681,10 +4621,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -4708,12 +4644,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4491 +size: 4317 location: src/tests/client/test-client.py:test_004()/79 cmd: $NMCLI --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4338 bytes +stdout: 4164 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4804,18 +4740,14 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4519 +size: 4344 location: src/tests/client/test-client.py:test_004()/80 cmd: $NMCLI --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4356 bytes +stdout: 4181 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4906,10 +4838,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 486 @@ -7506,12 +7434,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 6627 +size: 6373 location: src/tests/client/test-client.py:test_004()/125 cmd: $NMCLI --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -7609,11 +7537,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -7642,12 +7565,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6678 +size: 6423 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 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -7745,11 +7668,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -7778,12 +7696,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6627 +size: 6373 location: src/tests/client/test-client.py:test_004()/127 cmd: $NMCLI --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -7881,11 +7799,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -7914,12 +7827,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6678 +size: 6423 location: src/tests/client/test-client.py:test_004()/128 cmd: $NMCLI --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -8017,11 +7930,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -8050,12 +7958,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5108 +size: 4854 location: src/tests/client/test-client.py:test_004()/129 cmd: $NMCLI --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4957 bytes +stdout: 4703 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -8153,19 +8061,14 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< -size: 5141 +size: 4886 location: src/tests/client/test-client.py:test_004()/130 cmd: $NMCLI --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4980 bytes +stdout: 4725 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -8263,11 +8166,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< size: 783 @@ -11468,12 +11366,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 6639 +size: 6385 location: src/tests/client/test-client.py:test_004()/175 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -11571,11 +11469,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -11604,12 +11497,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6690 +size: 6435 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 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -11707,11 +11600,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -11740,12 +11628,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6639 +size: 6385 location: src/tests/client/test-client.py:test_004()/177 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -11843,11 +11731,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -11876,12 +11759,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6690 +size: 6435 location: src/tests/client/test-client.py:test_004()/178 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -11979,11 +11862,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -12012,12 +11890,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5120 +size: 4866 location: src/tests/client/test-client.py:test_004()/179 cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4957 bytes +stdout: 4703 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -12115,19 +11993,14 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< -size: 5153 +size: 4898 location: src/tests/client/test-client.py:test_004()/180 cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4980 bytes +stdout: 4725 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -12225,11 +12098,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< size: 795 @@ -15430,12 +15298,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 2822 +size: 2749 location: src/tests/client/test-client.py:test_004()/225 cmd: $NMCLI --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15526,10 +15394,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -15553,12 +15417,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2832 +size: 2759 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 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15649,10 +15513,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -15676,12 +15536,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2822 +size: 2749 location: src/tests/client/test-client.py:test_004()/227 cmd: $NMCLI --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15772,10 +15632,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -15799,12 +15655,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2832 +size: 2759 location: src/tests/client/test-client.py:test_004()/228 cmd: $NMCLI --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15895,10 +15751,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -15922,12 +15774,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2247 +size: 2174 location: src/tests/client/test-client.py:test_004()/229 cmd: $NMCLI --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16018,18 +15870,14 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< -size: 2257 +size: 2184 location: src/tests/client/test-client.py:test_004()/230 cmd: $NMCLI --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16120,10 +15968,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< size: 320 @@ -18690,12 +18534,12 @@ connection.type:802-11-wireless connection.interface-name: <<< -size: 2834 +size: 2761 location: src/tests/client/test-client.py:test_004()/275 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18786,10 +18630,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -18813,12 +18653,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2844 +size: 2771 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 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18909,10 +18749,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -18936,12 +18772,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2834 +size: 2761 location: src/tests/client/test-client.py:test_004()/277 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -19032,10 +18868,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -19059,12 +18891,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2844 +size: 2771 location: src/tests/client/test-client.py:test_004()/278 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -19155,10 +18987,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -19182,12 +19010,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2259 +size: 2186 location: src/tests/client/test-client.py:test_004()/279 cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -19278,18 +19106,14 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< -size: 2269 +size: 2196 location: src/tests/client/test-client.py:test_004()/280 cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -19380,10 +19204,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< size: 332 @@ -21950,12 +21770,12 @@ connection.type:802-11-wireless connection.interface-name: <<< -size: 3670 +size: 3569 location: src/tests/client/test-client.py:test_004()/325 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: C returncode: 0 -stdout: 3520 bytes +stdout: 3419 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -21969,9 +21789,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -21979,12 +21796,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3709 +size: 3608 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 -stdout: 3549 bytes +stdout: 3448 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -21998,9 +21815,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -22008,12 +21822,12 @@ 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: 3670 +size: 3569 location: src/tests/client/test-client.py:test_004()/327 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: C returncode: 0 -stdout: 3520 bytes +stdout: 3419 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -22027,9 +21841,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -22037,12 +21848,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3709 +size: 3608 location: src/tests/client/test-client.py:test_004()/328 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3549 bytes +stdout: 3448 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -22056,9 +21867,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -22066,12 +21874,12 @@ 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: 2918 +size: 2817 location: src/tests/client/test-client.py:test_004()/329 cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2761 bytes +stdout: 2660 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -22085,17 +21893,14 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script -proxy none no -- -- - <<< -size: 2946 +size: 2845 location: src/tests/client/test-client.py:test_004()/330 cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2779 bytes +stdout: 2678 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -22109,9 +21914,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script -proxy none nie -- -- - <<< size: 410 @@ -23604,12 +23406,12 @@ interface-name <<< -size: 3682 +size: 3581 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 -stdout: 3520 bytes +stdout: 3419 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -23623,9 +23425,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -23633,12 +23432,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3721 +size: 3620 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 -stdout: 3549 bytes +stdout: 3448 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -23652,9 +23451,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -23662,12 +23458,12 @@ 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: 3682 +size: 3581 location: src/tests/client/test-client.py:test_004()/377 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 3520 bytes +stdout: 3419 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -23681,9 +23477,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script -proxy none no -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -23691,12 +23484,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3721 +size: 3620 location: src/tests/client/test-client.py:test_004()/378 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3549 bytes +stdout: 3448 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -23710,9 +23503,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script -proxy none nie -- -- - GROUP NAME UUID DEVICES IP-IFACE STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH 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 -- -- @@ -23720,12 +23510,12 @@ 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: 2930 +size: 2829 location: src/tests/client/test-client.py:test_004()/379 cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2761 bytes +stdout: 2660 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -23739,17 +23529,14 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script -proxy none no -- -- - <<< -size: 2958 +size: 2857 location: src/tests/client/test-client.py:test_004()/380 cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2779 bytes +stdout: 2678 bytes >>> name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns llmnr dns-over-tls mptcp-flags wait-device-timeout wait-activation-delay connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) -1 (default) -1 (default) 0x0 (default) -1 -1 @@ -23763,9 +23550,6 @@ ipv6 auto -- -- -- 0 -- -- -- name service-type user-name data secrets persistent timeout vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script -proxy none nie -- -- - <<< size: 422 @@ -25258,12 +25042,12 @@ interface-name <<< -size: 5775 +size: 5623 location: src/tests/client/test-client.py:test_004()/425 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5616 bytes +stdout: 5464 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -25284,10 +25068,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) ==================================================================== @@ -25300,12 +25080,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5861 +size: 5709 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 -stdout: 5692 bytes +stdout: 5540 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -25326,10 +25106,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =========================================================================== @@ -25342,12 +25118,12 @@ 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: 5775 +size: 5623 location: src/tests/client/test-client.py:test_004()/427 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5616 bytes +stdout: 5464 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -25368,10 +25144,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) ==================================================================== @@ -25384,12 +25156,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5861 +size: 5709 location: src/tests/client/test-client.py:test_004()/428 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5692 bytes +stdout: 5540 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -25410,10 +25182,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =========================================================================== @@ -25426,12 +25194,12 @@ 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: 4437 +size: 4285 location: src/tests/client/test-client.py:test_004()/429 cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4271 bytes +stdout: 4119 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -25452,18 +25220,14 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - <<< -size: 4484 +size: 4332 location: src/tests/client/test-client.py:test_004()/430 cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4308 bytes +stdout: 4156 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -25484,10 +25248,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - <<< size: 674 @@ -27566,12 +27326,12 @@ interface-name <<< -size: 5787 +size: 5635 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 -stdout: 5616 bytes +stdout: 5464 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -27592,10 +27352,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) ==================================================================== @@ -27608,12 +27364,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5873 +size: 5721 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 -stdout: 5692 bytes +stdout: 5540 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -27634,10 +27390,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =========================================================================== @@ -27650,12 +27402,12 @@ 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: 5787 +size: 5635 location: src/tests/client/test-client.py:test_004()/477 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5616 bytes +stdout: 5464 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -27676,10 +27428,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - ==================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) ==================================================================== @@ -27692,12 +27440,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5873 +size: 5721 location: src/tests/client/test-client.py:test_004()/478 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5692 bytes +stdout: 5540 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -27718,10 +27466,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - =========================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =========================================================================== @@ -27734,12 +27478,12 @@ 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: 4449 +size: 4297 location: src/tests/client/test-client.py:test_004()/479 cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4271 bytes +stdout: 4119 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -27760,18 +27504,14 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 no 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none no -- -- - <<< -size: 4496 +size: 4344 location: src/tests/client/test-client.py:test_004()/480 cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4308 bytes +stdout: 4156 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -27792,10 +27532,6 @@ name service-type user-name data ------------------------------------------------------------------------------------------------------------------------------- vpn org.freedesktop.NetworkManager.openvpn -- key1 = val1, key2 = val2, key3 = val3 nie 0 -name method browser-only pac-url pac-script --------------------------------------------------- -proxy none nie -- -- - <<< size: 686 @@ -29874,96 +29610,90 @@ interface-name <<< -size: 836 +size: 820 location: src/tests/client/test-client.py:test_004()/525 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 846 +size: 830 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 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 836 +size: 820 location: src/tests/client/test-client.py:test_004()/527 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 846 +size: 830 location: src/tests/client/test-client.py:test_004()/528 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 543 +size: 527 location: src/tests/client/test-client.py:test_004()/529 cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 379 bytes +stdout: 363 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: <<< -size: 553 +size: 537 location: src/tests/client/test-client.py:test_004()/530 cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 379 bytes +stdout: 363 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: <<< size: 259 @@ -30812,96 +30542,90 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA <<< -size: 848 +size: 832 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 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 858 +size: 842 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 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 848 +size: 832 location: src/tests/client/test-client.py:test_004()/577 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 858 +size: 842 location: src/tests/client/test-client.py:test_004()/578 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 679 bytes +stdout: 663 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: 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:: VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 555 +size: 539 location: src/tests/client/test-client.py:test_004()/579 cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 379 bytes +stdout: 363 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: <<< -size: 565 +size: 549 location: src/tests/client/test-client.py:test_004()/580 cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 379 bytes +stdout: 363 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1:0x0:-1:-1 ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1:-1::0::-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:-1:default:0:auto:::0:yes::0x0:-1: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 -proxy:none:no:: <<< size: 271 @@ -31750,12 +31474,12 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA <<< -size: 5624 +size: 5450 location: src/tests/client/test-client.py:test_004()/625 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31846,10 +31570,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -31873,12 +31593,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5662 +size: 5487 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 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31969,10 +31689,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -31996,12 +31712,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5624 +size: 5450 location: src/tests/client/test-client.py:test_004()/627 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -32092,10 +31808,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -32119,12 +31831,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5662 +size: 5487 location: src/tests/client/test-client.py:test_004()/628 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -32215,10 +31927,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -32242,12 +31950,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4497 +size: 4323 location: src/tests/client/test-client.py:test_004()/629 cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4338 bytes +stdout: 4164 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -32338,18 +32046,14 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4525 +size: 4350 location: src/tests/client/test-client.py:test_004()/630 cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4356 bytes +stdout: 4181 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -32440,10 +32144,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 492 @@ -35540,12 +35240,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 5636 +size: 5462 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 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35636,10 +35336,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -35663,12 +35359,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5674 +size: 5499 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 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35759,10 +35455,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -35786,12 +35478,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5636 +size: 5462 location: src/tests/client/test-client.py:test_004()/677 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5472 bytes +stdout: 5298 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35882,10 +35574,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -35909,12 +35597,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5674 +size: 5499 location: src/tests/client/test-client.py:test_004()/678 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5500 bytes +stdout: 5325 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -36005,10 +35693,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- GENERAL.NAME: con-vpn-1 GENERAL.UUID: UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES: wlan0 @@ -36032,12 +35716,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4509 +size: 4335 location: src/tests/client/test-client.py:test_004()/679 cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4338 bytes +stdout: 4164 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -36128,18 +35812,14 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: no vpn.timeout: 0 -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- <<< -size: 4537 +size: 4362 location: src/tests/client/test-client.py:test_004()/680 cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4356 bytes +stdout: 4181 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -36230,10 +35910,6 @@ vpn.data: key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent: nie vpn.timeout: 0 -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- <<< size: 504 @@ -39330,12 +39006,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 6644 +size: 6390 location: src/tests/client/test-client.py:test_004()/725 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -39433,11 +39109,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -39466,12 +39137,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6695 +size: 6440 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 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -39569,11 +39240,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -39602,12 +39268,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6644 +size: 6390 location: src/tests/client/test-client.py:test_004()/727 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -39705,11 +39371,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -39738,12 +39399,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6695 +size: 6440 location: src/tests/client/test-client.py:test_004()/728 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -39841,11 +39502,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -39874,12 +39530,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5125 +size: 4871 location: src/tests/client/test-client.py:test_004()/729 cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4957 bytes +stdout: 4703 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -39977,19 +39633,14 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< -size: 5158 +size: 4903 location: src/tests/client/test-client.py:test_004()/730 cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4980 bytes +stdout: 4725 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -40087,11 +39738,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< size: 800 @@ -43822,12 +43468,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 6656 +size: 6402 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 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -43925,11 +43571,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -43958,12 +43599,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6707 +size: 6452 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 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -44061,11 +43702,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -44094,12 +43730,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6656 +size: 6402 location: src/tests/client/test-client.py:test_004()/777 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 6483 bytes +stdout: 6229 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -44197,11 +43833,6 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Active connection details (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -44230,12 +43861,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6707 +size: 6452 location: src/tests/client/test-client.py:test_004()/778 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6524 bytes +stdout: 6269 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -44333,11 +43964,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- =============================================================================== Szczegóły aktywowania połączenia (UUID-con-vpn-1-REPLACED-REPLACED-REP) =============================================================================== @@ -44366,12 +43992,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5137 +size: 4883 location: src/tests/client/test-client.py:test_004()/779 cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4957 bytes +stdout: 4703 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -44469,19 +44095,14 @@ vpn.secrets: vpn.persistent: no vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: no -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< -size: 5170 +size: 4915 location: src/tests/client/test-client.py:test_004()/780 cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4980 bytes +stdout: 4725 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -44579,11 +44200,6 @@ vpn.secrets: vpn.persistent: nie vpn.timeout: 0 ------------------------------------------------------------------------------- -proxy.method: none -proxy.browser-only: nie -proxy.pac-url: -- -proxy.pac-script: -- -------------------------------------------------------------------------------- <<< size: 812 @@ -48314,12 +47930,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 2839 +size: 2766 location: src/tests/client/test-client.py:test_004()/825 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -48410,10 +48026,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -48437,12 +48049,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2849 +size: 2776 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 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -48533,10 +48145,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -48560,12 +48168,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2839 +size: 2766 location: src/tests/client/test-client.py:test_004()/827 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -48656,10 +48264,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -48683,12 +48287,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2849 +size: 2776 location: src/tests/client/test-client.py:test_004()/828 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -48779,10 +48383,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -48806,12 +48406,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2264 +size: 2191 location: src/tests/client/test-client.py:test_004()/829 cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -48902,18 +48502,14 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< -size: 2274 +size: 2201 location: src/tests/client/test-client.py:test_004()/830 cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -49004,10 +48600,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< size: 337 @@ -52104,12 +51696,12 @@ connection.type:802-11-wireless connection.interface-name: <<< -size: 2851 +size: 2778 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 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -52200,10 +51792,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -52227,12 +51815,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2861 +size: 2788 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 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -52323,10 +51911,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -52350,12 +51934,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2851 +size: 2778 location: src/tests/client/test-client.py:test_004()/877 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -52446,10 +52030,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -52473,12 +52053,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2861 +size: 2788 location: src/tests/client/test-client.py:test_004()/878 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2679 bytes +stdout: 2606 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -52569,10 +52149,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: GENERAL.NAME:con-vpn-1 GENERAL.UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP GENERAL.DEVICES:wlan0 @@ -52596,12 +52172,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2276 +size: 2203 location: src/tests/client/test-client.py:test_004()/879 cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -52692,18 +52268,14 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< -size: 2286 +size: 2213 location: src/tests/client/test-client.py:test_004()/880 cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2097 bytes +stdout: 2024 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -52794,10 +52366,6 @@ vpn.data:key1 = val1, key2 = val2, key3 = val3 vpn.secrets: vpn.persistent:no vpn.timeout:0 -proxy.method:none -proxy.browser-only:no -proxy.pac-url: -proxy.pac-script: <<< size: 349 diff --git a/src/tests/client/test-client.check-on-disk/test_offline.expected b/src/tests/client/test-client.check-on-disk/test_offline.expected index fcb59f0e86..d37a95d1b7 100644 --- a/src/tests/client/test-client.check-on-disk/test_offline.expected +++ b/src/tests/client/test-client.check-on-disk/test_offline.expected @@ -8,12 +8,12 @@ stderr: 136 bytes Error: Could not create NMClient object: Key/Value pair 0, 'invalid', in address element 'very:invalid' does not contain an equal sign. <<< -size: 312 +size: 303 location: src/tests/client/test-client.py:test_offline()/2 cmd: $NMCLI --offline c add type ethernet lang: C returncode: 0 -stdout: 162 bytes +stdout: 153 bytes >>> [connection] id=ethernet @@ -29,8 +29,6 @@ method=auto addr-gen-mode=default method=auto -[proxy] - <<< size: 183 location: src/tests/client/test-client.py:test_offline()/3 @@ -62,12 +60,12 @@ stderr: 47 bytes Error: command doesn't support --offline mode. <<< -size: 436 +size: 427 location: src/tests/client/test-client.py:test_offline()/6 cmd: $NMCLI --offline c add type wifi ssid lala 802-1x.eap pwd 802-1x.identity foo 802-1x.password bar lang: C returncode: 0 -stdout: 225 bytes +stdout: 216 bytes >>> [connection] id=wifi @@ -90,15 +88,13 @@ method=auto addr-gen-mode=default method=auto -[proxy] - <<< -size: 474 +size: 465 location: src/tests/client/test-client.py:test_offline()/7 cmd: $NMCLI --offline c add type wifi ssid lala 802-1x.eap pwd 802-1x.identity foo 802-1x.password bar 802-1x.password-flags agent-owned lang: C returncode: 0 -stdout: 229 bytes +stdout: 220 bytes >>> [connection] id=wifi @@ -121,8 +117,6 @@ method=auto addr-gen-mode=default method=auto -[proxy] - <<< size: 199 location: src/tests/client/test-client.py:test_offline()/8 diff --git a/src/tests/client/test-client.py b/src/tests/client/test-client.py index e936c4c452..31929b03f6 100755 --- a/src/tests/client/test-client.py +++ b/src/tests/client/test-client.py @@ -1880,9 +1880,6 @@ class TestNmcli(NmTestBase): nmc.expect("There are 2 optional settings for IPv6 protocol.") nmc.expect("Do you want to provide them\? \(yes/no\) \[yes]") nmc.sendline("no") - nmc.expect("There are 4 optional settings for Proxy.") - nmc.expect("Do you want to provide them\? \(yes/no\) \[yes]") - nmc.sendline("no") nmc.expect("Connection 'ethernet' \(.*\) successfully added.") nmc.expect(pexpect.EOF)