This test was specific to the non-Rust DNS parser which is no
longer supported.
+++ /dev/null
-Test the dns.log for unanswered queries being logged.
-
-Based on the issue:
-https://redmine.openinfosecfoundation.org/issues/2012
+++ /dev/null
-#! /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
+++ /dev/null
-%YAML 1.1
----
-
-include: ../../etc/suricata-3.1.2.yaml
-
-outputs:
- - dns-log:
- enabled: yes
- filename: dns.log
+++ /dev/null
-skip:
- - feature: RUST