neutron/neutron/tests/unit/agent/l3
Sudhakar Babu Gariganti 4957b5b435 Avoid full_sync in l3_agent for router updates
While processing a router update in _process_router_update method,
if an exception occurs, we try to do a full_sync.

We only need to re-sync the router whose update failed.

Addressed a TODO in the same method, which falls in similar lines.

Change-Id: I7c43a508adf46d8524f1cc48b83f1e1c276a2de0
Closes-Bug: #1494682
2015-12-07 14:19:24 +05:30
..
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Avoid full_sync in l3_agent for router updates 2015-12-07 14:19:24 +05:30
test_dvr_fip_ns.py Merge "Remove deprecated namespace deletion options" 2015-10-23 15:45:28 +00:00
test_dvr_local_router.py Merge "Remove deprecated use_namespaces option" 2015-11-19 14:45:43 +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 Remove deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
test_router_processing_queue.py Document self.assertEqual(expected, observed) pattern 2015-10-06 01:03:53 +02:00