]> 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>
Fri, 19 Dec 2025 10:47:50 +0000 (11:47 +0100)
commit3a6ed195fa9b027fe89bae85e6e55e607b6e29ce
treeed14d9d6111e8f5deb3be48daa5b2537512aefea
parentf31514e65855239ad114c21d82c5e17e018dc37a
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.
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