ofproto-dpif.at: Wait for the monitor's pidfile disappears where necessary
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 31 Mar 2014 06:11:19 +0000 (15:11 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Sun, 6 Apr 2014 02:00:21 +0000 (11:00 +0900)
commit0c473314294930a47a18d380e0bbcdf7b02a16f2
tree9a98381fc1cb716f0266c21497fe7f88d779586a
parentdea241f172b64958f6b917bc3971253c5dc010c0
ofproto-dpif.at: Wait for the monitor's pidfile disappears where necessary

These tests invokes ovs-ofctl monitor twice or more.
Because "ovs-appctl -t ofctl exit" does not wait for the target
process exit, there are chances to see the pid file from the previous
incarnation.

OVS_APP_EXIT_AND_WAIT macro was provided by Ben Pfaff.

Acked-by: Ben Pfaff <blp@nicira.com>
Co-authored-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
tests/ofproto-dpif.at
tests/testsuite.at