Skip to content

Commit 0848073

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove code forgotten in cb28fb5"
2 parents 0c74857 + 60f3cfa commit 0848073

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)