From f2c39642540a198e60323fc8c2fe46ff19396be8 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sat, 8 Feb 2025 12:05:11 -0500 Subject: [PATCH] detect/csum: Update min-version Issue: 7468 The backport of 7467 to main-7.0.x allows these tests to run in a 7.0.x environment. --- tests/detect-chksum-01/test.yaml | 2 +- tests/detect-chksum-02/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/detect-chksum-01/test.yaml b/tests/detect-chksum-01/test.yaml index 60b75fefd..3e61693c7 100644 --- a/tests/detect-chksum-01/test.yaml +++ b/tests/detect-chksum-01/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 args: - --set stream.checksum-validation=yes diff --git a/tests/detect-chksum-02/test.yaml b/tests/detect-chksum-02/test.yaml index 1af4ca7f7..df9b1398c 100644 --- a/tests/detect-chksum-02/test.yaml +++ b/tests/detect-chksum-02/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 pcap: ../detect-chksum-01/input.pcap -- 2.47.2