diff options
Diffstat (limited to 'test/mandatory/log.json')
-rw-r--r-- | test/mandatory/log.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/mandatory/log.json b/test/mandatory/log.json index 8dadc1b..e265f2d 100644 --- a/test/mandatory/log.json +++ b/test/mandatory/log.json @@ -1,4 +1,5 @@ { + "log": { "none": { "mode": "none" } }, "filter": [ {}, { "action": "drop" }, @@ -8,6 +9,9 @@ { "log": false, "action": "pass" }, { "log": true }, { "log": true, "action": "drop" }, - { "log": true, "action": "pass" } + { "log": true, "action": "pass" }, + { "log": "none" }, + { "log": "none", "action": "drop" }, + { "log": "none", "action": "pass" } ] } |