]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor and move query helper to isctest.query.create
authorNicki Křížek <nicki@isc.org>
Fri, 25 Jul 2025 08:30:54 +0000 (10:30 +0200)
committerEvan Hunt <each@isc.org>
Tue, 29 Jul 2025 19:12:44 +0000 (12:12 -0700)
commit989e64b9b0e2a65b8b4b0f2bc75b1f2e2a327272
tree03905412b5bac7fcf4d3284a2198169e3daa1500
parentefd60348b9280383fe5d50042a94ea363390356d
Refactor and move query helper to isctest.query.create

Make the query helper function more universal and reusable across our
system tests -- default to using EDNS and sending AD=1.
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/dnssec.py [deleted file]
bin/tests/system/isctest/query.py