yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13193
[Bug 1265498] Re: Router over quota error without tenant isolation
Reviewed: https://review.openstack.org/84904
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=3e9d12b8af7a30a3d60297e4e53cf1a8626ab4c1
Submitter: Jenkins
Branch: master
commit 3e9d12b8af7a30a3d60297e4e53cf1a8626ab4c1
Author: Adam Gandelman <adamg@xxxxxxxxxx>
Date: Wed Apr 2 17:04:19 2014 -0700
Remove created routers as part of test cleanup
The network API routers test currently creates a total of 10 routers
(the default quota limit) but only deletes them in bulk during tearDownClass().
This can create issues hitting quota limits on setups without isolated
credentials, or environments that may already have routers created outside of
Tempest. This associates a cleanup with each created router and ensures each
individual test deletes the routers it creates.
Change-Id: I7f0e20cfe483fe3aa55d4641ca92ad9947fffbcc
Closes-bug: #1265498
** Changed in: tempest
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/1265498
Title:
Router over quota error without tenant isolation
Status in OpenStack Neutron (virtual network service):
Invalid
Status in Tempest:
Fix Released
Bug description:
With parallel testing enabled, an error has been observed [1]. It
seems the router quota is exceeded, which is compatible with a
scenario where several tests creating routers are concurrently
executed, and full tenant isolation is not enabled.
There does not seem to be any issue on the neutron side; this error is
probably due to tempest tests which needs to be made more robust - or
perhaps it will just go away with full isolation
[1] http://logs.openstack.org/85/64185/1/experimental/check-tempest-
dsvm-neutron-isolated-parallel/706d454/console.html.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1265498/+subscriptions
References