Remove code forgotten in cb28fb55884a9be7cd70c37343181116cf000a42
Change-Id: I2abc75c94c1b6450f56bfcf2d8b1135e5caa3598 Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
This commit is contained in:
parent
6828f5ce27
commit
60f3cfa6ef
@ -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')
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user