]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use isctest.asyncserver in the "zero" test stepan/9.20-zero-asyncserver
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>
Sat, 21 Jun 2025 15:11:12 +0000 (17:11 +0200)
commit7f11d90aa59eaa0820de300387d934bd86adbcdd
tree90d0cd1e680c26d96887046093975b4672863cc2
parentfc3282f8660a14ebfff5475ca331804bc54fc115
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]