From c60040a9f611ca1a22be224375f1f3eed92eed9a Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Mon, 29 Aug 2016 12:02:46 +0200 Subject: Update password to conform to password set in test platform Change-Id: I9919da5e559a396d54e0f8a24799a096c5b9102f --- moonclient/moonclient/tests/tests_empty_policy_new_user.json | 10 +++++----- tests/run_tests.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/moonclient/moonclient/tests/tests_empty_policy_new_user.json b/moonclient/moonclient/tests/tests_empty_policy_new_user.json index 2d24e02e..8c931e0d 100644 --- a/moonclient/moonclient/tests/tests_empty_policy_new_user.json +++ b/moonclient/moonclient/tests/tests_empty_policy_new_user.json @@ -4,7 +4,7 @@ "authz": [ { "auth_name": "admin", - "auth_password": "password", + "auth_password": "console", "auth_tenant": "admin", "description": "Change user to admin (just in case...)" }, @@ -131,7 +131,7 @@ }, { "name": "add_subject", - "command": "subject add demo --subject_pass password", + "command": "subject add demo --subject_pass console", "result": "", "description": "", "command_options": "" @@ -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 4d7eacd8..bef4b6e2 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -26,7 +26,7 @@ logger = ft_logger.Logger("moon").getLogger() def main(): - cmd = "moon test --self" + cmd = "moon test --password console --self" start_time = time.time() -- cgit 1.2.3-korg