commit | a998fdd8d11c8f67afd49cf521a814f38d2acaad | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Sep 14 19:24:12 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Sep 14 19:24:12 2016 +0000 |
tree | 9cfcfbc2a2def851691892651a9680bc091bcd6d | |
parent | d501f8d1de5a6be2d3e61ecd3fd6a3d97d63c3ab [diff] | |
parent | 16c644f7aff7a63defd6ed41c812c68ecddeacee [diff] |
Merge "Disable DHCP on test_create_port_when_quotas_is_full"
diff --git a/neutron/tests/tempest/api/admin/test_quotas_negative.py b/neutron/tests/tempest/api/admin/test_quotas_negative.py index 12ae0be..3ff49c6 100644 --- a/neutron/tests/tempest/api/admin/test_quotas_negative.py +++ b/neutron/tests/tempest/api/admin/test_quotas_negative.py
@@ -71,6 +71,7 @@ subnet_args = {'tenant_id': tenant_id, 'network_id': net['id'], + 'enable_dhcp': False, 'cidr': '10.0.0.0/24', 'ip_version': '4'} subnet = self.admin_client.create_subnet(**subnet_args)['subnet']