neutron/neutron/tests/functional/agent
Hynek Mlnarik 7175fdef97 Refactor and fix dummy process fixture
Extracting the test fixture that creates a new process and leaves it
running for a given amount of time into helpers where other fixtures for
functional tests live. This both keeps the fixtures at one place and
increases visibility of the fixture so that it can be reused in other
tests. At the same time, the fixture is fixed as the original code
omitted starting the process.

Conflicts:
	neutron/tests/functional/agent/linux/helpers.py

Change-Id: I97aeb8d1d5773ef3d59e8f908aea34ccceb38378
Related-Bug: 1561046
(cherry picked from commit 2690eed19a)
2016-03-31 15:46:25 +02:00
..
l2 Fix usage of mutable object as default value 2015-11-03 10:24:01 +01:00
l3 Avoid DuplicateOptError in functional tests 2016-03-12 21:27:46 +00:00
linux Refactor and fix dummy process fixture 2016-03-31 15:46:25 +02:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_l2_lb_agent.py get_device_by_ip: don't fail if device was deleted 2015-12-01 18:00:45 +02:00
test_l2_ovs_agent.py Better tolerate deleted OVS ports in OVS agent 2015-11-01 17:34:10 +00:00
test_l3_agent.py Merge "Static routes not added to qrouter namespace for DVR" into stable/liberty 2016-02-12 19:50:41 +00:00
test_ovs_flows.py Add IPv6 Address Resolution protection 2015-09-15 12:24:10 +00:00
test_ovs_lib.py Handle empty bridge case in OVSBridge.get_ports_attributes 2015-10-16 12:07:36 +00:00