Reviewed: https://review.openstack.org/448973 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0e1fa9c7ee1f41045216ce96bbd8305c9fc0bb97 Submitter: Jenkins Branch: master
commit 0e1fa9c7ee1f41045216ce96bbd8305c9fc0bb97 Author: Prateek Arora <[email protected]> Date: Mon Mar 27 11:30:47 2017 -0400 Fix Quota error while running tests The test methods in the test class create networks and the cleanup takes place after all tests are run. As such installation specific default quota (that was e.g. just 10 networks till Pike) may be hit and tests then fail. This patch reduces the chance that the quota limit is not hit by speeding up network resource cleanup (doing it after each test case completed, not when the whole test class is cleaned up). Change-Id: I6ba2704c60c77d89e00842e28bece14c64ef98a6 Closes-bug: #1671478 ** 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/1671478 Title: Tests in neutron.tests.tempest.api.test_revisions.TestRevisions don't clean up network resources Status in neutron: Fix Released Bug description: Tests in neutron.tests.tempest.api.test_revisions.TestRevisions create networks but don't remove them when each test is finished. Cleanup only occurs after all the tests finish to run. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1671478/+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

