diff options
author | Ruan HE <ruan.he@orange.com> | 2016-08-29 11:10:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-29 11:10:34 +0000 |
commit | 2fe14e43a44c6e4c72d5c65dc84a969b387e91f6 (patch) | |
tree | d69ac357976afd5471b4854c5e44eb8bc6bbf070 | |
parent | 8de116839d1435f2f064a3ffebe0dc0ba93579b2 (diff) | |
parent | c60040a9f611ca1a22be224375f1f3eed92eed9a (diff) |
Merge "Update password to conform to password set in test platform"
-rw-r--r-- | moonclient/moonclient/tests/tests_empty_policy_new_user.json | 6 | ||||
-rwxr-xr-x | tests/run_tests.py | 2 |
2 files changed, 4 insertions, 4 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" }, diff --git a/tests/run_tests.py b/tests/run_tests.py index 57ef95bc..2b932036 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -33,7 +33,7 @@ logger = ft_logger.Logger("moon").getLogger() def main(): - cmd = "moon test --self" + cmd = "moon test --password console --self" start_time = time.time() |