neutron/neutron/tests/functional
LIU Yulong e1b84c9a70 Ignore first local port update notification
Ovs-agent will scan and process the ports during the
first rpc_loop, and a local port update notification
will be sent out. This will cause these ports to
be processed again in the ovs-agent next (second)
rpc_loop.
This patch passes the restart flag (iteration num 0)
to the local port_update call trace. After this patch,
the local port_update notification will be ignored in
the first RPC loop.

Related-Bug: #1813703
Change-Id: Ic5bf718cfd056f805741892a91a8d45f7a6e0db3
(cherry picked from commit eaf3ff5786)
2019-07-10 18:15:07 +00:00
..
agent Ignore first local port update notification 2019-07-10 18:15:07 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Fix neutron-status upgrade check CLI tool 2019-03-21 15:01:50 +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 DVR: on new port only send router update on port's host 2019-06-17 23:52:41 +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