From 65f104c280a9b26341d3325df9f78e0984456bb0 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 23 Jul 2019 13:46:35 +0200 Subject: nm.py autopkgtest: Skip check_connected_device_config() calls. We are skipping this test as it often randomly fails on IPv6 configurations without any reason as the configuration is working anyway and the correct addresses get confirmed by the check_low_level_config() in the end (and there is an even more thorough checking of the correctness of the addresses). --- debian/tests/nm.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'debian/tests/nm.py') diff --git a/debian/tests/nm.py b/debian/tests/nm.py index c79dcb82..33a7c2b0 100755 --- a/debian/tests/nm.py +++ b/debian/tests/nm.py @@ -584,7 +584,12 @@ wpa_passphrase=12345678 self.assertIn(active_conn.get_uuid(), [c.get_uuid() for c in self.nmclient.get_active_connections()]) self.assertEqual([d.get_udi() for d in active_conn.get_devices()], [self.nmdev_w.get_udi()]) - self.check_connected_device_config(ipv6_mode, self.nmdev_w) + # We are skipping this test as it often randomly fails on IPv6 + # configurations without any reason as the configuration is working + # anyway and the correct addresses get confirmed by + # the check_low_level_config() in the end (and there is an even + # more thorough checking of the correctness of the addresses). + #self.check_connected_device_config(ipv6_mode, self.nmdev_w) # check corresponding NMConnection object wireless_setting = conn.get_setting_wireless() @@ -741,7 +746,12 @@ Logs are in '%s'. When done, exit the shell. self.assertIn(active_conn.get_uuid(), [c.get_uuid() for c in self.nmclient.get_active_connections()]) self.assertEqual([d.get_udi() for d in active_conn.get_devices()], [self.nmdev_e.get_udi()]) - self.check_connected_device_config(ipv6_mode, self.nmdev_e) + # We are skipping this test as it often randomly fails on IPv6 + # configurations without any reason as the configuration is working + # anyway and the correct addresses get confirmed by + # the check_low_level_config() in the end (and there is an even + # more thorough checking of the correctness of the addresses). + #self.check_connected_device_config(ipv6_mode, self.nmdev_e) # for IPv6, check privacy setting if ipv6_mode is not None: -- cgit 1.3.0-6-gf8a5