]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test migration to dnssec-policy
authorMatthijs Mekking <matthijs@isc.org>
Mon, 28 Jul 2025 08:05:46 +0000 (10:05 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 19 Aug 2025 14:07:12 +0000 (14:07 +0000)
commit649981483575e3ddea26b9044c3cf4fa2502d2fa
tree49c2a0ecae6cb175970a43929d0b7e9b02344b4f
parent89e90c30f89fc129b31b76768881f266087bf08a
Test migration to dnssec-policy

Various test cases where legacy keys exist and are used to migrate to
dnssec-policy. These once existed as shell script but were removed
because auto-dnssec was removed. But the test cases are still useful
if one wants to migrate to dnssec-policy with such legacy keys.

The tests were previously removed in commit
906dd57b68dab3526af82ec266f413e11391394d as part of MR !8085.
bin/tests/system/migrate2kasp/ns3/kasp.conf.j2 [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns3/named.conf.j2 [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns3/setup.sh [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns3/template.db.in [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns4/named.conf.j2 [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns4/setup.sh [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns4/template.ext.db.in [new file with mode: 0644]
bin/tests/system/migrate2kasp/ns4/template.int.db.in [new file with mode: 0644]
bin/tests/system/migrate2kasp/setup.sh [new file with mode: 0644]
bin/tests/system/migrate2kasp/tests_migrate2kasp.py [new file with mode: 0644]