neutron/neutron/tests/unit/ipam
Cyril Roelandt e2fb74e196 Python 3: do not use types.ClassType
In Python 3, one should just use 'type'. Still, the use of "ClassType" does not
seem necessary here, so just fix the tests.

Change-Id: I5574926fc338110cc989bf185fa454ec26f4d530
Blueprint: neutron-python3
2015-07-16 00:58:40 +02:00
..
drivers Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
__init__.py IPAM reference driver 2015-05-19 09:44:11 -07:00
fake_driver.py Implement IPAM Driver loader 2015-06-01 20:05:19 +03:00
test_requests.py Python 3: do not use types.ClassType 2015-07-16 00:58:40 +02:00
test_subnet_alloc.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
test_utils.py Fix issues with allocation pool generation for ::/64 cidr 2015-07-08 10:36:55 +01:00