neutron/neutron/tests/fullstack
Slawek Kaplonski 9bc52421eb [Fullstack] HA L3 agent restart only standby agents
In fullstack test which is testing if there is no packet lost
during restart of agents there were restarted always all agents
which hosted router.
In case when as first was restarted 'master' agent it might
lead to the case when after restart 'master' node was switched
to second L3 agent and that caused lost of few packets and
failed test.
This test should only check if restart of standby agents will
not cause any packet lost so this patch do it in this way.

Change-Id: I6293169d7d7f35e3a9726071e63003ac569dd01e
Closes-Bug: #1776459
(cherry picked from commit c57a5d9d8a)
2018-07-16 13:30:52 +02:00
..
resources [Fullstack] HA L3 agent restart only standby agents 2018-07-16 13:30:52 +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-24 15:25:05 +02:00
test_connectivity.py Disable IPv6 forwarding by default on HA routers 2018-06-24 15:25:05 +02:00
test_dhcp_agent.py Fullstack tests for DHCP agent HA 2017-01-04 22:48:46 +00:00
test_l3_agent.py [Fullstack] HA L3 agent restart only standby agents 2018-07-16 13:30:52 +02:00
test_qos.py Revert "Linux Bridge: driver support for QoS egress minimum bandwidth" 2017-02-10 04:34:21 +00:00
test_securitygroup.py [Fullstack] Wait for SG to be applied by L2 agent 2018-06-21 16:46:46 +02: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.