ofproto.at: Workaround a race
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Wed, 14 Oct 2015 18:41:41 +0000 (18:41 +0000)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Thu, 26 Nov 2015 09:37:37 +0000 (18:37 +0900)
commita6d1a2997db48320d8bd0710f6c3adc83166ca01
tree2b89c572f7f9a0f043d0cb5d0dcb740dc74399db
parent641c6188033cd2cc266a4f74b42562e849d5a3d3
ofproto.at: Workaround a race

While a barrier serializes requests from the same connection,
it doesn't wait for requests from other connections to the switch.
Replace the barrier with infamous "sleep 1" to workaround the problem.

Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>
Acked-by: Ben Pfaff <blp@ovn.org>
tests/ofproto.at