Re: [ovs-dev] [PATCH 4/4] system-traffic: Wait for availability of ftpd.

2016-05-10 Thread Joe Stringer
On 5 May 2016 at 13:05, 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 4/4] system-traffic: Wait for availability of ftpd.

2016-05-05 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On May 4, 2016, at 6:01 PM, Joe Stringer wrote: > > Some FTP tests had intermittent failures because the FTP daemons > might not load before the testsuite script iterated to running the > client. Add checks after launching FTP daemons to make these tests more > resil

[ovs-dev] [PATCH 4/4] system-traffic: Wait for availability of ftpd.

2016-05-04 Thread Joe Stringer
Some FTP tests had intermittent failures because the FTP daemons might not load before the testsuite script iterated to running the client. Add checks after launching FTP daemons to make these tests more resilient. Signed-off-by: Joe Stringer --- tests/system-traffic.at | 5 + 1 file changed