tests: Fix theoretical races in "ofproto-dpif - controller" test.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Jul 2013 16:39:15 +0000 (09:39 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 16 Jul 2013 17:12:38 +0000 (10:12 -0700)
commit57c94f353990e603d9e4259fcf2724491df2a068
tree50d1984a6dd01afa6367b9d41de623b4c15bfd45
parentfaea2958e4dba9befa202a2426aebeb7787a626f
tests: Fix theoretical races in "ofproto-dpif - controller" test.

I don't see anything that guaranteed that ovs-ofctl would receive and print
the packets before it exited.  This commit inserts explicit waits, to avoid
the problem.

Found by inspection.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at