Fix cli integration tests
Depends-On: Ie8bad1412cd1874a5cf3382d1ea17e71119afe1e Change-Id: I5333a9ccc95f767f0b0cabbf5a07f735804feb9b
This commit is contained in:
@@ -26,11 +26,11 @@ class MistralCLIAuth(base.ClientTestBase):
|
|||||||
|
|
||||||
def _get_admin_clients(self):
|
def _get_admin_clients(self):
|
||||||
clients = base.CLIClient(
|
clients = base.CLIClient(
|
||||||
CONF.identity.admin_username,
|
username=CONF.identity.admin_username,
|
||||||
CONF.identity.admin_password,
|
password=CONF.identity.admin_password,
|
||||||
CONF.identity.admin_tenant_name,
|
tenant_name=CONF.identity.admin_tenant_name,
|
||||||
CONF.identity.uri,
|
uri=CONF.identity.uri,
|
||||||
CONF.cli.cli_dir)
|
cli_dir='/usr/local/bin')
|
||||||
|
|
||||||
return clients
|
return clients
|
||||||
|
|
||||||
@@ -57,11 +57,11 @@ class MistralCLIAltAuth(base.ClientTestBase):
|
|||||||
|
|
||||||
def _get_alt_clients(self):
|
def _get_alt_clients(self):
|
||||||
clients = base.CLIClient(
|
clients = base.CLIClient(
|
||||||
CONF.identity.alt_username,
|
username=CONF.identity.alt_username,
|
||||||
CONF.identity.alt_password,
|
password=CONF.identity.alt_password,
|
||||||
CONF.identity.alt_tenant_name,
|
tenant_name=CONF.identity.alt_tenant_name,
|
||||||
CONF.identity.uri,
|
uri=CONF.identity.uri,
|
||||||
CONF.cli.cli_dir)
|
cli_dir='/usr/local/bin')
|
||||||
|
|
||||||
return clients
|
return clients
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user