neutron/neutron/tests/unit/agent/l3
yangjianfeng f29641a7f7 HA-non-DVR router don't need manually add static route
When a router set as HA mode, The keepalived process will take over
the route entry's generation. So, the codes that add static route
is redundant.

But, for DVR-HA router, in dvr_snat node the keepalived process run
in snat-namespace and don't take over qrouter-namespace, so the
manually add static route codes still need be called.

Closes-Bug: #1927849
Change-Id: Id09de6c43c0fab4009336e253c88f54219398053
(cherry picked from commit f192153b44)
2021-05-25 00:56:27 +00:00
..
extensions Clean port forwarding cache when router is DOWN 2021-03-03 15:21:23 +08:00
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_dvr_fip_ns.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_dvr_local_router.py Remove update_initial_state() method from the HA router 2021-02-23 14:58:29 +00:00
test_dvr_snat_ns.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00: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 HA-non-DVR router don't need manually add static route 2021-05-25 00:56:27 +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