summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_rules.json
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests/tests_rules.json')
-rw-r--r--moonclient/moonclient/tests/tests_rules.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/moonclient/moonclient/tests/tests_rules.json b/moonclient/moonclient/tests/tests_rules.json
index 5d3229b1..6c220733 100644
--- a/moonclient/moonclient/tests/tests_rules.json
+++ b/moonclient/moonclient/tests/tests_rules.json
@@ -5,7 +5,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
},
{
@@ -136,7 +136,7 @@
{
"name": "check_deleted_rule",
"command": "rule list $submetarule_uuid",
- "result": "(?!very_high)",
+ "no_result": "very_high",
"description": "Check that the rule was correctly deleted.",
"command_options": "-c s:subject_security_level -f value"
},
@@ -151,7 +151,7 @@
{
"name": "list_intraextension_authz",
"command": "intraextension list",
- "result": "(?!$uuid_authz)",
+ "no_result": "$uuid_authz",
"description": "Check the existence of that authz intra extension"
},
{
@@ -164,7 +164,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
}
],
@@ -172,7 +172,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
},
{
@@ -337,7 +337,7 @@
{
"name": "check_deleted_rule",
"command": "rule list $submetarule_uuid",
- "result": "(?!very_high)",
+ "no_result": "very_high",
"description": "Check that the rule was correctly deleted.",
"command_options": "-c s:subject_security_level -f value"
},
@@ -352,7 +352,7 @@
{
"name": "list_intraextension_authz",
"command": "intraextension list",
- "result": "(?!$uuid_authz)",
+ "no_result": "$uuid_authz",
"description": "Check the existence of that authz intra extension"
},
{
@@ -365,7 +365,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!alt_demo)",
+ "no_result": "alt_demo",
"description": "Check if tenant alt_demo is used."
}
]