]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use isctest.query.create across system tests
authorNicki Křížek <nicki@isc.org>
Mon, 14 Jul 2025 12:58:51 +0000 (14:58 +0200)
committerEvan Hunt <each@isc.org>
Tue, 29 Jul 2025 19:13:11 +0000 (12:13 -0700)
commit64143ea077c3ddb48f808af2d0b05e21209cd268
treef6eb5c1fe097eb2f5ac4c6ac72f073698403d1eb
parentf2a4c5dcb0556e109f7e77807c98564450b4c22a
Use isctest.query.create across system tests

Rather than using the dnspython's facilities and defaults to create the
queries, use the isctest.query.create function in all the cases that
don't require special handling to have consistent defaults.
27 files changed:
bin/tests/system/checkds/tests_checkds.py
bin/tests/system/cipher-suites/tests_cipher_suites.py
bin/tests/system/database/tests_database.py
bin/tests/system/dnstap/tests_dnstap.py
bin/tests/system/doth/tests_gnutls.py
bin/tests/system/dsdigest/tests_dsdigest.py
bin/tests/system/ecdsa/tests_ecdsa.py
bin/tests/system/emptyzones/tests_emptyzones.py
bin/tests/system/glue/tests_glue.py
bin/tests/system/hooks/tests_hooks.py
bin/tests/system/include-multiplecfg/tests_include_multiplecfg.py
bin/tests/system/isctest/check.py
bin/tests/system/isctest/kasp.py
bin/tests/system/kasp/tests_kasp.py
bin/tests/system/limits/tests_limits.py
bin/tests/system/masterfile/tests_masterfile.py
bin/tests/system/names/tests_names.py
bin/tests/system/nzd2nzf/tests_nzd2nzf.py
bin/tests/system/query-source/tests_querysource_none.py
bin/tests/system/rndc/tests_cve-2023-3341.py
bin/tests/system/rpzextra/tests_rpzextra.py
bin/tests/system/shutdown/tests_shutdown.py
bin/tests/system/stub/tests_stub.py
bin/tests/system/tsiggss/tests_isc_spnego_flaws.py
bin/tests/system/ttl/tests_cache_ttl.py
bin/tests/system/wildcard/tests_wildcard.py
bin/tests/system/xferquota/tests_xferquota.py