Re: [ovs-dev] [PATCH] ofproto-dpif: Wait for output for all MPLS tests

2014-04-07 Thread Simon Horman
On Tue, Apr 08, 2014 at 09:39:57AM +0900, YAMAMOTO Takashi wrote: > > This corrects an inconsistency in the MPLS tests and > > avoids a race by waiting for sufficient output before > > checking its contents > > this one looks identical to: http://patchwork.openvswitch.org/patch/3579/ Agreed. >

Re: [ovs-dev] [PATCH] ofproto-dpif: Wait for output for all MPLS tests

2014-04-07 Thread YAMAMOTO Takashi
> This corrects an inconsistency in the MPLS tests and > avoids a race by waiting for sufficient output before > checking its contents this one looks identical to: http://patchwork.openvswitch.org/patch/3579/ YAMAMOTO Takashi > > Signed-off-by: Simon Horman > --- > tests/ofproto-dpif.at | 3 +

Re: [ovs-dev] [PATCH] ofproto-dpif: Wait for output for all MPLS tests

2014-04-07 Thread Ben Pfaff
On Mon, Apr 07, 2014 at 05:41:50PM +0900, Simon Horman wrote: > This corrects an inconsistency in the MPLS tests and > avoids a race by waiting for sufficient output before > checking its contents > > Signed-off-by: Simon Horman Yamamoto-san, this seems to be close to some of your patches (maybe

[ovs-dev] [PATCH] ofproto-dpif: Wait for output for all MPLS tests

2014-04-07 Thread Simon Horman
This corrects an inconsistency in the MPLS tests and avoids a race by waiting for sufficient output before checking its contents Signed-off-by: Simon Horman --- tests/ofproto-dpif.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.