]> git.proxmox.com Git - mirror_ovs.git/commit
system-traffic.at: avoid a race condition on monitor log
authorDavid Marchand <david.marchand@redhat.com>
Fri, 21 Dec 2018 13:29:59 +0000 (14:29 +0100)
committerBen Pfaff <blp@ovn.org>
Thu, 27 Dec 2018 18:03:14 +0000 (10:03 -0800)
commite8833217914f9c071c4963fd99e88b03cac8fd3b
tree205e6d832240a2952b1da45100e31cbf99e17632
parent7cdb7cabe2c73bdc076b3409c6239b38505cd1e9
system-traffic.at: avoid a race condition on monitor log

Rather than letting the test framework kill any remaining ofctl monitor,
ask and wait for it to gracefully exit before looking at the log file.
This solves random failures of tests 29, 30 and 50.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/system-traffic.at