neutron/neutron/tests/unit/ipam
liuchengqian90 e23f226d15 Update the processing of assigned addresses when assigning addresses
1.It is best not to use 'netaddr.IPSet.add',
  because _compact_single_network in 'IPSet.add' is quite time consuming

2.When the current address pool does not have enough addresses,
  all addresses are allocated from the current pool,
  and allocations are continued from the next address pool
  until all addresses are assigned.

Change-Id: I804a95fdaa3552c785e85ffab7b8ac849c634a87
Closes-Bug: #1813253
(cherry picked from commit 1746d7e0e6)
2020-06-30 05:33:14 +00:00
..
drivers Update the processing of assigned addresses when assigning addresses 2020-06-30 05:33:14 +00:00
__init__.py IPAM reference driver 2015-05-19 09:44:11 -07:00
fake_driver.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
test_requests.py Removed unnecessary setUp calls in tests 2017-07-31 17:16:01 +02:00
test_subnet_alloc.py New enginefacade for networks, subnets. 2017-03-30 01:26:45 -07:00
test_utils.py Allow first address in an IPv6 subnet as valid unicast 2019-05-24 17:32:08 -04:00