From 375d8be9a6902a13ba1fd97f0f8863ebfb97e7ad Mon Sep 17 00:00:00 2001 From: Jiajun Liu Date: Thu, 18 Jul 2013 16:27:07 +0800 Subject: [PATCH] remove repeated allocation_pools check in unittest Change-Id: I902a225c5e06b05009b6d923167c4ac3d6fbf6b7 --- neutron/tests/unit/test_db_plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neutron/tests/unit/test_db_plugin.py b/neutron/tests/unit/test_db_plugin.py index 458019cbd..a33707d61 100644 --- a/neutron/tests/unit/test_db_plugin.py +++ b/neutron/tests/unit/test_db_plugin.py @@ -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'): -- 2.45.2