tests: Fix race in async config test.
authorJoe Stringer <joestringer@nicira.com>
Wed, 3 Dec 2014 18:57:37 +0000 (10:57 -0800)
committerJoe Stringer <joestringer@nicira.com>
Thu, 4 Dec 2014 21:58:48 +0000 (13:58 -0800)
commit5b7278a122c9c6aac0da3c34a41d3642f87f3ff0
treece7e1ee42d881d8c0a8faf29ab57fdd80e5154ed
parentcea4a6d714d4079819162cccf9d0cc220399a910
tests: Fix race in async config test.

Occasionally, the testsuite would send the OFPT_SET_ASYNC before
ovs-vswitchd got a chance to send its OFPT_ROLE_REPLY message, causing a
reordering of the testsuite output and a false positive. Give the test
script something extra to do so this is less likely to happen.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
tests/ofproto-dpif.at