forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Gracefully terminate daemons in OVN tests
Daemons started in OVN tests are currently killed (via "on_exit kill" in start_daemon()). This is problematic for tools (such as gcov) that rely on exit() being called. Fix by using "ovs-appctl ... exit" to gracefully terminate the daemons. Signed-off-by: Lance Richardson <[email protected]> Tested-by: Aaron Conole <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
1 parent
8bf009b
commit fcde56f
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters