]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit56553ea692aafb7a3969acdae6b139bcdbebfc77
tree09e41dc1499ffb96752f29d1f3c5f8128f0e8ab5
parent25c91dffcc6e74bce523b6d22eedcea2266012f3
parenta8878cf35d6ea35f5580bf880a628889f885993f
chg: test: Use isctest.asyncserver in the "upforwd" test

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