]> 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 08:00:46 +0000 (10:00 +0200)
commitac58b580021902a52291583fecc13a76ee5f2db2
treec1ab5a2001ec7ceab832b9b912fa5a2657b77d4e
parenta92391f60f749f133f80a8ee9e3cee38265f3045
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.
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 95% similarity]