neutron/neutron/tests/unit/agent/l3
LIU Yulong 64abee5aa2 Clean port forwarding cache when router is DOWN
Port forwarding L3 agent extension needs to clean cache when
router is DOWN, otherwise the port forwarding extension will
skip all objects processing when router is UP again, because
the cache is hitting.

This patch addresses this issue.

Change-Id: Idd65f1eda020ada9a76c39904efa8d55680d9e6b
Closes-bug: #1917393
(cherry picked from commit 0582146708)
2021-03-10 14:35:36 +00:00
..
extensions Clean port forwarding cache when router is DOWN 2021-03-10 14:35:36 +00:00
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Update requirements for recent pip failures 2020-12-14 11:35:53 +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 Remove update_initial_state() method from the HA router 2021-02-27 18:14:21 +00: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 Remove update_initial_state() method from the HA router 2021-02-27 18:14:21 +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