aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2016-08-29 11:10:34 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-29 11:10:34 +0000
commit2fe14e43a44c6e4c72d5c65dc84a969b387e91f6 (patch)
treed69ac357976afd5471b4854c5e44eb8bc6bbf070 /moonclient
parent8de116839d1435f2f064a3ffebe0dc0ba93579b2 (diff)
parentc60040a9f611ca1a22be224375f1f3eed92eed9a (diff)
Merge "Update password to conform to password set in test platform"
Diffstat (limited to 'moonclient')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_new_user.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/moonclient/moonclient/tests/tests_empty_policy_new_user.json b/moonclient/moonclient/tests/tests_empty_policy_new_user.json
index 91933e4b..6d29f4a8 100644
--- a/moonclient/moonclient/tests/tests_empty_policy_new_user.json
+++ b/moonclient/moonclient/tests/tests_empty_policy_new_user.json
@@ -3207,7 +3207,7 @@
},
{
"name": "add_subject",
- "command": "subject add demo --subject_pass password",
+ "command": "subject add demo --subject_pass console",
"result": "",
"description": "Add demo subject.",
"command_options": ""
@@ -3374,7 +3374,7 @@
},
{
"name": "add_subject",
- "command": "subject add demo --subject_pass password",
+ "command": "subject add demo --subject_pass console",
"result": "",
"description": "Add demo subject.",
"command_options": ""
@@ -3429,7 +3429,7 @@
{
"auth_name": "demo",
- "auth_password": "password",
+ "auth_password": "console",
"auth_tenant": "admin",
"description": "Change user to demo"
},