neutron/neutron/tests/unit/agent/l3
venkata anil 87d12c9a0f item allocator should return same value for same key
When ItemAllocator.allocate called with same key again,
it is returning different value.
To fix this, we check if a value for key already exists in
self.allocations, and return that value if already exists.

Closes-bug: #1533216
Change-Id: I1f6191b07d33a1f542de18a942cefaf7ecb6c143
(cherry picked from commit 334dae0190)
2016-06-06 21:23:16 +00:00
..
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Merge "Support MTU advertisement using IPv6 RAs" into stable/liberty 2016-05-23 18:55:09 +00:00
test_dvr_fip_ns.py Update default gateway in the fip namespace after subnet-update 2016-03-24 12:44:17 +01:00
test_dvr_local_router.py Merge "Update default gateway in the fip namespace after subnet-update" into stable/liberty 2016-05-18 05:30:40 +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 Don't add default route to HA router if there is no gateway ip 2015-11-18 02:15:11 +00:00
test_item_allocator.py item allocator should return same value for same key 2016-06-06 21:23:16 +00: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 Do not delete fip namespace during l3 dvr agent resync 2015-08-07 20:10:25 +03:00
test_router_info.py Static routes not added to qrouter namespace for DVR 2016-02-09 14:42:34 +02:00
test_router_processing_queue.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00