]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
tests: remove duplicate 5mb pcap; rename to fix typo
authorVictor Julien <victor@inliniac.net>
Sat, 15 Jul 2023 08:08:08 +0000 (10:08 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 15 Jul 2023 13:29:39 +0000 (15:29 +0200)
tests/file-data-depth-inspection-alert/test.yaml
tests/file-data-depth-inspection/file-data-depth-inpsection.pcap [deleted file]
tests/file-data-depth-inspection/file-data-depth-inspection.pcap [moved from tests/file-data-depth-inspection-alert/file-data-depth-inpsection.pcap with 100% similarity]
tests/file-data-prefilter/README.md
tests/file-data-prefilter/test.yaml

index ad4f17fd83ea245c80edca9ed163b1d12a28e13b..f9455159c4b704c79511c56c5467409bea222353 100644 (file)
@@ -3,6 +3,8 @@ requires:
         - HAVE_LIBJANSSON
     min-version: 5.0.0
 
+pcap: ../file-data-depth-inspection/file-data-depth-inspection.pcap
+
 checks:
     - filter:
         count: 2
diff --git a/tests/file-data-depth-inspection/file-data-depth-inpsection.pcap b/tests/file-data-depth-inspection/file-data-depth-inpsection.pcap
deleted file mode 100644 (file)
index ae8ab5b..0000000
Binary files a/tests/file-data-depth-inspection/file-data-depth-inpsection.pcap and /dev/null differ
index 74ab4309d3abf2058df2b7d6986384582941add7..d521f2b4662105e78338dd859e88e2eb05aa6b52 100644 (file)
@@ -4,8 +4,8 @@ Tests the `prefilter` keyword for `file_data` and `file.data`.
 
 PCAP
 ====
-PCAP comes from an [existing file-data test](https://github.com/OISF/suricata-verify/blob/master/tests/file-data-depth-inspection/file-data-depth-inpsection.pcap)
+PCAP comes from an [existing file-data test](https://github.com/OISF/suricata-verify/blob/master/tests/file-data-depth-inspection/file-data-depth-inspection.pcap)
 
 Redmine ticket
 ==============
-https://redmine.openinfosecfoundation.org/issues/5801
\ No newline at end of file
+https://redmine.openinfosecfoundation.org/issues/5801
index 54c081cedb65ecd0cc82dc52e29fe750102a08c2..77222c557069eea331d00d7eb31589bc1f05cf60 100644 (file)
@@ -1,4 +1,4 @@
-pcap: ../file-data-depth-inspection/file-data-depth-inpsection.pcap
+pcap: ../file-data-depth-inspection/file-data-depth-inspection.pcap
 
 checks:
     - filter:
@@ -10,4 +10,4 @@ checks:
         count: 2
         match:
             event_type: alert
-            alert.signature_id: 2
\ No newline at end of file
+            alert.signature_id: 2