Re: [ovs-dev] [PATCH 3/4] system-traffic: Wait for IPv6 connectivity.

2016-05-10 Thread Joe Stringer
On 5 May 2016 at 13:04, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme Thanks, applied. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 3/4] system-traffic: Wait for IPv6 connectivity.

2016-05-05 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On May 4, 2016, at 6:01 PM, Joe Stringer wrote: > > 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 e

[ovs-dev] [PATCH 3/4] system-traffic: Wait for IPv6 connectivity.

2016-05-04 Thread Joe Stringer
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