Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Try harder to figure out whether IPv6 is supported.
Until now, the tests have tried to create an IPv6 socket to figure out whether the system under test supports IPv6. Recently we've seen test failures on Travis which appear to be because, although the system supports IPv6, test programs are not allowed to connect or bind IPv6 addresses. This commit refines the test for IPv6 to also try to bind the IPv6 localhost address, which should convert the test failures to "skip"s. Acked-by: William Tu <[email protected]> Reviewed-by: Greg Rose <[email protected]> Tested-at: https://travis-ci.org/gvrose8192/ovs-experimental Reported-at: travis-ci/travis-ci#8711 Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information