Merge "Remove unused variables and broken links"
This commit is contained in:
commit
b10f8bc69a
@ -27,10 +27,6 @@ from manila.tests.api import fakes
|
||||
from manila.tests.db import fakes as db_fakes
|
||||
|
||||
|
||||
NS = "{http://docs.openstack.org/compute/api/v1.1}"
|
||||
ATOMNS = "{http://www.w3.org/2005/Atom}"
|
||||
|
||||
|
||||
class LimiterTest(test.TestCase):
|
||||
"""Unit tests for the `manila.api.common.limited` method.
|
||||
|
||||
|
@ -27,7 +27,6 @@ from manila import policy
|
||||
from manila import test
|
||||
|
||||
CONF = cfg.CONF
|
||||
NS = "{http://docs.openstack.org/common/api/v1.0}"
|
||||
|
||||
|
||||
class ExtensionTestCase(test.TestCase):
|
||||
|
@ -36,10 +36,6 @@ TEST_LIMITS = [
|
||||
limits.Limit("PUT", "*", "", 10, limits.PER_MINUTE),
|
||||
limits.Limit("PUT", "/shares", "^/shares", 5, limits.PER_MINUTE),
|
||||
]
|
||||
NS = {
|
||||
'atom': 'http://www.w3.org/2005/Atom',
|
||||
'ns': 'http://docs.openstack.org/common/api/v1.0'
|
||||
}
|
||||
|
||||
|
||||
class BaseLimitTestSuite(test.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user