neutron/neutron
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
..
agent Remove obsolete keepalived PID files before start 2016-03-31 15:46:23 +02:00
api Protect 'show' and 'index' with Retry decorator 2016-02-05 11:41:37 +00:00
callbacks Merge "Add support for PluginWorker and Process creation notification" 2015-09-04 05:02:52 +00:00
cmd Fix sanity check --no* BoolOpts 2016-02-25 15:30:30 +00:00
common lb: avoid doing nova VIF work plumbing tap to qbr 2016-03-24 11:43:46 +01:00
core_extensions Forbid attaching rules if policy isn't accessible 2015-08-12 09:52:33 +00:00
db Merge "Do not remove router from dvr_snat agents on dvr port deletion" into stable/liberty 2016-03-29 05:44:28 +00:00
debug Deprecate external_network_bridge option in L3 agent 2015-09-01 20:41:54 -07:00
extensions Catch DBDuplicateEntry errors in RBAC code 2016-03-24 12:58:08 +01:00
hacking Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ipam Change the exception type from ValueError to IpamValueInvalid 2016-03-24 12:51:48 +01:00
locale Imported Translations from Zanata 2016-01-16 06:27:41 +00:00
notifiers Add option for nova endpoint type 2016-03-23 09:35:13 +00:00
objects No network devices on network attached qos policies 2015-09-16 15:11:04 +02:00
openstack Switch to the oslo_utils.fileutils 2015-07-15 08:09:26 +03:00
pecan_wsgi Fix the bug of "Spelling error of a word" 2015-10-16 11:40:21 +00:00
plugins Merge "lb: avoid doing nova VIF work plumbing tap to qbr" into stable/liberty 2016-03-30 20:57:58 +00:00
quota Merge "ML2: Add tests to validate quota usage tracking" into stable/liberty 2016-01-05 02:51:10 +00:00
scheduler Don't call add_ha_port inside a transaction 2016-01-13 21:08:22 +00:00
server Merge "Introduce a separate RPC server" into feature/pecan 2015-09-18 16:58:54 +00:00
services Mock oslo policy HTTPCheck instead of urllib 2015-10-13 17:26:23 +02:00
tests Refactor and fix dummy process fixture 2016-03-31 15:46:25 +02:00
__init__.py Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
auth.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
context.py Add DB support for resource usage tracking 2015-07-26 15:26:10 -07:00
i18n.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
manager.py Mock oslo policy HTTPCheck instead of urllib 2015-10-13 17:26:23 +02:00
neutron_plugin_base_v2.py Add support for PluginWorker and Process creation notification 2015-09-03 06:40:50 +00:00
policy.py Raise RetryRequest on policy parent not found 2016-01-29 02:15:30 -07:00
service.py Add support for PluginWorker and Process creation notification 2015-09-03 06:40:50 +00:00
version.py
worker.py Add support for PluginWorker and Process creation notification 2015-09-03 06:40:50 +00:00
wsgi.py Add support for PluginWorker and Process creation notification 2015-09-03 06:40:50 +00:00