]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor and move query helper to isctest.query.create
authorEvan Hunt <each@isc.org>
Tue, 29 Jul 2025 23:03:55 +0000 (16:03 -0700)
committerEvan Hunt <each@isc.org>
Tue, 29 Jul 2025 23:03:55 +0000 (16:03 -0700)
commit01ec550099bf839a72e7b6057edc2b9ea3e79811
tree053ca591d39c8b03ebb2887d5f7be33a8f5c8bdf
parentc92a6b85fe5b60dce38338ec3b0568391b5cbe8b
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.

(cherry picked from commit 989e64b9b0e2a65b8b4b0f2bc75b1f2e2a327272)
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/dnssec.py [deleted file]
bin/tests/system/isctest/query.py