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:18:40 +0000 (21:18 -0700)
commitdfbf7f354416264a0b84b09bf882ac0932e78c8b
treebdb157b640c4efb346c1b3ee917f645d27dd202f
parent1261619f8958b81df97bb45c1b27ca14aa43a3b4
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