From 9b3261defd81c6c0d762611b78073ac76c3f1598 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 13 May 2025 11:28:37 +0200 Subject: [PATCH] tests: drop/pass deconfliction updates for 7.0.x --- .../util-action-13/test.yaml | 14 ------------- .../util-action-16/test.yaml | 21 ------------------- 2 files changed, 35 deletions(-) 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 -- 2.47.2