From: asteroide Date: Fri, 18 Sep 2015 07:21:54 +0000 (+0200) Subject: Fix a bug in subjects tests. X-Git-Tag: colorado.1.0~154^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=256402a20834f0683d5a0c9aa5d487d0fa29b911;p=moon.git Fix a bug in subjects tests. Change-Id: I0919a806437682aaa45df8bf48b06ac36fc5d9ac --- diff --git a/moonclient/moonclient/tests/tests_subjects.json b/moonclient/moonclient/tests/tests_subjects.json index 5c2a2294..7453c6a7 100644 --- a/moonclient/moonclient/tests/tests_subjects.json +++ b/moonclient/moonclient/tests/tests_subjects.json @@ -41,6 +41,20 @@ "description": "Connect the authz intra extension to the tenant alt_demo", "command_options": "" }, + { + "name": "select_authz_ie", + "command": "intraextension select $uuid_authz", + "result": "Select $uuid_authz IntraExtension.", + "description": "Select the authz IntraExtension", + "command_options": "" + }, + { + "name": "check_select_authz_ie", + "command": "intraextension show selected", + "result": "$uuid_authz", + "description": "Check the selected authz IntraExtension", + "command_options": "-c id -f value" + }, { "name": "add_subject", "command": "subject add alt_demo", @@ -156,6 +170,20 @@ "description": "Check that admin intra extension has been correctly added to the tenant.", "command_options": "-c intra_admin_extension_id -f value" }, + { + "name": "select_authz_ie", + "command": "intraextension select $uuid_authz", + "result": "Select $uuid_authz IntraExtension.", + "description": "Select the authz IntraExtension", + "command_options": "" + }, + { + "name": "check_select_authz_ie", + "command": "intraextension show selected", + "result": "$uuid_authz", + "description": "Check the selected authz IntraExtension", + "command_options": "-c id -f value" + }, { "name": "add_subject", "command": "subject add alt_demo",