aboutsummaryrefslogtreecommitdiffstats
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.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/moonclient/moonclient/tests/tests_root_intraextensions.json b/moonclient/moonclient/tests/tests_root_intraextensions.json
deleted file mode 100644
index e24151d1..00000000
--- a/moonclient/moonclient/tests/tests_root_intraextensions.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "command_options": "-f value",
- "tests_group": {
- "main": [
- {
- "auth_name": "admin",
- "description": "Change user to admin (just in case...)"
- },
-
- {
- "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