neutron/neutron/tests/fullstack
Jakub Libosvar 77456735cb fullstack: Use noop firewall
Currently fullstack tests don't use hybrid plugging but they use hybrid
firewall by default. Using iptables is not segregated and OVS agents
running in parallel may interfere between each other.

This patch removes using iptables in ovs agents per created port.

Change-Id: Ic15c942360a4a6ecf0eb5d8ecbbc54e59b10431d
Closes-Bug: #1575033
2016-05-02 17:35:49 +02:00
..
resources fullstack: Use noop firewall 2016-05-02 17:35:49 +02:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Add full-stack tests framework 2015-03-26 20:21:40 +02:00
base.py Add fullstack logging 2016-03-23 11:37:56 -04:00
test_connectivity.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_l3_agent.py Add ALLOCATING state to routers 2016-04-07 06:37:38 +00:00
test_qos.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00

README

Please see neutron/TESTING.rst.