]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix statschannel system test
authorMatthijs Mekking <matthijs@isc.org>
Mon, 4 Aug 2025 12:34:07 +0000 (14:34 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 5 Dec 2025 11:14:14 +0000 (12:14 +0100)
commit14a243a81dd6b438345d70ff7963ceaaedd85ee7
tree09c8c9257069a0b1fadc392865aabe4c964659dc
parenta8339be0f82019f6eecb9136ea928788bec0794b
Fix statschannel system test

The manykeys test case relies on keys being removed. Make sure the
zone is fully signed with the keys that will stay, so the other keys
may be removed safely.

This means the expected number of signatures generated and refreshed
will change. The CDS and CDNSKEY RRset also need to be signed now.

Configure the test case with sig-signing-signatures 100, large enough
that the entire zone is processed in a single step.
bin/tests/system/statschannel/ns2/named.conf.in
bin/tests/system/statschannel/ns2/named2.conf.in
bin/tests/system/statschannel/ns2/sign.sh
bin/tests/system/statschannel/tests.sh
bin/tests/system/statschannel/tests_json.py
bin/tests/system/statschannel/tests_sh_statschannel.py
bin/tests/system/statschannel/tests_xml.py