neutron/neutron/tests/fullstack
Hunt Xu 927646e03a Configure root_helper and root_helper_daemon in fullstack tests
Fullstack tests are similar to non-test environments, so rootwrap and
rootwrap-daemon should be used instead of plain sudo.

L3 agents and DHCP agents used in fullstack tests should be guaranteed
to be eventlet monkey patched to avoid race conditions when two threads
are trying to issue commands via rootwrap daemon at the same time.

Closes-Bug: #1557168

Change-Id: Ida5a45420a8f58c1f5a36eb3fc546a7ea053a661
Signed-off-by: Hunt Xu <mhuntxu@gmail.com>
2017-06-04 06:31:13 +00:00
..
cmd Configure root_helper and root_helper_daemon in fullstack tests 2017-06-04 06:31:13 +00:00
resources Configure root_helper and root_helper_daemon in fullstack tests 2017-06-04 06:31:13 +00:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py fullstack: Don't let dhcp agents failover 2017-04-20 14:04:50 +00:00
test_connectivity.py Add Linuxbridge agent to no dhcp fullstack connectivity test 2017-04-23 21:07:24 +00:00
test_dhcp_agent.py fullstack: Don't let dhcp agents failover 2017-04-20 14:04:50 +00:00
test_l3_agent.py Fullstack: enable DHCP agent 2017-04-21 09:26:46 +00:00
test_qos.py Fix updating Qos policy to be default/not default 2017-06-02 16:05:42 +00:00
test_securitygroup.py Fullstack: enable DHCP agent 2017-04-21 09:26:46 +00:00
test_trunk.py Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00
utils.py fullstack: execute qos tests for all ovsdb/of interface permutations 2016-09-17 03:00:31 +00:00

README

Please see neutron/TESTING.rst.