neutron/neutron/tests/functional/privileged
Rodolfo Alonso Hernandez a9c1ac21ef Avoid calling util.kill_process to kill "sleep"
In "ListNamespacePids", to check that a process is running inside a
namespace, a new thread is spawned. Inside it a shell command is
executed ("sleep <timeout>"). To avoid calling the method
"utils.kill_process" with the correspondent overhead when running as
root, this patch reduces the "sleep" time to a short period (3 seconds)
and lets the process to finish gracefully.

Trivial-Fix

Change-Id: Ib33e725b563b863810f61f457a0ddfee8edc5c2e
2019-09-19 12:38:41 +00:00
..
agent Avoid calling util.kill_process to kill "sleep" 2019-09-19 12:38:41 +00:00
__init__.py Implement ip_lib get_devices using pyroute2 2018-11-14 09:27:26 +00:00