aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2016-09-09 10:07:21 +0200
committerThomas Duval <thomas.duval@orange.com>2016-09-20 10:38:38 +0200
commit2a451550630dcef4ffe02610440892b60ac2f38f (patch)
treec63ec74c9d58137da765bf906e156bffd0db3b5a /moonclient
parent5400372d88d618a2b015e8ae7c324c85d732ea40 (diff)
Use curl to auth to ODL and fix a bug in moonclient test.
Change-Id: I7a3dfdcb8a7919bfc0846428a7862ecc314bc57f (cherry picked from commit 77be911e1ed0d16626adeae2eae3563bb18b3a8e)
Diffstat (limited to 'moonclient')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_new_user.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonclient/moonclient/tests/tests_empty_policy_new_user.json b/moonclient/moonclient/tests/tests_empty_policy_new_user.json
index 311f59e9..ad9d7e52 100644
--- a/moonclient/moonclient/tests/tests_empty_policy_new_user.json
+++ b/moonclient/moonclient/tests/tests_empty_policy_new_user.json
@@ -77,7 +77,7 @@
},
{
"name": "create user demo",
- "external_command": "openstack user create --password console",
+ "external_command": "openstack user create --password console demo",
"result": "",
"description": "Create user demo"
},