]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert enable dnssec test case to pytest
authorMatthijs Mekking <matthijs@isc.org>
Tue, 18 Mar 2025 09:34:53 +0000 (10:34 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 2 Jun 2025 09:21:06 +0000 (09:21 +0000)
commit233fdb8d520bda11fe18efe9c14e36930e6e96b0
treefb36b3f51429fb9b7a2e75867aac31cc67757e1d
parent8ee02190a5f924517b4350e1f985e5df773420fb
Convert enable dnssec test case to pytest

Move the 'enable-dnssec' to the rollover test dir and convert to pytest.

This requires new test functionality to check that "CDS is published"
messages are logged (or prohibited).

The setup part is slightly adapted such that it no longer needs to
set the '-P sync' value in most cases (this is then set by 'named'),
and to adjust for the inappropriate safety intervals fix.
bin/tests/system/isctest/kasp.py
bin/tests/system/isctest/vars/algorithms.py
bin/tests/system/kasp/ns3/named-fips.conf.in
bin/tests/system/kasp/ns3/policies/autosign.conf.in
bin/tests/system/kasp/ns3/setup.sh
bin/tests/system/kasp/tests.sh
bin/tests/system/rollover/ns3/kasp.conf.j2
bin/tests/system/rollover/ns3/named.conf.j2
bin/tests/system/rollover/ns3/setup.sh
bin/tests/system/rollover/tests_rollover.py