aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_empty_policy_new_user.json
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2016-09-05 17:13:09 +0200
committerThomas Duval <thomas.duval@orange.com>2016-09-20 10:38:37 +0200
commitf81ecda07c3203856af134aca2b397711432a58f (patch)
tree950f15825f3ba1d098e95fa0b7bb256aa28a3a47 /moonclient/moonclient/tests/tests_empty_policy_new_user.json
parent1dcfe5a30a080297a3f31ec9dc38e19ba741107f (diff)
Add an option to force the name of the logfile.
Change-Id: Iea61a1045c9d60a157725dfc7df8dad5b9ca905a (cherry picked from commit 347dbd9d0ec41fe4951210eea9dad2b41bf7f142)
Diffstat (limited to 'moonclient/moonclient/tests/tests_empty_policy_new_user.json')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_new_user.json8
1 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 96fb37d9..d2ca0e2a 100644
--- a/moonclient/moonclient/tests/tests_empty_policy_new_user.json
+++ b/moonclient/moonclient/tests/tests_empty_policy_new_user.json
@@ -22,7 +22,7 @@
"description": "Upload the Cirros image in glance"
},
{
- "name": "nova image-list",
+ "name": "openstack image list",
"external_command": "nova image-list",
"result": "(?P<uuid_image>[\\w-]+)\\s+\\| cirros",
"description": "Get an Image ID"
@@ -130,7 +130,7 @@
},
{
"name": "add_subject",
- "command": "subject add admin --subject_pass nomoresecrete",
+ "command": "subject add admin --subject_pass console",
"result": "",
"description": "",
"command_options": ""
@@ -959,7 +959,7 @@
{
"name": "add_subject",
- "command": "subject add admin --subject_pass nomoresecrete",
+ "command": "subject add admin --subject_pass console",
"result": "",
"description": "Add admin subject.",
"command_options": ""
@@ -3442,7 +3442,7 @@
{
"auth_name": "demo",
"auth_password": "console",
- "auth_tenant": "admin",
+ "auth_tenant": "demo",
"description": "Change user to demo"
},