]> 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 (GitLab job 6509612) <matthijs@isc.org>
Fri, 21 Nov 2025 14:17:43 +0000 (14:17 +0000)
commit0381bd535d18b8a07bceff2f4b58ec76b6e42990
tree0f9f64a90c2fc9c8f2000c6ef3b5a81b01ac2eb1
parente059f2cbe6cffda4b3b1c744d8849d36eaa17488
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.

(cherry picked from commit 66e4146a88c4de2b0881e29ff269f01f6658d376)
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