system-traffic: Wait for IPv6 connectivity.
authorJoe Stringer <joe@ovn.org>
Thu, 5 May 2016 01:01:05 +0000 (18:01 -0700)
committerJoe Stringer <joe@ovn.org>
Tue, 10 May 2016 19:54:06 +0000 (12:54 -0700)
commitc10840ff42dae4181e21c406af5e989482051f8d
tree1c0fbb082cada5e67aad9bc36b78e8ea76bb2f89
parentac0b251058b6eabc89793852008f786565a4eeac
system-traffic: Wait for IPv6 connectivity.

Several of the tests have race conditions where the next step in the
test may run before the kernel actually provides IPv6 connectivity.
This causes intermittent testsuite failures. Some existing tests
would even sleep in an attempt to mitigate this issue.

Improve the resilience of these tests by waiting until IPv6 or FTP
connectivity are ready. This speeds the testsuite up by a couple of
percent.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
tests/system-traffic.at