aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient/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-09 10:07:21 +0200
commit77be911e1ed0d16626adeae2eae3563bb18b3a8e (patch)
tree8361d96dc8e4b4bc83ea8291871b0633a9286500 /moonclient/moonclient
parentbbe7fc7d91252ad454df8c7b3407cd7478badddd (diff)
Use curl to auth to ODL and fix a bug in moonclient test.
Change-Id: I7a3dfdcb8a7919bfc0846428a7862ecc314bc57f
Diffstat (limited to 'moonclient/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"
},