summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_configuration.json
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2015-10-12 17:51:43 +0200
committerasteroide <thomas.duval@orange.com>2015-10-12 17:51:43 +0200
commit004cd2069974e4dfa9ef38c4387529aabcc9dfe3 (patch)
treebf95ebebea6c996ee9b1b0316f3c141f8f68aa71 /moonclient/moonclient/tests/tests_configuration.json
parent6273077bc9ea98c5e54d4f89a364dc403c13af1b (diff)
Change the 'intraextension create' to 'intraextension add'.
Change-Id: I23932ce17e00044d87b8dcf2065571c0e82a7a30
Diffstat (limited to 'moonclient/moonclient/tests/tests_configuration.json')
-rw-r--r--moonclient/moonclient/tests/tests_configuration.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/moonclient/moonclient/tests/tests_configuration.json b/moonclient/moonclient/tests/tests_configuration.json
index c470cc1c..83b9fd64 100644
--- a/moonclient/moonclient/tests/tests_configuration.json
+++ b/moonclient/moonclient/tests/tests_configuration.json
@@ -23,7 +23,7 @@
},
{
"name": "create_intraextension_authz",
- "command": "intraextension create --policy_model policy_authz authz_test",
+ "command": "intraextension add --policy_model policy_authz authz_test",
"result": "IntraExtension created: (?P<uuid_authz>\\w+)",
"description": "Create an authz intra extension",
"command_options": ""
@@ -115,7 +115,7 @@
},
{
"name": "create_intraextension_authz",
- "command": "intraextension create --policy_model policy_authz authz_test",
+ "command": "intraextension add --policy_model policy_authz authz_test",
"result": "IntraExtension created: (?P<uuid_authz>\\w+)",
"description": "Create an authz intra extension",
"command_options": ""
@@ -128,7 +128,7 @@
},
{
"name": "create_intraextension_admin",
- "command": "intraextension create --policy_model policy_admin admin_test",
+ "command": "intraextension add --policy_model policy_rbac_admin admin_test",
"result": "IntraExtension created: (?P<uuid_admin>\\w+)",
"description": "Create an admin intra extension",
"command_options": ""