neutron/neutron/tests/unit/agent/l3
Edward Hope-Morley 5eca44bfa8 Ensure fip ip rules deleted when fip removed
The information needed to delete ip rules associated
with fips is held in memory between add and remove so
a restart of the l3-agent results in any fips that
existed before the restart having their ip rules
persist after the fips are removed. This patch
enures that an agent restart reloads this information
so that ip rules associated with a fip are correctly
removed when the fip is removed.

Change-Id: If656a703c996ccc7719b1b09d793c5bbdfd6f3c1
Closes-Bug: #1891673
2020-08-18 20:39:10 +01:00
..
extensions Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Ensure fip ip rules deleted when fip removed 2020-08-18 20:39:10 +01:00
test_dvr_fip_ns.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_dvr_local_router.py Ensure fip ip rules deleted when fip removed 2020-08-18 20:39:10 +01:00
test_dvr_snat_ns.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_fip_rule_priority_allocator.py Merge "Removed unnecessary setUp calls in tests" 2017-08-29 23:57:56 +00:00
test_ha_router.py Support gateway which is not in subnet CIDR in ha_router 2020-07-09 09:11:28 +00:00
test_item_allocator.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_l3_agent_extension_api.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_legacy_router.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_link_local_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_namespace_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_router_info.py Implement "RouterInfo.update_routing_table" with Pyroute2 2020-06-09 13:48:41 +00:00