Skip to content

Commit 60f3cfa

Browse files
author
Vincent Legoll
committed
Remove code forgotten in cb28fb5
Change-Id: I2abc75c94c1b6450f56bfcf2d8b1135e5caa3598 Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
1 parent 6828f5c commit 60f3cfa

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

functional/tests/identity/v2/common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def setUpClass(cls):
6161
def tearDownClass(cls):
6262
cls.openstack('project delete %s' % cls.project_name)
6363

64-
if hasattr(super(IdentityTests, cls), 'tearDownClass'):
65-
super(IdentityTests, cls).tearDownClass()
66-
6764
def _create_dummy_project(self, add_clean_up=True):
6865
project_name = data_utils.rand_name('TestProject')
6966
project_description = data_utils.rand_name('description')

functional/tests/identity/v3/common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ def tearDownClass(cls):
8787
cls.openstack('domain set --disable %s' % cls.domain_name)
8888
cls.openstack('domain delete %s' % cls.domain_name)
8989

90-
if hasattr(super(IdentityTests, cls), 'tearDownClass'):
91-
super(IdentityTests, cls).tearDownClass()
92-
9390
def _create_dummy_user(self, add_clean_up=True):
9491
username = data_utils.rand_name('TestUser')
9592
password = data_utils.rand_name('password')

0 commit comments

Comments
 (0)