From: Victor Julien Date: Fri, 20 Sep 2024 07:40:55 +0000 (+0200) Subject: tests: update for stricter timeout handling X-Git-Tag: suricata-7.0.9~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bc7e2bf18d88b7a15185afec4121f3c980b41d;p=thirdparty%2Fsuricata-verify.git tests: update for stricter timeout handling --- diff --git a/tests/vxlan-decoder-03/test.yaml b/tests/vxlan-decoder-03/test.yaml index e6a47edcd..c88a77654 100644 --- a/tests/vxlan-decoder-03/test.yaml +++ b/tests/vxlan-decoder-03/test.yaml @@ -7,6 +7,24 @@ args: checks: - filter: + min-version: 8 + count: 14 + match: + event_type: flow + dest_port: 4789 + flow.pkts_toclient: 0 + flow.bytes_toclient: 0 + - filter: + min-version: 8 + count: 2 + match: + event_type: flow + dest_port: 4789 + src_port: 65445 + flow.pkts_toclient: 0 + flow.bytes_toclient: 0 + - filter: + lt-version: 8 count: 13 match: event_type: flow