aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_empty_policy_new_user.json
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests/tests_empty_policy_new_user.json')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_new_user.json12
1 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 7c1d08cd..69f4e161 100644
--- a/moonclient/moonclient/tests/tests_empty_policy_new_user.json
+++ b/moonclient/moonclient/tests/tests_empty_policy_new_user.json
@@ -98,7 +98,7 @@
},
{
"name": "add_subject",
- "command": "subject add admin --password nomoresecrete",
+ "command": "subject add admin --subject_pass nomoresecrete",
"result": "",
"description": "",
"command_options": ""
@@ -111,7 +111,7 @@
},
{
"name": "add_subject",
- "command": "subject add demo --password nomoresecrete",
+ "command": "subject add demo --subject_pass nomoresecrete",
"result": "",
"description": "",
"command_options": ""
@@ -927,7 +927,7 @@
{
"name": "add_subject",
- "command": "subject add admin --password nomoresecrete",
+ "command": "subject add admin --subject_pass nomoresecrete",
"result": "",
"description": "Add admin subject.",
"command_options": ""
@@ -3187,7 +3187,7 @@
},
{
"name": "add_subject",
- "command": "subject add demo --password nomoresecrete",
+ "command": "subject add demo --subject_pass nomoresecrete",
"result": "",
"description": "Add demo subject.",
"command_options": ""
@@ -3354,7 +3354,7 @@
},
{
"name": "add_subject",
- "command": "subject add demo --password nomoresecrete",
+ "command": "subject add demo --subject_pass nomoresecrete",
"result": "",
"description": "Add demo subject.",
"command_options": ""
@@ -3374,7 +3374,7 @@
},
{
"name": "demo: try to pause nova instance",
- "external_command": "nova --os-user-name demo pause $uuid_server",
+ "external_command": "nova --os-username demo pause $uuid_server",
"result": "^$",
"description": "Pausing the server must be impossible due to the current rules"
},