summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2015-09-18 07:50:14 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-18 07:50:14 +0000
commita03ac963aaebfbeb85e54f1cab98bae8f940d0ac (patch)
tree2e26ae32af8290021b239bed9923a166df28d857
parentc6437b44d02ee55f2c0c9f35b6aaaed13b19d89e (diff)
parent256402a20834f0683d5a0c9aa5d487d0fa29b911 (diff)
Merge "Fix a bug in subjects tests."
-rw-r--r--moonclient/moonclient/tests/tests_subjects.json28
1 files changed, 28 insertions, 0 deletions
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
@@ -42,6 +42,20 @@
"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",
"result": "",
@@ -157,6 +171,20 @@
"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",
"result": "",