Re: [ovs-dev] [PATCH] ofproto-dpif: Always wait for ovs-ofctl exit

2014-04-07 Thread Simon Horman
On Mon, Apr 07, 2014 at 11:19:17AM -0700, Ben Pfaff wrote: > On Mon, Apr 07, 2014 at 05:39:38PM +0900, Simon Horman wrote: > > Uniformly wait for calls to ovs-ofctl exit in the test-suite. > > > > Signed-off-by: Simon Horman > > This inserts two OVS_APP_EXIT_AND_WAITs and two OVS_WAIT_UNTILs. T

Re: [ovs-dev] [PATCH] ofproto-dpif: Always wait for ovs-ofctl exit

2014-04-07 Thread Ben Pfaff
On Mon, Apr 07, 2014 at 05:39:38PM +0900, Simon Horman wrote: > Uniformly wait for calls to ovs-ofctl exit in the test-suite. > > Signed-off-by: Simon Horman This inserts two OVS_APP_EXIT_AND_WAITs and two OVS_WAIT_UNTILs. The latter do not actually wait for ovs-ofctl to exit. _

[ovs-dev] [PATCH] ofproto-dpif: Always wait for ovs-ofctl exit

2014-04-07 Thread Simon Horman
Uniformly wait for calls to ovs-ofctl exit in the test-suite. Signed-off-by: Simon Horman --- tests/ofproto-dpif.at | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index f2ddda9..6f70ba0 100644 --- a/tests/ofproto-dpif.at