neutron/neutron/tests/fullstack/resources
Slawek Kaplonski 9b23abbdb6 Add kill_timeout to AsyncProcess
AsyncProcess.stop() method has now additional parameter
kill_timeout. If this is set to some value different than
None, eventlet.green.subprocess.Popen.wait() will be called
with this timeout, so TimeoutExpired exception will be raised
in case if process will not be killed for this "kill_timeout"
time.
In such case process will be killed "again" with SIGKILL signal
to make sure that it is gone.

This should fix problem with failing fullstack tests, when
ovs_agent process is sometimes not killed and test timeout was
reached in this wait() method.

Change-Id: I1e12255e5e142c395adf4e67be9d9da0f7a3d4fd
Closes-Bug: #1798472
2018-11-16 15:33:13 +01:00
..
__init__.py Define fullstack router/network/subnet management fixture 2015-07-21 23:33:19 +02:00
client.py Notify router_update after directly gateway IP change 2018-11-12 16:13:20 -05:00
config.py sriov-agent: fullstack test resource info report 2018-10-26 08:14:46 +00:00
environment.py sriov-agent: fullstack test resource info report 2018-10-26 08:14:46 +00:00
machine.py Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03:00
process.py Add kill_timeout to AsyncProcess 2018-11-16 15:33:13 +01:00