]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop use of dns.resolver.Resolver from "checkds"
authorMichał Kępień <michal@isc.org>
Tue, 25 Jul 2023 12:37:05 +0000 (14:37 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Thu, 21 Dec 2023 18:10:15 +0000 (18:10 +0000)
commitcf338a7ca378cf7a7b82b1142fb9340d86be9fa3
tree0c4007abe18a3d89d434f80cef25e02140e05bf8
parent2c35b839a53aadc55783509efb1d68964ea80014
Drop use of dns.resolver.Resolver from "checkds"

The "checkds" system test only uses dns.resolver.Resolver objects to
access their 'nameservers' and 'port' attributes.  Instances of the
NamedInstance class also expose that information via their attributes,
so only pass NamedInstance objects around instead of needlessly
depending on dns.resolver.Resolver.
bin/tests/system/checkds/tests_checkds.py