neutron/neutron/tests/unit/cmd
Daniel Alvarez 1d38f30555 Kill processes when cleaning up namespaces
This patch will kill processes that are listening on any port/UNIX
socket within the namespace to be cleaned up. To kill them it will
issue a SIGTERM to them (or to their parents if they were forked) and,
if they don't die after a few seconds, a SIGKILL to them and all their
children.

This is intended for those cases when there's no specific cleanup and
serves as a fallback method.

Change-Id: I4195f633ef4a1788496d1293846f19eef89416aa
Partial-Bug: #1403455
2016-12-20 10:52:41 +00:00
..
server Don't decide web_framework before config parse 2016-01-22 17:44:35 -08:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_netns_cleanup.py Kill processes when cleaning up namespaces 2016-12-20 10:52:41 +00:00
test_ovs_cleanup.py enable OVSDB native interface by default 2016-06-25 10:43:12 +03:00
test_sanity_check.py Fix import path in neutron-sanity-check for ml2_sriov opts 2015-09-01 04:16:01 +00:00