Merge "remove repeated allocation_pools check in unittest"
This commit is contained in:
commit
338ab3d9b4
@ -307,8 +307,7 @@ class NeutronDbPluginV2TestCase(testlib_api.WebTestCase):
|
|||||||
'cidr': cidr,
|
'cidr': cidr,
|
||||||
'ip_version': 4,
|
'ip_version': 4,
|
||||||
'tenant_id': self._tenant_id}}
|
'tenant_id': self._tenant_id}}
|
||||||
for arg in ('allocation_pools',
|
for arg in ('ip_version', 'tenant_id',
|
||||||
'ip_version', 'tenant_id',
|
|
||||||
'enable_dhcp', 'allocation_pools',
|
'enable_dhcp', 'allocation_pools',
|
||||||
'dns_nameservers', 'host_routes',
|
'dns_nameservers', 'host_routes',
|
||||||
'shared'):
|
'shared'):
|
||||||
|
Loading…
Reference in New Issue
Block a user