
Just found a new failure, I don't remember seeing it - another timing issue? 13:10:47 ====================================================================== 13:10:47 FAIL: test_local_auto_with_static_address_without_ra_server (network.netinfo_test.TestIPv6Addresses) 13:10:47 ---------------------------------------------------------------------- 13:10:47 Traceback (most recent call last): 13:10:47 File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/testValidation.py", line 97, in wrapper 13:10:47 return f(*args, **kwargs) 13:10:47 File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/vdsm/tests/network/netinfo_test.py", line 405, in test_local_auto_with_static_address_without_ra_server 13:10:47 self.assertEqual(1, len(ip_addrs)) 13:10:47 AssertionError: 1 != 2 13:10:47 -------------------- >> begin captured logging << -------------------- 13:10:47 2016-05-29 13:10:39,164 DEBUG [root] (MainThread) /usr/bin/taskset --cpu-list 0-1 /sbin/ip link add name dummy_l0sTK type dummy (cwd None) 13:10:47 2016-05-29 13:10:39,193 DEBUG [root] (MainThread) SUCCESS: <err> = ''; <rc> = 0 13:10:47 2016-05-29 13:10:39,194 DEBUG [root] (MainThread) /usr/bin/taskset --cpu-list 0-1 /sbin/ip -6 addr add dev dummy_l0sTK 2001::88/64 (cwd None) 13:10:47 2016-05-29 13:10:39,236 DEBUG [root] (MainThread) SUCCESS: <err> = ''; <rc> = 0 13:10:47 2016-05-29 13:10:39,242 DEBUG [root] (MainThread) /usr/bin/taskset --cpu-list 0-1 /sbin/ip link del dev dummy_l0sTK (cwd None) 13:10:47 2016-05-29 13:10:39,289 DEBUG [root] (MainThread) SUCCESS: <err> = ''; <rc> = 0 13:10:47 --------------------- >> end captured logging << ---------------------
participants (1)
-
Nir Soffer