tests: Fix intermittent failure in ovs-monitor-ipsec test.
authorJesse Gross <jesse@nicira.com>
Thu, 27 Oct 2011 04:14:46 +0000 (21:14 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 27 Oct 2011 04:34:53 +0000 (21:34 -0700)
commit327784edccdabc7904001c13c1dbdea0298118b6
tree60c2cebeb3d6be34c438d19f4420417188157dd7
parent4a0ef4af247799ce07748f6ffdc5e2883e4ebd74
tests: Fix intermittent failure in ovs-monitor-ipsec test.

The ovs-monitor-ipsec test waits for a specific number of lines
of output before doing a comparison to the correct values.  However,
some copy and pasted code did not update the number of lines to
look for resulting in a race condition where the comparison could
happen before the script finished running.
tests/ovs-monitor-ipsec.at