]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert policy changes tests to pytest
authorMatthijs Mekking <matthijs@isc.org>
Wed, 19 Mar 2025 10:35:18 +0000 (11:35 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 18 Jun 2025 08:01:24 +0000 (10:01 +0200)
commitde3c0970eb0ef9dea6e18a26f04b2c2810b68da0
tree6a7e5c7d439142d483a51d00dd7f6c620a0b14c1
parent2b7ae5f06796fda789aecc1c0ab76a53455f85fe
Convert policy changes tests to pytest

These test cases involve a reconfiguration. The first one is a zone
that changes from dynamic to inline-signing. The others are tests that
key lifetimes are updated correctly after changing them.
13 files changed:
bin/tests/system/kasp/ns6/named.conf.in
bin/tests/system/kasp/ns6/named2.conf.in
bin/tests/system/kasp/ns6/setup.sh
bin/tests/system/kasp/tests.sh
bin/tests/system/rollover/ns6/csk1.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns6/csk2.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns6/kasp.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns6/named.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns6/named2.conf.j2 [new file with mode: 0644]
bin/tests/system/rollover/ns6/setup.sh [new file with mode: 0644]
bin/tests/system/rollover/ns6/template.db.in [new file with mode: 0644]
bin/tests/system/rollover/setup.sh
bin/tests/system/rollover/tests_rollover.py