]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: convert dnssec system tests to python
authorEvan Hunt <each@isc.org>
Thu, 31 Jul 2025 20:34:56 +0000 (20:34 +0000)
committerEvan Hunt <each@isc.org>
Thu, 31 Jul 2025 20:34:56 +0000 (20:34 +0000)
Most of the shell-based tests in the `dnssec` system test have been converted to python.  The only exceptions are the test cases that exercised the `dnssec-*` command line tools, and did not interact with a name server; those have been relocated into a new `dnssectools` system test.

Merge branch 'each-convert-dnssec-test' into 'main'

See merge request isc-projects/bind9!10688


Trivial merge