summaryrefslogtreecommitdiff
path: root/functional
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@idgrilles.fr>2016-06-24 12:18:40 +0200
committerVincent Legoll <vincent.legoll@idgrilles.fr>2016-06-24 12:18:40 +0200
commit60f3cfa6ef21b5aca9a4b71b3f13f25db46b16ee (patch)
tree65bd3cd37559dca6d52e5f6ea71603ef1918994f /functional
parent6828f5ce27dd5fb03bfb7fd9847bde0b942fd467 (diff)
downloadpython-openstackclient-60f3cfa6ef21b5aca9a4b71b3f13f25db46b16ee.tar.gz
Remove code forgotten in cb28fb55884a9be7cd70c37343181116cf000a42
Change-Id: I2abc75c94c1b6450f56bfcf2d8b1135e5caa3598 Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
Diffstat (limited to 'functional')
-rw-r--r--functional/tests/identity/v2/common.py3
-rw-r--r--functional/tests/identity/v3/common.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/functional/tests/identity/v2/common.py b/functional/tests/identity/v2/common.py
index 9d6a7bb5..ca061a4d 100644
--- a/functional/tests/identity/v2/common.py
+++ b/functional/tests/identity/v2/common.py
@@ -61,9 +61,6 @@ class IdentityTests(test.TestCase):
def tearDownClass(cls):
cls.openstack('project delete %s' % cls.project_name)
- if hasattr(super(IdentityTests, cls), 'tearDownClass'):
- super(IdentityTests, cls).tearDownClass()
-
def _create_dummy_project(self, add_clean_up=True):
project_name = data_utils.rand_name('TestProject')
project_description = data_utils.rand_name('description')
diff --git a/functional/tests/identity/v3/common.py b/functional/tests/identity/v3/common.py
index a7cddfc2..c988d336 100644
--- a/functional/tests/identity/v3/common.py
+++ b/functional/tests/identity/v3/common.py
@@ -87,9 +87,6 @@ class IdentityTests(test.TestCase):
cls.openstack('domain set --disable %s' % cls.domain_name)
cls.openstack('domain delete %s' % cls.domain_name)
- if hasattr(super(IdentityTests, cls), 'tearDownClass'):
- super(IdentityTests, cls).tearDownClass()
-
def _create_dummy_user(self, add_clean_up=True):
username = data_utils.rand_name('TestUser')
password = data_utils.rand_name('password')