]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use isctest.asyncserver in the "zero" test
authorŠtěpán Balážik <stepan@isc.org>
Wed, 18 Jun 2025 10:13:37 +0000 (12:13 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 23 Jul 2025 09:45:50 +0000 (09:45 +0000)
commitec5729bee3d1aca84ed6136ffdf3d842feeee6c1
tree969a0a6d1e7ceb17e38affd9099aafc473c7ed09
parent315e234f2034ab5f70c2abead516205b62d0a0fe
Use isctest.asyncserver in the "zero" test

The original `ans.pl` server was based on a copy of the one in
`fetchlimit`, so there are some changes:

- The server now only responds with A replies (which is the only thing
  needed).
- The incrementing of the IP address goes beyond the least significant
  octet (so, after 192.0.2.255 it will yield 192.0.3.0).
bin/tests/system/zero/ans5/ans.pl [deleted file]
bin/tests/system/zero/ans5/ans.py [new file with mode: 0644]