neutron/neutron/tests/unit/agent/l3
Swaminathan Vasudevan 158f9eabe2 Static routes not added to qrouter namespace for DVR
Today static routes are added to the SNAT namespace
for DVR routers. But they are not added to the qrouter
namespace.

Also while configuring the static routes to SNAT
namespace, the router is not checked for the existence
of the gateway.

When routes are added to a router without a gateway the
routes are only configured in the router namespace, but
when a gateway is set later, those routes have to be
populated in the snat_namespace as well.

This patch addresses the above mentioned issues.

Closes-Bug: #1499785
Closes-Bug: #1499787

Change-Id: I37e0d0d723fcc727faa09028045b776957c75a82
2016-01-13 18:57:35 +00:00
..
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Static routes not added to qrouter namespace for DVR 2016-01-13 18:57:35 +00:00
test_dvr_fip_ns.py Merge "Remove deprecated namespace deletion options" 2015-10-23 15:45:28 +00:00
test_dvr_local_router.py Use the constant HOST_ID instead of 'binding:host_id' 2015-12-20 14:00:29 +00:00
test_fip_rule_priority_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_ha_router.py Merge "Remove deprecated use_namespaces option" 2015-11-19 14:45:43 +00:00
test_item_allocator.py Use assertIn and assertNotIn 2015-10-05 20:47:18 +02:00
test_legacy_router.py Delete gateway conntrack state when remove external gateway 2015-09-09 09:24:40 +08: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 deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
test_router_info.py Static routes not added to qrouter namespace for DVR 2016-01-13 18:57:35 +00:00
test_router_processing_queue.py Document self.assertEqual(expected, observed) pattern 2015-10-06 01:03:53 +02:00