neutron/neutron/tests/contrib
Assaf Muller fd93e19f2a Change get_root_helper_child_pid to stop when it finds cmd
get_root_helper_child_pid recursively finds the child of pid,
until it can no longer find a child. However, the intention is
not to find the deepest child, but to strip away root helpers.
For example 'sudo neutron-rootwrap x' is supposed to find the
pid of x. However, in cases 'x' spawned quick lived children of
its own (For example: ip / brctl / ovs invocations),
get_root_helper_child_pid returned those pids if called in
the wrong time.

Change-Id: I582aa5c931c8bfe57f49df6899445698270bb33e
Closes-Bug: #1558819
2016-04-04 12:15:33 -04:00
..
README Drop functional/contrib directory 2015-01-06 12:21:55 -08:00
functional-testing.filters Change get_root_helper_child_pid to stop when it finds cmd 2016-04-04 12:15:33 -04:00
gate_hook.sh Add OVS flow tests 2016-03-24 11:28:51 +09:00
post_test_hook.sh Remove unused -constraints tox targets 2016-03-07 17:21:05 +01: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.