summaryrefslogtreecommitdiffstats
path: root/moonclient/moonclient/tests/tests_empty_policy_swift.json
diff options
context:
space:
mode:
Diffstat (limited to 'moonclient/moonclient/tests/tests_empty_policy_swift.json')
-rw-r--r--moonclient/moonclient/tests/tests_empty_policy_swift.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/moonclient/moonclient/tests/tests_empty_policy_swift.json b/moonclient/moonclient/tests/tests_empty_policy_swift.json
index e31e66c7..a1c197c4 100644
--- a/moonclient/moonclient/tests/tests_empty_policy_swift.json
+++ b/moonclient/moonclient/tests/tests_empty_policy_swift.json
@@ -5,7 +5,7 @@
{
"name": "swift list",
"external_command": "swift list",
- "result": "(?!moonclient_test)",
+ "no_result": "moonclient_test",
"description": "Check Swift command"
},
{
@@ -30,7 +30,7 @@
{
"name": "list tenant",
"command": "tenant list",
- "result": "(?!demo)",
+ "no_result": "demo",
"description": "Check if tenant demo is used."
},
{
@@ -877,7 +877,7 @@
{
"name": "swift list",
"external_command": "swift list",
- "result": "(?!moonclient_test)",
+ "no_result": "moonclient_test",
"description": "Check Swift command, it must be impossible due to current rules"
},
@@ -964,7 +964,7 @@
{
"name": "swift list",
"external_command": "swift list moonclient_test",
- "result": "(?!tmp/test.txt)",
+ "no_result": "tmp/test.txt",
"description": "Check that test file has not been uploaded."
},
{