From: Victor Julien Date: Sat, 15 Jul 2023 08:08:08 +0000 (+0200) Subject: tests: remove duplicate 5mb pcap; rename to fix typo X-Git-Tag: suricata-7.0.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6ecfd97a882406564a751eb02d6d3763b18222;p=thirdparty%2Fsuricata-verify.git tests: remove duplicate 5mb pcap; rename to fix typo --- diff --git a/tests/file-data-depth-inspection-alert/test.yaml b/tests/file-data-depth-inspection-alert/test.yaml index ad4f17fd8..f9455159c 100644 --- a/tests/file-data-depth-inspection-alert/test.yaml +++ b/tests/file-data-depth-inspection-alert/test.yaml @@ -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 index ae8ab5b42..000000000 Binary files a/tests/file-data-depth-inspection/file-data-depth-inpsection.pcap and /dev/null differ diff --git a/tests/file-data-depth-inspection-alert/file-data-depth-inpsection.pcap b/tests/file-data-depth-inspection/file-data-depth-inspection.pcap similarity index 100% rename from tests/file-data-depth-inspection-alert/file-data-depth-inpsection.pcap rename to tests/file-data-depth-inspection/file-data-depth-inspection.pcap diff --git a/tests/file-data-prefilter/README.md b/tests/file-data-prefilter/README.md index 74ab4309d..d521f2b46 100644 --- a/tests/file-data-prefilter/README.md +++ b/tests/file-data-prefilter/README.md @@ -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 diff --git a/tests/file-data-prefilter/test.yaml b/tests/file-data-prefilter/test.yaml index 54c081ced..77222c557 100644 --- a/tests/file-data-prefilter/test.yaml +++ b/tests/file-data-prefilter/test.yaml @@ -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