Update password to conform to password set in test platform 43/21743/1
authorThomas Duval <thomas.duval@orange.com>
Mon, 29 Aug 2016 10:02:46 +0000 (12:02 +0200)
committerThomas Duval <thomas.duval@orange.com>
Tue, 20 Sep 2016 08:38:36 +0000 (10:38 +0200)
Change-Id: I9919da5e559a396d54e0f8a24799a096c5b9102f
(cherry picked from commit c60040a9f611ca1a22be224375f1f3eed92eed9a)

moonclient/moonclient/tests/tests_empty_policy_new_user.json
tests/run_tests.py

index 91933e4..6d29f4a 100644 (file)
       },
       {
         "name": "add_subject",
-        "command": "subject add demo --subject_pass password",
+        "command": "subject add demo --subject_pass console",
         "result": "",
         "description": "Add demo subject.",
         "command_options": ""
       },
       {
         "name": "add_subject",
-        "command": "subject add demo --subject_pass password",
+        "command": "subject add demo --subject_pass console",
         "result": "",
         "description": "Add demo subject.",
         "command_options": ""
 
       {
         "auth_name": "demo",
-        "auth_password": "password",
+        "auth_password": "console",
         "auth_tenant": "admin",
         "description": "Change user to demo"
       },
index 57ef95b..2b93203 100755 (executable)
@@ -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()