]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit321aa313c49ed2f4a9309116ab1f9ecdb8f6c5d0
tree0613c95173fbe45e1c1e068296a90ba35e1c2a3e
parent1563d71c1bee3b1197f7f4b5693581c223d4e241
parent53be3af05cb020693ddba32f594a6a078e1e1086
fix: dev: convert dnssec system tests to python

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