summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_root_intraextensions.json
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests/tests_root_intraextensions.json')
-rw-r--r--moonclient/moonclient/tests/tests_root_intraextensions.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/moonclient/moonclient/tests/tests_root_intraextensions.json b/moonclient/moonclient/tests/tests_root_intraextensions.json
new file mode 100644
index 00000000..339136d0
--- /dev/null
+++ b/moonclient/moonclient/tests/tests_root_intraextensions.json
@@ -0,0 +1,43 @@
+{
+ "command_options": "-f value",
+ "tests_group": {
+ "main": [
+
+ {
+ "name": "list_intraextension",
+ "command": "intraextension list",
+ "result": "(?P<uuid_root>\\w+)\\s+policy_root",
+ "description": "Check the existence of the root intra extension",
+ "command_options": "-c id -c name -f value"
+ },
+
+ {
+ "name": "select root ie",
+ "command": "intraextension select $uuid_root",
+ "result": "Select $uuid_root IntraExtension.",
+ "description": "Select the root intra extension to work with",
+ "command_options": ""
+ },
+ {
+ "name": "check_admin_user",
+ "command": "subject list",
+ "result": "admin",
+ "description": "Check that admin user was added"
+ },
+ {
+ "name": "check_submetarule",
+ "command": "submetarule show",
+ "result": "(?P<uuid_submetarule>\\w+)\\s+rbac_rule",
+ "description": "Check that submetarule was added"
+ },
+ {
+ "name": "check_rule",
+ "command": "rule list $uuid_submetarule",
+ "result": "root_role",
+ "description": "Check that rules were added"
+ }
+
+
+ ]
+ }
+} \ No newline at end of file