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

Commits on Nov 27, 2023

  1. test: Fix test-udev failing when multiple IPv6 addresses are used

    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 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    66b42bd View commit details
    Browse the repository at this point in the history