]> git.ipfire.org Git - thirdparty/bind9.git/commit
convert dnssec signing tests to python
authorEvan Hunt <each@isc.org>
Wed, 2 Jul 2025 08:06:19 +0000 (01:06 -0700)
committerEvan Hunt <each@isc.org>
Thu, 31 Jul 2025 19:55:40 +0000 (12:55 -0700)
commit4bd0213fe77977752f4261fa9170dd6e13fc4426
tree4e995cea03a7552550174de9df9fcda39e2ea126
parent950df056b354bd45cd29c3a709b1b0e1417a84d9
convert dnssec signing tests to python

the shell tests that queried servers to check correct signing
behavior (using dnssec-signzone, dnssec-policy and nsupdate),
as well as "rndc signing", private-type records, rndc zonestatus,
offline keys, etc, have been moved to tests_signing.py.

the minimal update test in the dnssec_update_test.pl script
was also moved here and the perl script has been removed.
bin/tests/system/dnssec/dnssec_update_test.pl [deleted file]
bin/tests/system/dnssec/ns2/named.conf.j2
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests_sh_dnssec.py
bin/tests/system/dnssec/tests_signing.py [new file with mode: 0644]
bin/tests/system/dnssec/tests_validation.py