From 60f3cfa6ef21b5aca9a4b71b3f13f25db46b16ee Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@idgrilles.fr>
Date: Fri, 24 Jun 2016 12:18:40 +0200
Subject: [PATCH] Remove code forgotten in
 cb28fb55884a9be7cd70c37343181116cf000a42

Change-Id: I2abc75c94c1b6450f56bfcf2d8b1135e5caa3598
Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
---
 functional/tests/identity/v2/common.py | 3 ---
 functional/tests/identity/v3/common.py | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/functional/tests/identity/v2/common.py b/functional/tests/identity/v2/common.py
index 9d6a7bb5b0..ca061a4dac 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 a7cddfc2c9..c988d33638 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')