From 4e583cd4dedd6467f300eea5947a4f6bb2c036f2 Mon Sep 17 00:00:00 2001 From: Toni Uhlig <matzeton@googlemail.com> Date: Fri, 9 Apr 2021 12:10:19 +0200 Subject: 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> --- schema/daemon_event_schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'schema') 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" } -- cgit v1.2.3