]> git.ipfire.org Git - thirdparty/bind9.git/commit
Only render required zones in config for nsec3 tests
authorNicki Křížek <nicki@isc.org>
Thu, 20 Nov 2025 17:09:58 +0000 (18:09 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 21 Nov 2025 13:20:58 +0000 (14:20 +0100)
commit66e4146a88c4de2b0881e29ff269f01f6658d376
treed68922e73ae32f637f774a3b743732e474e1b5bb
parent9ee62467a6f2789eb0062df4fa41ae68b4e724d8
Only render required zones in config for nsec3 tests

When all zones are configured, regardless of whether the test module
actually uses them, it makes debugging the logs needlessly more
complicated, as there is a bunch of stuff going on that is completely
unrelated to the test.

Define a list of tested zones in each test module and only render the
named.conf with those zones defined.
bin/tests/system/nsec3/ns2/named.conf.j2
bin/tests/system/nsec3/ns3/named-fips.conf.j2
bin/tests/system/nsec3/ns3/named-rsasha1.conf.j2
bin/tests/system/nsec3/tests_nsec3_change.py
bin/tests/system/nsec3/tests_nsec3_initial.py
bin/tests/system/nsec3/tests_nsec3_reconfig.py
bin/tests/system/nsec3/tests_nsec3_reload.py
bin/tests/system/nsec3/tests_nsec3_restart.py