mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
Replace the custom DNS servers used in the "forward" system test with
new code based on the isctest.asyncserver module.
For ans6, instead of configuring the responses to send at runtime, set
them up when the server is started. Make sure the server supports
toggling response sending at runtime to enable simulating forwarder
timeouts as required by one of the checks.
For ans11, put most of the responses to be provided by that server into
a zone file, only retaining code modifying zone-based answers in the
form of a response handler, to improve code readability. Use explicit
domain names instead of variables as that server only handles a single
domain and fixed strings improve readability in this case. Make sure
the server supports toggling response sending at runtime to enable
simulating forwarder timeouts as required by one of the checks.
Migrate sendcmd() and its uses to the new way of sending control queries
to custom servers used in system tests.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ans6 | ||
| ans11 | ||
| CA | ||
| ns1 | ||
| ns2 | ||
| ns3 | ||
| ns4 | ||
| ns5 | ||
| ns7 | ||
| ns8 | ||
| ns9 | ||
| ns10 | ||
| .gitignore | ||
| dhparam3072.pem | ||
| prereq.sh | ||
| rfc1918-inherited.conf | ||
| rfc1918-notinherited.conf | ||
| setup.sh | ||
| tests.sh | ||
| tests_sh_forward.py | ||
| ula-inherited.conf | ||
| ula-notinherited.conf | ||