]> git.ipfire.org Git - thirdparty/bind9.git/commit
Separate test into a new directory
authorPetr Špaček <pspacek@isc.org>
Mon, 30 Jun 2025 15:03:50 +0000 (17:03 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 29 Jul 2025 11:19:23 +0000 (13:19 +0200)
commit1dfd384fd267e88f5270ed647b7b4dbe802ae051
tree1c0e0212e65f4cb5fc64f0d6bd008918a04e2df5
parent65c488d1d3f0a9bcc2b7b70fd7289141d2fd2289
Separate test into a new directory

The test actually needs just two servers - auth and resolver. The rest
was not needed and made test setup only slower and harder to debug.

(cherry picked from commit ac58b580021902a52291583fecc13a76ee5f2db2)
bin/tests/system/nsec3-answer/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec3-answer/ns1/root.db.in [new file with mode: 0644]
bin/tests/system/nsec3-answer/ns1/sign.sh [new file with mode: 0644]
bin/tests/system/nsec3-answer/ns2/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec3-answer/setup.sh [new file with mode: 0644]
bin/tests/system/nsec3-answer/tests_nsec3.py [moved from bin/tests/system/dnssec/tests_nsec3.py with 94% similarity]