Skip to content

Commit 75a8108

Browse files
Cristi1324Dany9966
authored andcommitted
Unit tests: cli: shell: Add 'password' argument to keystone v3.Password
1 parent c8156ad commit 75a8108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coriolisclient/tests/cli/data/shell_create_keystone_auth.yml

+4
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@
4444
os_tenant_id: "mock_os_tenant_id"
4545
kwargs:
4646
auth_url: "mock_auth_url"
47+
password: "mock_password"
4748
expected_kwargs:
4849
auth_url: "mock_auth_url"
4950
project_id: "mock_os_project_id"
51+
password: "mock_password"
5052
api_version: '3'
5153
auth_type: 'other'
5254
auth_fun: 'keystoneauth1.identity.v3.Password'
@@ -58,9 +60,11 @@
5860
os_tenant_id: "mock_os_tenant_id"
5961
kwargs:
6062
auth_url: "mock_auth_url"
63+
password: "mock_password"
6164
expected_kwargs:
6265
auth_url: "mock_auth_url"
6366
project_id: "mock_os_project_id"
67+
password: "mock_password"
6468
api_version: '3'
6569
auth_type:
6670
auth_fun: 'keystoneauth1.identity.v3.Password'

0 commit comments

Comments
 (0)