summaryrefslogtreecommitdiff
path: root/tempest/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/test.py')
-rw-r--r--tempest/test.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tempest/test.py b/tempest/test.py
index 118d32646..ae77284d7 100644
--- a/tempest/test.py
+++ b/tempest/test.py
@@ -434,15 +434,6 @@ class BaseTestCase(testtools.testcase.WithAttributes,
cls.isolated_creds.clear_isolated_creds()
@classmethod
- def _get_identity_admin_client(cls):
- """
- Returns an instance of the Identity Admin API client
- """
- os = clients.AdminManager(service=cls._service)
- admin_client = os.identity_client
- return admin_client
-
- @classmethod
def set_network_resources(cls, network=False, router=False, subnet=False,
dhcp=False):
"""Specify which network resources should be created