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,8 +39,7 @@ class BaseAPITest(test.BaseTestCase):
|
|||||||
'identity_admin')
|
'identity_admin')
|
||||||
auth_prov = get_auth_provider(credentials=credentials)
|
auth_prov = get_auth_provider(credentials=credentials)
|
||||||
cls.os_admin.venus_client = (
|
cls.os_admin.venus_client = (
|
||||||
client.VenusRestClient(auth_prov,
|
client.VenusRestClient(auth_prov, 'accelerator',
|
||||||
'accelerator',
|
|
||||||
CONF.identity.region))
|
CONF.identity.region))
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
@ -72,8 +72,7 @@ class ScenarioTest(tempest.test.BaseTestCase):
|
|||||||
|
|
||||||
auth_prov = get_auth_provider(credentials)
|
auth_prov = get_auth_provider(credentials)
|
||||||
cls.os_admin.venus_client = (
|
cls.os_admin.venus_client = (
|
||||||
clients.VenusRestClient(auth_prov,
|
clients.VenusRestClient(auth_prov, 'accelerator',
|
||||||
'accelerator',
|
|
||||||
CONF.identity.region))
|
CONF.identity.region))
|
||||||
|
|
||||||
# ## Test functions library
|
# ## Test functions library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user