From: Victor Julien Date: Tue, 13 May 2025 09:28:37 +0000 (+0200) Subject: tests: drop/pass deconfliction updates for 7.0.x X-Git-Tag: suricata-7.0.11~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2506%2Fhead;p=thirdparty%2Fsuricata-verify.git tests: drop/pass deconfliction updates for 7.0.x --- diff --git a/tests/util-action-tests/util-action-13/test.yaml b/tests/util-action-tests/util-action-13/test.yaml index 422ab2753..911f0eea6 100644 --- a/tests/util-action-tests/util-action-13/test.yaml +++ b/tests/util-action-tests/util-action-13/test.yaml @@ -3,13 +3,6 @@ args: - --simulate-ips checks: -- filter: - lt-version: 8 - count: 1 - match: - event_type: flow - flow.alerted: true - flow.action: pass - filter: count: 1 match: @@ -21,17 +14,10 @@ checks: event_type: alert alert.signature_id: 1 - filter: - min-version: 8 count: 3 match: event_type: alert alert.signature_id: 2 -- filter: - lt-version: 8 - count: 1 - match: - event_type: alert - alert.signature_id: 2 - filter: count: 0 match: diff --git a/tests/util-action-tests/util-action-16/test.yaml b/tests/util-action-tests/util-action-16/test.yaml index 29b73f9e5..4b829943c 100644 --- a/tests/util-action-tests/util-action-16/test.yaml +++ b/tests/util-action-tests/util-action-16/test.yaml @@ -5,13 +5,6 @@ args: - --simulate-ips checks: -- filter: - lt-version: 8 - count: 1 - match: - event_type: flow - flow.alerted: true - flow.action: pass - filter: count: 1 match: @@ -23,27 +16,13 @@ checks: event_type: alert alert.signature_id: 1 - filter: - min-version: 8 count: 3 match: event_type: alert alert.signature_id: 2 # IP-only, so max 2. - filter: - min-version: 8 count: 2 match: event_type: alert alert.signature_id: 3 -- filter: - lt-version: 8 - count: 1 - match: - event_type: alert - alert.signature_id: 2 -- filter: - lt-version: 8 - count: 1 - match: - event_type: alert - alert.signature_id: 3