]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
remove repeated allocation_pools check in unittest
authorJiajun Liu <jiajun@unitedstack.com>
Thu, 18 Jul 2013 08:27:07 +0000 (16:27 +0800)
committerJiajun Liu <jiajun@unitedstack.com>
Thu, 18 Jul 2013 08:27:07 +0000 (16:27 +0800)
Change-Id: I902a225c5e06b05009b6d923167c4ac3d6fbf6b7

neutron/tests/unit/test_db_plugin.py

index 458019cbdab589199f0cdb61c9daf5f4af88f4e0..a33707d61f31c83dff395ee7deb38e491a0e69da 100644 (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'):