]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
tests/ikev1-duplicate-proposals: update for 8.0 2704/head 2710/head
authorJason Ish <jason.ish@oisf.net>
Thu, 16 Oct 2025 22:54:48 +0000 (16:54 -0600)
committerVictor Julien <victor@inliniac.net>
Sun, 19 Oct 2025 16:49:42 +0000 (18:49 +0200)
Ticket: #7923

tests/ikev1-duplicate-proposals/test.yaml

index e67b24f425442179851cf64ba08cbf98db3e08bd..99868be594351bd9146e03ac8a64ee6c14fb2bbe 100644 (file)
@@ -1,10 +1,19 @@
 requires:
-  min-version: 9.0.0
+  min-version: 8.0.0
 
 checks:
   - filter:
+      requires:
+        min-version: 9.0.0
       count: 1
       match:
         ike._v: 2
         ike.ikev1.client.proposals[3]: {"key": "sa_life_duration", "value": "Unknown", "raw": 86400}
         ike.ikev1.client.proposals[7]: {"key": "sa_life_duration", "value": "Unknown", "raw": 65535}
+  - filter:
+      requires:
+        #min-version: 8.0.0
+        lt-version: 9.0.0
+      count: 1
+      match:
+        ike.ikev1.client.proposals[0].sa_life_duration: Unknown