neutron/neutron/tests/functional/agent/l3
Slawek Kaplonski e622b28e2c [DVR] Send allowed address pairs info to the L3 agents
When new dvr router is going to be created on the node, L3 agent
asks server for list of ports plugged to the subnets, to populate
arp entries for all fixed IPs from those ports.
There was missing info about allowed address pairs there, so those
IPs were not populated in the qrouter namespace.
Now it's added and L3 agent can add those arp entries to the qrouter
namespaces too.

Conflicts:
    neutron/tests/unit/db/test_l3_dvr_db.py

Closes-Bug: #1928466
Change-Id: I5d6c72c271ff450d9e43b3e33a99dd59d727882d
(cherry picked from commit 7b59b5069b)
2021-05-24 10:49:51 +02:00
..
bin Replace "ip monitor" command with Pyroute2 implementation 2019-12-08 22:38:45 +00:00
extensions Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
framework.py Remove rootwrap execution (2) 2021-02-06 16:23:03 +00:00
test_dvr_router.py [DVR] Send allowed address pairs info to the L3 agents 2021-05-24 10:49:51 +02:00
test_ha_router.py Improve terminology in the Neutron tree 2020-08-19 16:47:53 -04:00
test_keepalived_state_change.py [FT] Wait for the "neutron-keepalived-state-change" init message 2021-01-16 06:46:38 +00:00
test_legacy_router.py Remove rootwrap execution (2) 2021-02-06 16:23:03 +00:00
test_metadata_proxy.py Use metadata constants from n-lib 2020-09-04 15:08:30 +00:00
test_namespace_manager.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00