neutron/neutron/tests/contrib
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
..
hooks test_routers_flavors: Skip if requirements are not met 2016-10-14 19:55:28 +09:00
README Drop functional/contrib directory 2015-01-06 12:21:55 -08:00
functional-testing.filters Kill processes when cleaning up namespaces 2016-12-20 10:52:41 +00:00
gate_hook.sh Merge "gate_hook: Remove a stale comment" 2016-12-02 08:51:01 +00:00
post_test_hook.sh Delete post_test_hook.generate_test_logs 2016-05-04 11:11:46 -04:00

README

The files in this directory are intended for use by the
Neutron infra jobs that run the various functional test
suites in the gate.