aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_new_user.json8
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_swift.json1
2 files changed, 5 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"
},
diff --git a/moonclient/moonclient/tests/tests_empty_policy_swift.json b/moonclient/moonclient/tests/tests_empty_policy_swift.json
index 93b39d6e..6d8de2e4 100644
--- a/moonclient/moonclient/tests/tests_empty_policy_swift.json
+++ b/moonclient/moonclient/tests/tests_empty_policy_swift.json
@@ -4,6 +4,7 @@
"authz": [
{
"auth_name": "admin",
+ "auth_tenant": "demo",
"description": "Change user to admin (just in case...)"
},