]> git.proxmox.com Git - mirror_ovs.git/commit - tests/completion.at
tests: consistently use OVS_APP_EXIT_AND_WAIT() for daemon termination
authorLance Richardson <lrichard@redhat.com>
Wed, 2 Mar 2016 21:40:47 +0000 (16:40 -0500)
committerBen Pfaff <blp@ovn.org>
Fri, 18 Mar 2016 23:59:38 +0000 (16:59 -0700)
commitd9c8c57c48a22b145cf1b5e78839ac0a16e039e9
tree69437d105b7e932f94563b40139c8b3718a742f7
parent5074bfc4f42d7ffa3f09e0ceeef3f2f10dd97384
tests: consistently use OVS_APP_EXIT_AND_WAIT() for daemon termination

Tools such as gcov rely on normal termination (via exit()), ensure
consistent graceful termination of daemons in tests by using
the OVS_APP_EXIT_AND_WAIT() macro.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
16 files changed:
tests/bridge.at
tests/completion.at
tests/daemon.at
tests/interface-reconfigure.at
tests/ofproto-dpif.at
tests/ofproto-macros.at
tests/ofproto.at
tests/ovn-controller-vtep.at
tests/ovn-controller.at
tests/ovn-nbctl.at
tests/ovn-sbctl.at
tests/ovn.at
tests/ovs-vswitchd.at
tests/ovsdb-monitor.at
tests/ovsdb-server.at
tests/vlog.at