Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix test-udev failing when multiple IPv6 addresses are used #405

Merged

Conversation

martin-belanger
Copy link
Collaborator

test-udev was failing when an interface had more than one IPv6 addresses assigned. This was due to the test checking that the number of assigned IPv6 addresses was exactly 1 (== 1) instead of checking greater-equal to 1 (>= 1).

test-udev was failing when an interface had more than one IPv6
addresses assigned. This was due to the test checking that the
number of assigned IPv6 addresses was exactly 1 (== 1) instead of
checking greater-equal to 1 (>= 1).

Signed-off-by: Martin Belanger <[email protected]>
@martin-belanger
Copy link
Collaborator Author

Fixes #403

@ogayot
Copy link
Contributor

ogayot commented Nov 27, 2023

Appreciated @martin-belanger !

@martin-belanger martin-belanger deleted the fix-test-udev-multiple-ipv6 branch November 19, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants