Reviewed: https://review.openstack.org/370122 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c66e343618afe4d08f6fcd990f8a6f32d4349988 Submitter: Jenkins Branch: master
commit c66e343618afe4d08f6fcd990f8a6f32d4349988 Author: Kevin Benton <[email protected]> Date: Wed Sep 14 00:05:13 2016 -0700 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 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1623505 Title: test_create_port_when_quotas_is_full breaks if you have dhcp agent running Status in neutron: Fix Released Bug description: test_create_port_when_quotas_is_full sets a tenant quota to 1 and then tries to create a port on a DHCP enabled subnet. So if you run this test with a DHCP agent running, it will fail (unless the agent is slow). To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1623505/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

