{ "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\\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\\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" } ] } }