Merge "remove repeated allocation_pools check in unittest"

This commit is contained in:
Jenkins 2013-07-19 15:33:49 +00:00 committed by Gerrit Code Review
commit 21347901a0

View File

@ -307,8 +307,7 @@ class NeutronDbPluginV2TestCase(testlib_api.WebTestCase):
'cidr': cidr,
'ip_version': 4,
'tenant_id': self._tenant_id}}
for arg in ('allocation_pools',
'ip_version', 'tenant_id',
for arg in ('ip_version', 'tenant_id',
'enable_dhcp', 'allocation_pools',
'dns_nameservers', 'host_routes',
'shared'):