neutron/neutron/tests/functional
LIU Yulong a5244d6d44 More accurate agent restart state transfer
Ovs-agent can be very time-consuming in handling a large number
of ports. At this point, the ovs-agent status report may have
exceeded the set timeout value. Some flows updating operations
will not be triggerred. This results in flows loss during agent
restart, especially for hosts to hosts of vxlan tunnel flow.

This fix will let the ovs-agent explicitly, in the first rpc loop,
indicate that the status is restarted. Then l2pop will be required
to update fdb entries.

Closes-Bug: #1813703
Closes-Bug: #1813714
Closes-Bug: #1813715
Closes-Bug: #1794991
Closes-Bug: #1799178

Change-Id: I8edc2deb509216add1fb21e1893f1c17dda80961
2019-03-21 15:12:31 +00:00
..
agent More accurate agent restart state transfer 2019-03-21 15:12:31 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Remove deprecated 'external_network_bridge' option 2019-03-09 22:07:38 +00:00
common All functional tests logs results now 2018-11-21 19:58:18 +00:00
db Add new test decorator skip_if_timeout 2019-02-14 11:08:19 +01:00
pecan_wsgi Add logging for functional tests 2018-12-17 12:47:48 +01:00
plugins use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
privileged Add TC filter functions implemented with pyroute2 2019-03-09 22:01:57 +00:00
sanity All functional tests logs results now 2018-11-21 19:58:18 +00:00
scheduler Use constant IP_VERSION_4/6 in functional tests 2018-08-27 21:45:56 +00:00
services Add QoS minimum egress bandwidth rule into ovs-agent 2019-02-26 11:05:04 +00:00
tests make net_helpers functions work on OpenSUSE 2017-09-20 09:59:44 -07:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py Disable displaying warnings in functional tests 2018-12-17 20:48:13 +00:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Don't return null-byte separated string from ExternalProcess.cmdline() 2017-03-08 07:50:51 +00:00
test_server.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_service.py Modify api and rpc default number of workers 2019-02-19 13:24:01 -07:00