]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a reusable, bare-bones AsyncDnsServer
authorMichał Kępień <michal@isc.org>
Mon, 22 Dec 2025 10:58:39 +0000 (11:58 +0100)
committerMichał Kępień (GitLab job 6660033) <michal@isc.org>
Mon, 22 Dec 2025 11:47:26 +0000 (11:47 +0000)
commit1a4c8163448bf2d236aefaadeaa301050a414083
tree6ce82e5ec648ac784c1193a408dd4a2311ddedda
parent1d0e19c6126ce7de03f0367680a3008b5cc0efb3
Add a reusable, bare-bones AsyncDnsServer

Add bin/tests/system/ans.py, a bare-bones DNS server that can be used in
system tests instead of full-blown named instances when a server is only
required to return zone-based data.  Where applicable, this reduces load
on the test host and the amount of generated logs.

(cherry picked from commit 440e510f75f386905512ff37f3274692b1f2e194)
bin/tests/system/ans.py [new file with mode: 0644]