]> git.ipfire.org Git - thirdparty/bind9.git/commit
rollover-algo-csk: From setup.sh to pytest bootstrap
authorMatthijs Mekking <matthijs@isc.org>
Thu, 27 Nov 2025 09:37:22 +0000 (10:37 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 22 Dec 2025 15:25:12 +0000 (15:25 +0000)
commit7732f07a63bb610f6500daf3c1b38d78b87e97f3
tree5bf0304a88b5b15b761dcf9df79adb6ca278dd04
parentef1ac155b055d54964c0dd8a3b349a5bf575b13e
rollover-algo-csk: 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@ in ns3/csk2.conf.j2 to
ecdsa256 and rename to ns3/csk2.conf.

(cherry picked from commit 3a6ed195fa9b027fe89bae85e6e55e607b6e29ce)
bin/tests/system/rollover-algo-csk/ns1 [new symlink]
bin/tests/system/rollover-algo-csk/ns2 [new symlink]
bin/tests/system/rollover-algo-csk/ns3/csk1.conf [moved from bin/tests/system/rollover-algo-csk/ns3/csk1.conf.j2 with 100% similarity]
bin/tests/system/rollover-algo-csk/ns3/csk2.conf [moved from bin/tests/system/rollover-algo-csk/ns3/csk2.conf.j2 with 90% similarity]
bin/tests/system/rollover-algo-csk/ns3/template.db.in [deleted symlink]
bin/tests/system/rollover-algo-csk/ns3/template.db.j2.manual [new symlink]
bin/tests/system/rollover-algo-csk/ns3/trusted.conf.j2 [new symlink]
bin/tests/system/rollover-algo-csk/setup.sh [deleted file]
bin/tests/system/rollover-algo-csk/tests_rollover_algo_csk_initial.py
bin/tests/system/rollover-algo-csk/tests_rollover_algo_csk_reconfig.py
bin/tests/system/rollover/setup.py