]> git.ipfire.org Git - thirdparty/bind9.git/commit
rollover-enable-dnssec: From setup.sh to pytest bootstrap
authorMatthijs Mekking <matthijs@isc.org>
Fri, 28 Nov 2025 08:59:51 +0000 (09:59 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 19 Dec 2025 10:47:50 +0000 (11:47 +0100)
commitef2a824df68c06344d210c9dda17cb5177e31961
treec3f323b861b1743e80ffa16415e12892711fadd6
parent281f71be6018b3ae4a363f1b6870f266bf445d48
rollover-enable-dnssec: From setup.sh to pytest bootstrap

Symlink ns1 and ns2 to rollover/ns1 and rollover/ns2.
Symlink ns3/template.db.j2.manual to rollover/ns3/template.db.j2.manual.

Since the bootstrapping is done before the templates are rendered
automatically, replace @DEFAULT_ALGORITHM_NUMBER@ in ns3/kasp.conf.j2 to
13 and rename to ns3/kasp.conf.

This test introduces an unsigned delegation, adjust render_and_sign_zone
and configure_tld accordingly.
bin/tests/system/rollover-enable-dnssec/ns1 [new symlink]
bin/tests/system/rollover-enable-dnssec/ns2 [new symlink]
bin/tests/system/rollover-enable-dnssec/ns3/kasp.conf [moved from bin/tests/system/rollover-enable-dnssec/ns3/kasp.conf.j2 with 89% similarity]
bin/tests/system/rollover-enable-dnssec/ns3/template.db.in [deleted symlink]
bin/tests/system/rollover-enable-dnssec/ns3/template.db.j2.manual [new symlink]
bin/tests/system/rollover-enable-dnssec/ns3/trusted.conf.j2 [new symlink]
bin/tests/system/rollover-enable-dnssec/setup.sh [deleted file]
bin/tests/system/rollover-enable-dnssec/tests_rollover_enable_dnssec.py
bin/tests/system/rollover/setup.py