From 78e89d3178a96adc63b09a7c6b5d59b4c70aa72e Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 25 Feb 2025 10:16:36 +0100 Subject: [PATCH] test: backports for issue 7521 Ticket: 7521 --- tests/iponly-midstream-01/test.yaml | 2 +- tests/uricontent/detect-uricontent-06/test.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/iponly-midstream-01/test.yaml b/tests/iponly-midstream-01/test.yaml index 661971fc0..ee60f8e2f 100644 --- a/tests/iponly-midstream-01/test.yaml +++ b/tests/iponly-midstream-01/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7.0.12 args: - --set stream.midstream=true diff --git a/tests/uricontent/detect-uricontent-06/test.yaml b/tests/uricontent/detect-uricontent-06/test.yaml index 922d5f5d8..22fd2cd05 100644 --- a/tests/uricontent/detect-uricontent-06/test.yaml +++ b/tests/uricontent/detect-uricontent-06/test.yaml @@ -23,17 +23,10 @@ checks: event_type: alert alert.signature_id: 4 - filter: - min-version: 8 count: 1 match: event_type: alert alert.signature_id: 5 -- filter: - version: 7 - count: 2 - match: - event_type: alert - alert.signature_id: 5 - filter: count: 0 match: -- 2.47.3