diff options
Diffstat (limited to 'test/mandatory/log.json')
-rw-r--r-- | test/mandatory/log.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mandatory/log.json b/test/mandatory/log.json new file mode 100644 index 0000000..8dadc1b --- /dev/null +++ b/test/mandatory/log.json @@ -0,0 +1,13 @@ +{ + "filter": [ + {}, + { "action": "drop" }, + { "action": "pass" }, + { "log": false }, + { "log": false, "action": "drop" }, + { "log": false, "action": "pass" }, + { "log": true }, + { "log": true, "action": "drop" }, + { "log": true, "action": "pass" } + ] +} |