commit | 16c644f7aff7a63defd6ed41c812c68ecddeacee | [log] [tgz] |
---|---|---|
author | Kevin Benton <kevin@benton.pub> | Wed Sep 14 00:05:13 2016 -0700 |
committer | Kevin Benton <kevin@benton.pub> | Wed Sep 14 00:05:13 2016 -0700 |
tree | 9188efede24671e56af62bc19a7f67c23f87715c | |
parent | 7ffb3a2561329d64eacdd3424818450c92df5511 [diff] |
Disable DHCP on test_create_port_when_quotas_is_full This test sets the quota to 1 for a tenant and creates two ports, ensuring 1 works and one fails. This breaks though if dhcp is enabled on the subnet and a DHCP agent is running for the deployment because the agent will take up a port. This patch disables DHCP on the subnet for the test. Change-Id: Id6b114962d7635999b8c5408e33b55b7a23243ee Closes-Bug: #1623505