neutron/neutron/tests/unit/ipam
Kevin Benton 2dc9d67f6e Construct exceptions before passing to retryrequest
The IP allocation failure constructions weren't being constructed
before being passed to RetryRequest so they would fail to be reraised
after the retries were exhausted.

This patch just constructs them and adjusts a few of the unit tests
to execute the full retry life-cycle.

Closes-Bug: #1555387
Change-Id: I1c1ea488886ee3f4790eaa53911ea5845f327334
2016-03-09 16:25:28 -08:00
..
drivers Construct exceptions before passing to retryrequest 2016-03-09 16:25:28 -08:00
__init__.py IPAM reference driver 2015-05-19 09:44:11 -07:00
fake_driver.py Remove unnecessary executable permission 2015-08-01 05:16:32 +00:00
test_requests.py Change the exception type from ValueError to IpamValueInvalid 2016-02-26 14:19:43 +08:00
test_subnet_alloc.py Fix params order in assertEqual 2016-02-03 11:54:29 +05:30
test_utils.py Fix issues with allocation pool generation for ::/64 cidr 2015-07-08 10:36:55 +01:00