rstp.at: Fix intermittent test failure.
authorAlex Wang <alexw@nicira.com>
Thu, 25 Sep 2014 23:51:01 +0000 (23:51 +0000)
committerAlex Wang <alexw@nicira.com>
Thu, 25 Sep 2014 20:32:31 +0000 (13:32 -0700)
commit0b5d64f6f7fa75c6c5d4e9fba82ac2d16784c9b6
tree009ce9ca95d61bc11cc9a588f44e4ea511206d53
parent6db454dc00fa5d9693ebdf6c5e10c61030f8df8e
rstp.at: Fix intermittent test failure.

Sub-test "RSTP - dummy interface" checks the ovs-vswitchd.log
output immediately after command execution.  The check may
fail if the write of new log is delayed by the IO thread.

This commit fixes the above issue by waiting for the
ovs-vswitchd.log output.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
tests/rstp.at