modify code that does not comply with pep8 specifications
modify code that does not comply with pep8 for visual indent Change-Id: I21b644eca275bc9e2d36768fb28b5dca9334c900
This commit is contained in:
parent
9d3280bfd0
commit
8b132a4c71
@ -39,9 +39,8 @@ class BaseAPITest(test.BaseTestCase):
|
||||
'identity_admin')
|
||||
auth_prov = get_auth_provider(credentials=credentials)
|
||||
cls.os_admin.venus_client = (
|
||||
client.VenusRestClient(auth_prov,
|
||||
'accelerator',
|
||||
CONF.identity.region))
|
||||
client.VenusRestClient(auth_prov, 'accelerator',
|
||||
CONF.identity.region))
|
||||
|
||||
@classmethod
|
||||
def setup_credentials(cls):
|
||||
|
@ -72,9 +72,8 @@ class ScenarioTest(tempest.test.BaseTestCase):
|
||||
|
||||
auth_prov = get_auth_provider(credentials)
|
||||
cls.os_admin.venus_client = (
|
||||
clients.VenusRestClient(auth_prov,
|
||||
'accelerator',
|
||||
CONF.identity.region))
|
||||
clients.VenusRestClient(auth_prov, 'accelerator',
|
||||
CONF.identity.region))
|
||||
|
||||
# ## Test functions library
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user