aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2016-08-18 13:49:15 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-18 13:49:15 +0000
commit11fb7a62a4f4b1b607fa8815abe82d6c2a23286a (patch)
treeeac40550e2f3152980ea680f9eb49055be9bea93 /moonclient
parent16b0481606010f843711cda99bfb6901c1fa1f38 (diff)
parent7b5fc1523fa45002d0e6c5841a388a30697f9531 (diff)
Merge "fix bug hardcoded password and remove keystoneclient cli cmd"
Diffstat (limited to 'moonclient')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_new_user.json4
1 files changed, 2 insertions, 2 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..6adb9a16 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...)"
},
@@ -72,7 +72,7 @@
},
{
"name": "add role admin to demo",
- "external_command": "keystone user-role-add --user demo --role admin --tenant demo",
+ "external_command": "openstack role add --project demo --user demo admin ",
"result": "",
"description": "Add role admin to user demo (an error may occurred)"
},