summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/common/test_quota.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests/functional/common/test_quota.py')
-rw-r--r--openstackclient/tests/functional/common/test_quota.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/functional/common/test_quota.py b/openstackclient/tests/functional/common/test_quota.py
index 1b13e95e..76c69a4d 100644
--- a/openstackclient/tests/functional/common/test_quota.py
+++ b/openstackclient/tests/functional/common/test_quota.py
@@ -26,6 +26,7 @@ class QuotaTests(base.TestCase):
@classmethod
def setUpClass(cls):
+ super(QuotaTests, cls).setUpClass()
cls.haz_network = base.is_service_enabled('network')
cls.PROJECT_NAME =\
cls.get_openstack_configuration_value('auth.project_name')