]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Use isctest.asyncserver in the "tsig" test
authorŠtěpán Balážik <stepan@isc.org>
Sun, 13 Jul 2025 09:31:43 +0000 (09:31 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Sun, 13 Jul 2025 09:31:43 +0000 (09:31 +0000)
Replace the custom DNS server used in the "tsig" system test with
new code based on the isctest.asyncserver module.

Changes to isctest.asyncserver are required, previously it did not
handle TSIG signed queries at all. Now, with some hacking around
a [dnspython bug](https://github.com/rthalley/dnspython/issues/1205) it does.

Merge branch 'stepan/tsig-asyncserver' into 'main'

See merge request isc-projects/bind9!10566


Trivial merge