]> 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:22:07 +0000 (09:22 +0000)
commitee4199f22a409ff4344e84dd53ee743ea265bf28
treecba7f0955919d1b9b97548f2c874e62121dff082
parentfc0533b9f5c5e23abe530775e086a0c3b00e7b33
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.

(cherry picked from commit 233fdb8d520bda11fe18efe9c14e36930e6e96b0)
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