Remove some pointless code

Change-Id: I3163834c330c5ea44c1096e83127588c88f0d761
This commit is contained in:
Tim Burke 2018-06-22 16:23:57 -07:00
parent ae30659ce9
commit 85bb28eab4
1 changed files with 0 additions and 6 deletions

View File

@ -485,9 +485,6 @@ class TestUsingKeystone(TestFunctional):
self.auth_url, username, password, auth_version=self.auth_version,
os_options=os_options)
def setUp(self):
super(TestUsingKeystone, self).setUp()
class TestUsingKeystoneV3(TestFunctional):
"""
@ -514,6 +511,3 @@ class TestUsingKeystoneV3(TestFunctional):
return swiftclient.Connection(self.auth_url, username, password,
auth_version=self.auth_version,
os_options=os_options)
def setUp(self):
super(TestUsingKeystoneV3, self).setUp()