Closed ogayot closed 11 months ago
@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