neutron/neutron/tests/fullstack
Slawek Kaplonski 2ed6e4d7ab Disable IPv6 forwarding by default on HA routers
In case of HA routers IPv6 forwarding is not disabled by default and
then enabled only on master node.
Before this patch it was done in opposite way, so forwarding was
enabled by default and then disabled on backup nodes.
When forwarding was enabled/disabled for qg- port, MLDv2 packets are
sent and that might lead to temportary packets loss as packets to
FIP were sent to this backup node instead of master one.

Related-Bug: #1771841

Change-Id: Ia6b772e91c1f94612ca29d7082eca999372e60d6
(cherry picked from commit 3e9e2a5b4b)
2018-06-03 19:10:40 +00:00
..
cmd Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
resources Monitor phys_bridges to reconfigured it if created again 2018-05-09 09:02:04 +02: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 Disable IPv6 forwarding by default on HA routers 2018-06-03 19:10:40 +00:00
test_connectivity.py Disable IPv6 forwarding by default on HA routers 2018-06-03 19:10:40 +00:00
test_dhcp_agent.py fullstack: skip test_mtu_update when DHCP agent is not in rootns 2017-08-31 19:23:46 +00:00
test_l3_agent.py Disable IPv6 forwarding by default on HA routers 2018-06-03 19:10:40 +00:00
test_port_shut_down.py [OVS] Shut down the port on changing the admin-state to false 2018-01-04 01:44:01 -05:00
test_qos.py Revert "[Fullstack] Mark test_bw_limit_qos_port_removed as unstable" 2018-02-01 14:34:37 +01:00
test_securitygroup.py [Fullstack] Mark security group test as unstable 2018-02-06 12:19:49 +01:00
test_trunk.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
utils.py fullstack: Remove ovsdb_interface config opt 2017-09-27 07:03:17 +00:00

README

Please see neutron/TESTING.rst.