From: Jason Ish Date: Wed, 14 Mar 2018 17:28:34 +0000 (-0600) Subject: rename some dns specific tests to start with dns X-Git-Tag: suricata-6.0.4~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=799a82cb9df52d1e1286d29433d875abd09a4375;p=thirdparty%2Fsuricata-verify.git rename some dns specific tests to start with dns --- diff --git a/tests/eve-dns/check.sh b/tests/dns-eve/check.sh similarity index 100% rename from tests/eve-dns/check.sh rename to tests/dns-eve/check.sh diff --git a/tests/eve-dns/input.pcap b/tests/dns-eve/input.pcap similarity index 100% rename from tests/eve-dns/input.pcap rename to tests/dns-eve/input.pcap diff --git a/tests/eve-dns/suricata.yaml b/tests/dns-eve/suricata.yaml similarity index 100% rename from tests/eve-dns/suricata.yaml rename to tests/dns-eve/suricata.yaml diff --git a/tests/eve-dns/test.yaml b/tests/dns-eve/test.yaml similarity index 100% rename from tests/eve-dns/test.yaml rename to tests/dns-eve/test.yaml diff --git a/tests/single-dns-request/README.md b/tests/dns-single-request/README.md similarity index 100% rename from tests/single-dns-request/README.md rename to tests/dns-single-request/README.md diff --git a/tests/single-dns-request/check.sh b/tests/dns-single-request/check.sh similarity index 100% rename from tests/single-dns-request/check.sh rename to tests/dns-single-request/check.sh diff --git a/tests/single-dns-request/input.pcap b/tests/dns-single-request/input.pcap similarity index 100% rename from tests/single-dns-request/input.pcap rename to tests/dns-single-request/input.pcap diff --git a/tests/single-dns-request/suricata.yaml b/tests/dns-single-request/suricata.yaml similarity index 100% rename from tests/single-dns-request/suricata.yaml rename to tests/dns-single-request/suricata.yaml diff --git a/tests/single-dns-request/test.yaml b/tests/dns-single-request/test.yaml similarity index 100% rename from tests/single-dns-request/test.yaml rename to tests/dns-single-request/test.yaml