]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: move pcaps to tests where they are used 2049/head
authorPhilippe Antoine <pantoine@oisf.net>
Sun, 25 Aug 2024 20:28:01 +0000 (22:28 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 19 Sep 2024 11:53:56 +0000 (13:53 +0200)
commitdb01d566a9f1ac6046cbbf606409cb23c6ea2bef
tree99e4b88f840891368f149dd9ee365967f30b8a7e
parentc9d8b08b953f756819c4f106039c31ca4b8d5cf7
tests: move pcaps to tests where they are used

Following removal of tests only used in 6, some directories
were left with only a pcap, that got used by other tests.

Found with command
for pcap in $(find . -name *.pcap); do if ! test -e "$(dirname $pcap)/test.yaml"; then echo "$(dirname $pcap)"; fi; done
26 files changed:
tests/content-incomplete-hex-t-version-7-init-errors-fatal/empty.pcap [moved from tests/content-incomplete-hex-t-version-6-init-errors-fatal/empty.pcap with 100% similarity]
tests/content-incomplete-hex-t-version-7-init-errors-fatal/test.yaml
tests/decode-vntag-01/input.pcap [moved from tests/decode-vntag-03/input.pcap with 100% similarity]
tests/decode-vntag-01/test.yaml
tests/decode-vntag-02/test.yaml
tests/dns/dns-single-request/input.pcap [moved from tests/dns-single-request-v1/input.pcap with 100% similarity]
tests/dns/dns-single-request/test.yaml
tests/dns/dns-tcp-www-google-com/dns.pcap [moved from tests/dns-tcp-www-google-com-v1/dns.pcap with 100% similarity]
tests/dns/dns-tcp-www-google-com/test.yaml
tests/dns/dns-udp-double-request-response/dns-udp-double-request-response.pcap [moved from tests/dns-udp-double-request-response-v1/dns-udp-double-request-response.pcap with 100% similarity]
tests/dns/dns-udp-double-request-response/test.yaml
tests/dns/dns-udp-eve-log-aaaa-only/test.yaml
tests/dns/dns-udp-eve-log-answer-only/dns-udp-google.com-a-aaaa-mx.pcap [moved from tests/dns-udp-eve-log-query-only-v1/dns-udp-google.com-a-aaaa-mx.pcap with 100% similarity]
tests/dns/dns-udp-eve-log-answer-only/test.yaml
tests/dns/dns-udp-eve-log-mx-only/test.yaml
tests/dns/dns-udp-eve-log-query-only/test.yaml
tests/dns/dns-udp-unsolicited-response/dns-response-2x.pcap [moved from tests/dns-udp-unsolicited-response-v1/dns-response-2x.pcap with 100% similarity]
tests/dns/dns-udp-unsolicited-response/test.yaml
tests/dns/v2/dns-single-request/test.yaml
tests/dns/v2/dns-tcp-www-google-com/test.yaml
tests/dns/v2/dns-udp-double-request-response/test.yaml
tests/dns/v2/dns-udp-eve-log-aaaa-only/test.yaml
tests/dns/v2/dns-udp-eve-log-answer-only/test.yaml
tests/dns/v2/dns-udp-eve-log-mx-only/test.yaml
tests/dns/v2/dns-udp-eve-log-query-only/test.yaml
tests/dns/v2/dns-udp-unsolicited-response/test.yaml