neutron/neutron/tests
Slawek Kaplonski bdd3540554 Restart all L3 agents in test that check no packet loss in HA routers
In fullstack test
test_l3_agent.test_ha_router_restart_agents_no_packet_lost
restarts of L3 agents where done in 2 steps:
1. restart of all standby agents,
2. restart of all active agents.

It was done like that because of bug [1] and [2].
Now when those bugs are fixed, lets change this test to
some "more probable" scenario. So agents will be restarted
without checking which one is master and which is standby.
However agents will be restarted one by one instead of doing
restarts in (almost) exactly same time.

Restarting all agents in same time caused still some issue
on my local testing environment but I suspect that it might be
some problem related to the nature of fullstack tests and to the
fact that 2 different "nodes" are in fact simulated by namespaces only.

[1] https://bugs.launchpad.net/neutron/+bug/1776459
[2] https://bugs.launchpad.net/neutron/+bug/1798475

Change-Id: I731211b56a57d44636e741009721522f67c12368
2019-03-01 14:36:07 +01:00
..
common Add port forwarding floating IP QoS 2019-01-30 14:04:00 +00:00
contrib Switch default functional tests to python3, add job for python2 2019-01-30 13:31:29 +00:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack Restart all L3 agents in test that check no packet loss in HA routers 2019-03-01 14:36:07 +01:00
functional Merge "Use subnet without dhcp in portforwarding functional tests" 2019-02-23 02:08:35 +00:00
unit Merge "New agent attribute: resources_synced" 2019-02-26 16:55:01 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Add new test decorator skip_if_timeout 2019-02-14 11:08:19 +01:00
post_mortem_debug.py
tools.py pecan.jsonify v1.3 adjustment 2018-04-18 15:37:20 +00:00