neutron/neutron/tests/functional/agent/l3
Slawek Kaplonski 7b59b5069b [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.

Closes-Bug: #1928466
Change-Id: I5d6c72c271ff450d9e43b3e33a99dd59d727882d
2021-05-18 12:58:23 +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 Replace "get_routing_table" with "list_ip_routes" 2021-05-01 17:39:42 +00:00
test_dvr_router.py [DVR] Send allowed address pairs info to the L3 agents 2021-05-18 12:58:23 +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 Read keepalived initial state in parallel to interface monitoring 2021-03-30 16:47:34 +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