From: Jason Ish Date: Fri, 12 Mar 2021 23:21:20 +0000 (-0600) Subject: dns-udp-dns-log-unanswered: remove X-Git-Tag: suricata-6.0.4~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb67e404f1f7a291145751e9e908bdb034fb527;p=thirdparty%2Fsuricata-verify.git dns-udp-dns-log-unanswered: remove This test was specific to the non-Rust DNS parser which is no longer supported. --- diff --git a/tests/dns-udp-dns-log-unanswered/README.md b/tests/dns-udp-dns-log-unanswered/README.md deleted file mode 100644 index 8a37a5124..000000000 --- a/tests/dns-udp-dns-log-unanswered/README.md +++ /dev/null @@ -1,4 +0,0 @@ -Test the dns.log for unanswered queries being logged. - -Based on the issue: -https://redmine.openinfosecfoundation.org/issues/2012 diff --git a/tests/dns-udp-dns-log-unanswered/check.sh b/tests/dns-udp-dns-log-unanswered/check.sh deleted file mode 100755 index 851f928ca..000000000 --- a/tests/dns-udp-dns-log-unanswered/check.sh +++ /dev/null @@ -1,15 +0,0 @@ -#! /bin/sh - -n=$(grep Query dns.log | wc -l | xargs) -if [ "$n" -ne 4 ]; then - echo "expected 4 queries, found $n" - exit 1 -fi - -n=$(grep Response dns.log | wc -l | xargs) -if [ "$n" -ne 4 ]; then - echo "expected 4 responses, found $n" - exit 1 -fi - -exit 0 diff --git a/tests/dns-udp-dns-log-unanswered/dnslookups2.pcap b/tests/dns-udp-dns-log-unanswered/dnslookups2.pcap deleted file mode 100644 index 11fdc2f10..000000000 Binary files a/tests/dns-udp-dns-log-unanswered/dnslookups2.pcap and /dev/null differ diff --git a/tests/dns-udp-dns-log-unanswered/suricata.yaml b/tests/dns-udp-dns-log-unanswered/suricata.yaml deleted file mode 100644 index 323fd50fa..000000000 --- a/tests/dns-udp-dns-log-unanswered/suricata.yaml +++ /dev/null @@ -1,9 +0,0 @@ -%YAML 1.1 ---- - -include: ../../etc/suricata-3.1.2.yaml - -outputs: - - dns-log: - enabled: yes - filename: dns.log diff --git a/tests/dns-udp-dns-log-unanswered/test.yaml b/tests/dns-udp-dns-log-unanswered/test.yaml deleted file mode 100644 index 6af8ec795..000000000 --- a/tests/dns-udp-dns-log-unanswered/test.yaml +++ /dev/null @@ -1,2 +0,0 @@ -skip: - - feature: RUST