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 <martin.belanger@dell.com>
@martin-belanger martin-belanger merged commit 108fa2d into linux-nvme:main Nov 27, 2023
9 checks passed
@martin-belanger
Copy link
Collaborator Author

Fixes #403

@ogayot
Copy link
Contributor

ogayot commented Nov 27, 2023

Appreciated @martin-belanger !

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.

None yet

2 participants