neutron/neutron/tests/fullstack
Jakub Libosvar 804fc18cf2 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
(cherry picked from commit 77456735cb)
2016-05-26 17:11:02 +00:00
..
resources fullstack: Use noop firewall 2016-05-26 17:11:02 +00: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 Reset RNG seed with current time and pid for each test started 2016-03-14 17:04:20 +01:00
test_connectivity.py Add fullstack resources for linuxbridge agent 2016-02-19 13:12:25 +00:00
test_l3_agent.py Add ALLOCATING state to routers 2016-04-14 06:28:33 +00:00
test_qos.py LinuxBridge agent's QoS driver bw limit for egress traffic 2016-04-19 11:53:50 +00:00

README

Please see neutron/TESTING.rst.