]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
http: fix test with filestore 3107/head
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 12 May 2026 20:42:36 +0000 (22:42 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 21 May 2026 13:13:39 +0000 (13:13 +0000)
Check that no files were stored, and that we have only one fileinfo
event

Ticket: 8529

tests/bug-6617/test.yaml

index 915269a64d7d369aa0973dbbe302b61ed0b5cd16..6ecb3b27b68e08046e08d89796cdf53caaa9aef6 100644 (file)
@@ -2,8 +2,6 @@ pcap: ../filestore-v2.1-forced/suricata-update-pdf.pcap
 
 requires:
   min-version: 7
-  features:
-    - SKIP_FOR_NOW
 
 args:
 - -k none
@@ -13,5 +11,7 @@ checks:
    count: 1
    match:
      event_type: fileinfo
-     fileinfo.sha256: 291389dc5926982448d90e551689ef857650c0ad4fa656841e687d984609ec02
-     fileinfo.stored: false
+- filter:
+   count: 0
+   match:
+     fileinfo.stored: true