[ovs-git] [openvswitch/ovs] 1f3c6b: tests: Try harder to figure out whether IPv6 is su...

GitHub noreply at github.com
Tue Nov 14 18:08:47 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 1f3c6b2d2399be47e63e3e5b65c2dc7efaa09905
      https://github.com/openvswitch/ovs/commit/1f3c6b2d2399be47e63e3e5b65c2dc7efaa09905
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
    M tests/atlocal.in

  Log Message:
  -----------
  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 <u9012063 at gmail.com>
Reviewed-by: Greg Rose <gvrose8192 at gmail.com>
Tested-at: https://travis-ci.org/gvrose8192/ovs-experimental
Reported-at: https://github.com/travis-ci/travis-ci/issues/8711
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list