]> git.ipfire.org Git - thirdparty/bind9.git/commit
Merge DNSSEC wildcard tests
authorEvan Hunt <each@isc.org>
Mon, 15 Jun 2026 23:28:25 +0000 (16:28 -0700)
committerEvan Hunt <each@isc.org>
Wed, 17 Jun 2026 02:07:06 +0000 (19:07 -0700)
commit05691b53da2a67e6070ed2f796a4529c19f12c70
tree7311788cca8cc87997eaefb162ffae92d89063b3
parent99377e9fdd5af117a0dfce962629054af3c49c81
Merge DNSSEC wildcard tests

Merge the tests for #5966 (F-043) and #5972 (F-045), previously called
dnssec_wildcard_additional and dnssec_replayed_parent_wildcard, into a
single directory with two modules.
bin/tests/system/dnssec_replayed_parent_wildcard/ans1/ans.py [deleted file]
bin/tests/system/dnssec_replayed_parent_wildcard/ns2/named.conf.j2 [deleted file]
bin/tests/system/dnssec_wildcard/ans1/ans.py [new file with mode: 0644]
bin/tests/system/dnssec_wildcard/ans1/common.py [new file with mode: 0644]
bin/tests/system/dnssec_wildcard/ans1/f043.py [new file with mode: 0644]
bin/tests/system/dnssec_wildcard/ans1/f045.py [new file with mode: 0644]
bin/tests/system/dnssec_wildcard/ns2/named.conf.j2 [moved from bin/tests/system/dnssec_wildcard_additional/ns2/named.conf.j2 with 64% similarity]
bin/tests/system/dnssec_wildcard/tests_dnssec_wildcard_additional.py [moved from bin/tests/system/dnssec_wildcard_additional/tests_dnssec_wildcard_additional.py with 86% similarity]
bin/tests/system/dnssec_wildcard/tests_replayed_parent_wildcard.py [moved from bin/tests/system/dnssec_replayed_parent_wildcard/tests_replayed_parent_wildcard.py with 96% similarity]
bin/tests/system/dnssec_wildcard_additional/ans1/ans.py [deleted file]