Re: [ovs-dev] [PATCH] tests: Eliminate some intermittent failures due to races.

2016-05-20 Thread Ben Pfaff
On Fri, May 20, 2016 at 10:20:58AM -0700, Jarno Rajahalme wrote: > Wait until a megaflow is set up before sending more packets to have > deterministic stats for the megaflows. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff Probably best to quote the regex here so that the shell doesn't

[ovs-dev] [PATCH] tests: Eliminate some intermittent failures due to races.

2016-05-20 Thread Jarno Rajahalme
Wait until a megaflow is set up before sending more packets to have deterministic stats for the megaflows. Signed-off-by: Jarno Rajahalme --- tests/ofproto-dpif.at | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.