neutron/neutron/tests/fullstack
Slawek Kaplonski c57a5d9d8a [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
2018-06-28 08:51:16 +00:00
..
cmd Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
resources [Fullstack] HA L3 agent restart only standby agents 2018-06-28 08:51:16 +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 Improve error message in fullstack test 2018-06-08 08:07:54 +00:00
test_connectivity.py Disable IPv6 forwarding by default on HA routers 2018-05-31 20:19:21 +00:00
test_dhcp_agent.py Remove usage of TestCase.skip() method 2018-03-21 22:14:53 +01:00
test_firewall.py fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00:00
test_l3_agent.py [Fullstack] HA L3 agent restart only standby agents 2018-06-28 08:51:16 +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 [Fullstack] Unmark test_dscp_marking_packets as unstable 2018-02-13 12:07:34 +01:00
test_securitygroup.py [Fullstack] Wait for SG to be applied by L2 agent 2018-06-06 13:39:45 +00: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.