]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Use isctest.asyncserver in the "upforwd" test 5256-add-code-to-allow-all-key-flags-to-be-set-for-testing 10313/head
authorMichał Kępień <michal@isc.org>
Tue, 25 Mar 2025 04:06:01 +0000 (04:06 +0000)
committerMichał Kępień <michal@isc.org>
Tue, 25 Mar 2025 04:06:01 +0000 (04:06 +0000)
Replace the custom DNS server used in the "upforwd" system test with new
code based on the isctest.asyncserver module.  The ans4 server currently
used in that test is a copy of bin/tests/system/ans.pl modified to
receive queries over UDP and TCP without ever responding to any of them.

Closes #5012

Merge branch '5012-upforwd-asyncserver' into 'main'

See merge request isc-projects/bind9!10283


Trivial merge