neutron/neutron/tests/functional/agent/linux
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
..
bin Add a functional test for iptables_manager.binary_name 2015-03-02 16:19:50 +09:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py Replace BaseLinuxTestCase by BaseSudoTestCase 2015-04-24 22:19:54 +02:00
helpers.py Refactor and fix dummy process fixture 2016-03-31 15:46:25 +02:00
simple_daemon.py tests: monkey patch stdlib before importing other modules 2015-02-18 13:33:57 +01:00
test_async_process.py Merge "Revert "AsyncProcess: try to kill tender"" 2015-09-15 17:13:28 +00:00
test_bridge_lib.py Check tap bridge timestamps to detect local changes 2016-03-24 10:56:04 +01:00
test_dhcp.py Cleanup dhcp namespace upon dhcp setup. 2015-11-14 13:40:19 +01:00
test_interface.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00
test_ip_lib.py get_device_by_ip: don't fail if device was deleted 2015-12-01 18:00:45 +02:00
test_ip_monitor.py Change linux/ip_lib code to better handle address families 2015-03-10 00:17:24 -04:00
test_ipset.py Execute ipset command using check_exit_code 2015-10-06 08:48:55 +00:00
test_iptables.py Fix establishing UDP connection 2015-09-16 09:35:25 +02:00
test_iptables_firewall.py Use diffs for iptables restore instead of all rules 2015-12-09 15:55:17 +00:00
test_keepalived.py Refactor and fix dummy process fixture 2016-03-31 15:46:25 +02:00
test_linuxbridge_arp_protect.py Don't setup ARP protection on LB for network ports 2015-09-03 02:59:54 -07:00
test_ovsdb_monitor.py tests: don't validate respawn as part of ovsdb monitor functional test 2015-09-21 17:56:43 +02:00
test_process_monitor.py tests: disable process monitor before managers 2015-09-08 11:23:14 +02:00
test_utils.py Introduce ip address monitor 2015-03-03 20:06:14 -05:00