diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-09 12:10:19 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-09 14:12:48 +0200 |
commit | 4e583cd4dedd6467f300eea5947a4f6bb2c036f2 (patch) | |
tree | dae818feb42faa54a1c2e68f0bb8d35f7ee92d13 /schema | |
parent | 0a7ad7a76ac34d7a0c7635591203de08979b60da (diff) |
Added JSON schema validation to run_tests.sh
* Python3 scripts are now compatible with versions <3.6
* improved and prettified run_tests.sh
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/daemon_event_schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index 7a40a6ca0..cf3756236 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -59,6 +59,9 @@ "tcp-max-post-end-flow-time": { "type": "number" }, + "max-packets-per-flow-to-process": { + "type": "number" + }, "max-packets-per-flow-to-send": { "type": "number" } |