You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to address various autopkgtest failures in Ubuntu.
Currently, legacy test G6 (from test-udev.py) is consistently failing in our test infrastructure. When running the test locally (i.e., meson test -C build), it succeeds if I only have one IPv6 address but it fails if two addresses are configured on a specific interface
======================================================================
FAIL: test__cid_matches_tid (test-udev.Test.test__cid_matches_tid)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest.2Tar77/autopkgtest_tmp/test/test-udev.py", line 693, in test__cid_matches_tid
self.assertEqual(
AssertionError: False != True : Legacy Test Case G6 failed
I added some debug logs before the failing call to self.assertEqual:
@ogayot - Thanks for reporting this issue Olivier. I was able to reproduce it by assigning a second IPv6 address to one of the interfaces. Let me try to figure out what the problem is, and I'll push a fix as soon as possible.
Hello,
I am trying to address various autopkgtest failures in Ubuntu.
Currently, legacy test G6 (from test-udev.py) is consistently failing in our test infrastructure. When running the test locally (i.e.,
meson test -C build
), it succeeds if I only have one IPv6 address but it fails if two addresses are configured on a specific interfaceI added some debug logs before the failing call to
self.assertEqual
:I am not sure what the tests exactly does. Is this an expected failure? I'm running on a Ubuntu 23.10 host with udev version 253.5.
Thanks,
Olivier
The text was updated successfully, but these errors were encountered: