{ "command_options": "-f value", "tests_group": { "authz": [ { "auth_name": "demo", "description": "Change user to demo" }, { "name": "list tenant", "command": "tenant list", "result": "^$", "description": "Check if user demo cannot read the list of all tenants." }, { "auth_name": "admin", "description": "Change user to admin" }, { "name": "list tenant", "command": "tenant list", "result": "admin", "description": "Check if user admin can read the list of all tenants." } ] } }