From 760b402ac8acd6374f8f4a5d9f5ed022f5f25e09 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Thu, 17 Oct 2024 12:05:03 -0700 Subject: [PATCH] tls/eve-fields: update test to 7.0.8 Related to Bug #7287 --- tests/tls/tls-eve-custom-fields/test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/tls/tls-eve-custom-fields/test.yaml b/tests/tls/tls-eve-custom-fields/test.yaml index 84c5187ee..2f9148cc7 100644 --- a/tests/tls/tls-eve-custom-fields/test.yaml +++ b/tests/tls/tls-eve-custom-fields/test.yaml @@ -1,6 +1,3 @@ -requires: - min-version: 8 - args: - -k none @@ -8,6 +5,7 @@ pcap: ../tls-store-02/tls-client-auth.pcap checks: - filter: + min-version: 8 count: 1 match: event_type: tls @@ -24,6 +22,7 @@ checks: tls.client.notbefore: '2018-04-14T20:55:27' tls.client.notafter: '2018-05-14T20:55:27' - filter: + min-version: 7.0.8 count: 1 match: event_type: tls -- 2.47.2