bind9/bin/tests/system
Ondřej Surý 2327277f90 Fail the fetch when a response fails the TSIG signature check
A response that failed the signature check with a missing or unexpected
TSIG used to set nextitem, so the resolver kept reading the dispatch for
another response.  When the response was truncated with the TSIG cut off
the end of the wire, no further response ever arrived and the fetch
stalled until resolver-query-timeout.

Treat an unauthenticated response like every other signature-check
failure and finish the fetch immediately.  A response carrying a missing
or bogus TSIG now yields SERVFAIL instead of being skipped in favour of
a later one; the cookie system test that fed a spoofed TSIG response is
updated to expect that.  The unauthenticated data is still never
returned.
2026-06-24 12:18:19 +02:00
..
_common Create common templates for test zones 2026-05-27 16:25:44 +02:00
acl Test ACL from template 2026-05-29 06:04:30 +00:00
additional Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
addzone Fix nzd2nzf test always being skipped 2026-06-01 19:37:22 +02:00
allow_query Include controls.conf as jinja2 template 2026-05-27 16:25:43 +02:00
auth Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
auth_res_deleg Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
autosign Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
bailiwick Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
builtin Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
cache_delegns Cache glue only for enabled address families 2026-06-18 08:48:20 +02:00
cacheclean Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
camp Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
cap_glues Cap glue records cached from a referral 2026-05-12 16:17:24 +02:00
case Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
catz Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
cds Don't rely on smart signing in cds system test 2026-06-19 08:34:54 +00:00
chain Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
chase_ds Add system test for the chase DS fix 2026-04-16 12:34:52 +02:00
checkconf Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
checkconf_keys Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
checkds Remove redundant Python 3.7 skip markers from system tests 2026-06-01 19:37:22 +02:00
checknames Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
checkzone Drop RFC 2535 special-casing of the KEY record type 2026-05-28 13:21:00 +02:00
cipher_suites Add isctest.transfer.transfer_message() helper and convert tests 2026-05-11 15:31:41 +02:00
class Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
configloading Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
cookie Fail the fetch when a response fails the TSIG signature check 2026-06-24 12:18:19 +02:00
cpu Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
cyclic_glue Fix cyclic glues (again) 2026-05-13 22:27:05 +02:00
database Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
delegdb_flush Add system test for delegdb size preservation across rndc flush 2026-05-28 13:59:38 +02:00
digdelv Process dig -x reverse octets iteratively 2026-04-30 14:02:02 +02:00
dispatch Use AnsInstance fixture in dispatch test 2026-06-16 09:34:25 +02:00
dlzexternal Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
dns64 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
dns64_dname Add DNS64 DNAME restart regression test 2026-06-02 14:17:16 +00:00
dnssec update tests_validation.py test for new behavior 2026-06-18 18:39:42 +00:00
dnssec_cname_response Add a system test for CNAME answers to DNSSEC meta-type queries 2026-05-29 22:01:29 +02:00
dnssec_parent_rrsig Reproducer for #5968 parent RRSIG in additional 2026-06-16 19:07:06 -07:00
dnssec_py Add active truncated DNSKEY test to dnssec_py 2026-06-09 13:32:20 +02:00
dnssec_wildcard Merge DNSSEC wildcard tests 2026-06-16 19:07:06 -07:00
dnssectools Reject negative and out-of-range TTLs in dnssec-* tools 2026-04-30 17:40:19 +02:00
dnstap Rename view->hints to view->rootdb and rearm priming 2026-04-16 13:39:18 +02:00
doth Add a check for the "doth" system test 2026-06-12 14:59:47 +00:00
dsdigest Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
dyndb Move zonemgr to own source file 2026-04-08 14:24:17 +02:00
ecdsa Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
eddsa Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ede24 Add isctest.transfer.transfer_message() helper and convert tests 2026-05-11 15:31:41 +02:00
ednscompliance Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
emptyzones Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
enginepkcs11 Enable Edwards curves with PKCS#11 2026-05-26 11:13:52 +00:00
expiredglue Drop in-domain NS without glue from the delegation set 2026-05-15 07:26:38 +02:00
fetchlimit Drop flaky marker from the fetchlimit system test 2026-06-10 17:28:19 +00:00
filters Clear dns64_aaaaok immediately after use 2026-05-06 06:46:32 +02:00
formerr Simplify the packets in the formerr system test 2026-06-17 20:08:48 +02:00
forward Continue removal of license headers from test zones 2026-04-15 19:26:23 +00:00
fwdfirst Add forward-first referral poisoning reproducer 2026-06-18 12:13:32 +00:00
geoip2 remove GeoIP2 metro and metrocode 2026-06-18 07:23:31 +02:00
glue Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
gluecache Add leak test 2026-05-11 10:28:20 +02:00
hooks Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
host Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
idna Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
include_multiplecfg Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
inline Add a new check in "inline" system test 2026-06-22 20:51:53 +00:00
integrity Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
isctest add isctest.check functions for section empty or non-empty 2026-06-18 18:39:42 +00:00
ixfr Refactor AxfrHandler and hoist it to isctest.asyncserver 2026-04-17 14:26:07 +00:00
journal Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
kasp Add system test for reconfiguring CDS/CDNSKEY 2026-06-19 08:34:54 +00:00
keepalive Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
keyfromlabel Enable Edwards curves with PKCS#11 2026-05-26 11:13:52 +00:00
ksr Retry the key-state check in test_ksr_fast 2026-06-10 19:15:09 +00:00
legacy Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
limits Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
logfileconfig Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
masterfile Fix a bug with template filename reuse 2026-04-14 21:50:31 -07:00
masterformat Use sequential per-dispatch message IDs for TCP 2026-04-14 17:48:21 +02:00
metadata Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
migrate2kasp Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
minimalresponses Rename view->hints to view->rootdb and rearm priming 2026-04-16 13:39:18 +02:00
mirror Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
mirror_root_zone Add isctest.transfer.transfer_message() helper and convert tests 2026-05-11 15:31:41 +02:00
mismatchtcp Switch UDP fetches to TCP on the first response with a wrong query id 2026-05-14 15:56:18 +02:00
mkeys Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
multisigner Test removing DNSKEY records with class ANY 2026-06-11 10:53:56 +00:00
names Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
notify Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
nsec Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
nsec3 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
nsec3_wrong_zone Reproducer for #5971 NSEC3 from ancestor zone 2026-06-18 10:01:37 -07:00
nsec_ixfr Add regression test for NSEC proof after unsigned-to-signed IXFR 2026-04-03 06:33:31 +02:00
nslimit_outdomain add max-delegation-servers tests for out domain NS 2026-05-07 13:32:15 +02:00
nslookup Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
nsprocessinglimit Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
nsupdate Stop treating SIG and NXT records specially 2026-05-28 13:21:00 +02:00
nta Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
nzd2nzf Fix nzd2nzf test always being skipped 2026-06-01 19:37:22 +02:00
optout Remove redundant Python 3.7 skip markers from system tests 2026-06-01 19:37:22 +02:00
padding Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
pending Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
pipelined Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
proxy Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
qmin Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
qpcache_rrsig_any Reject malformed RRSIG records 2026-05-19 13:21:48 +02:00
query_source Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
randomizens Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
reclimit Keep in-flight cache headers safe from LRU eviction during add 2026-06-22 13:45:23 +02:00
redirect System test for nxdomain-redirect combined with dns64 2026-05-28 11:11:17 +02:00
resend_loop Reproducer forwarder resend loop 2026-06-18 08:49:23 +02:00
resolver Add a new 'deny-answer-aliases' check in 'resolver' system test 2026-06-15 09:37:07 +00:00
rfc5011 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rndc Remove the rndc testgen command 2026-04-30 06:35:01 +02:00
rndc_confgen Size HMAC key generation buffers to the maximum block size 2026-04-29 19:21:20 +02:00
rollover Create common templates for test zones 2026-05-27 16:25:44 +02:00
rollover_algo_csk Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_algo_ksk_zsk Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_csk_roll1 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_csk_roll2 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_dynamic2inline Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rollover_enable_dnssec Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_going_insecure Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_ksk_3crowd Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_ksk_doubleksk Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_lifetime Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rollover_multisigner Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rollover_straight2none Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rollover_zsk_prepub Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
rootkeysentinel Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rpz Poll for RPZ readiness in the servfail-until-ready test 2026-06-16 14:01:13 +02:00
rpzextra Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rpzrecurse Increase ans5 NS response delay in rpzrecurse test 2026-06-01 18:00:00 +02:00
rrchecker Use CmdResult to decode stdout/stderr from isctest.run.cmd() 2025-12-08 14:57:47 +01:00
rrl Add RRL cached NXDOMAIN system test 2026-06-16 11:47:09 +02:00
rrsetorder Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rrsig Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
rsabigexponent Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
runtime Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
selfpointedglue Count distinct destinations in selfpointedglue dnstap checks 2026-06-10 19:15:09 +00:00
selftest Clean up imports of dnspython modules 2026-02-20 15:17:32 +01:00
serve_stale Add pytest serve_stale TCP-fallback regression tests 2026-05-19 11:18:30 +02:00
serve_stale_tcp Add pytest serve_stale TCP-fallback regression tests 2026-05-19 11:18:30 +02:00
sfcache Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
sfcache_cname Use original query name when caching SERVFAIL 2026-06-17 09:32:19 +02:00
showconf Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
shutdown Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
sig0 Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
smartsign Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
spf Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
srtt Add SRTT-based server selection system test 2026-05-07 13:32:15 +02:00
ssumaxtype Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ssutoctou Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
staticstub Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
statistics Add test for query statistics 2026-06-17 14:06:12 +02:00
statschannel Add regression test for statistics-channel JSON free bug 2026-06-18 07:10:01 +02:00
stress Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
stub Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
synthfromdnssec Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
synthrecord Add synthrecord systest with long prefix 2026-06-04 13:51:59 +02:00
tcp Disable TCP pipelining in tcp and masterformat system test 2026-04-14 17:48:15 +02:00
timeouts Keep probing for the send timeout under load 2026-06-10 19:15:09 +00:00
tkey Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
tkeyleak Add regression test for GSS-API context leak via TKEY CONTINUE 2026-05-07 13:32:15 +02:00
tools Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
transport_acl Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
transport_change Remove license headers from named.conf test files 2026-03-31 17:57:58 +02:00
tsig Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
tsiggss Add regression test for RFC 3645 Section 4.1.1 duplicate TKEY name 2026-04-01 07:04:40 +02:00
ttl Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
unknown Disallow configuration of user-defined non-IN class views 2026-06-08 17:50:15 +02:00
upforwd Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
verify Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
views Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
wildcard Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
xfer Give the retransfer-force watchers a 60s timeout 2026-06-10 19:15:09 +00:00
xfer_servers_list Add isctest.transfer.transfer_message() helper and convert tests 2026-05-11 15:31:41 +02:00
xferquota Merge tag 'v9.21.22' 2026-05-20 10:26:28 +00:00
zero Remove licensing header check for root.hint[s] 2026-04-28 15:37:10 +01:00
zonechecks Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
.gitignore Use underscore for system test names 2026-03-18 14:32:33 +01:00
ans.py Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
conf.sh Remove obsolete copy_setports 2025-12-09 14:23:17 +01:00
conftest.py Add AnsInstance as the ans counterpart of NamedInstance 2026-06-16 09:34:25 +02:00
COOKBOOK.md Don't run vulture on ansX system test dirs 2026-06-16 19:07:06 -07:00
digcomp.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ditch.pl Use a single local port for ditch.pl 2024-02-08 13:41:23 +01:00
dns_import_checker.py Clean up imports of dnspython modules 2026-02-20 15:17:32 +01:00
feature-test.c Add --enable-developer probe to feature-test 2026-05-28 11:37:14 +02:00
fromhex.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
genzone.sh AMTRELAY type 0 presentation format handling was wrong 2025-11-20 18:28:32 +11:00
get_core_dumps.sh replace the build system with meson 2025-06-11 10:30:12 +03:00
ifconfig.sh.in Fix ifconfig.sh script 2025-07-17 07:36:40 +10:00
meson.build Remove the rndc testgen command 2026-04-30 06:35:01 +02:00
org.isc.bind.system check 'update-policy 6to4-self' over IPv6 2024-08-01 15:17:30 +10:00
org.isc.bind.system.plist
packet.pl Test server behavior when sending various UPDATE requests 2026-05-07 13:32:15 +02:00
pytest.ini Set dist=loadscope for pytest in pytest.ini 2026-02-20 15:17:31 +01:00
re_compile_checker.py Automatically sort imports in Python code 2026-02-20 15:17:32 +01:00
README.md Add a system test cookbook 2026-06-12 14:31:49 +02:00
requirements.txt Update the system test README for the pytest-native workflow 2026-06-11 15:04:21 +02:00
run.gdb Dump the backtrace to stdout when core is found in systest directory 2019-11-21 02:05:47 +08:00
run.sh Prevent .hypothesis artifacts in system test directories 2025-06-03 07:35:18 +00:00
send.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
start.pl Reimplement xfer/ans5 using ControllableAsyncServer 2026-04-17 14:26:07 +00:00
start.sh.in Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
stop.pl replace the build system with meson 2025-06-11 10:30:12 +03:00
stop.sh.in replace the build system with meson 2025-06-11 10:30:12 +03:00
testsock.pl Look for ifconfig.sh.in in testsock.pl parent dir 2023-01-13 17:01:30 +01:00
testsock6.pl IO::Socket::INET6 has been replaced by IO::Socket::IP 2023-09-13 14:31:43 +10:00
vulture_ignore_list.py Fix vulture warnings and tweak ignore lists 2026-02-20 15:17:32 +01:00
wire-test.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00

BIND9 System Test Framework

This directory holds test environments for running bind9 system tests involving multiple name servers.

Each system test directory holds a set of test scripts and configuration files to test different parts of BIND. The directories are named for the aspect of BIND they test, for example:

dnssec/       DNSSEC tests
forward/      Forwarding tests
glue/         Glue handling tests

etc.

A system test directory name must start with an alphabetic character and may only contain alphanumeric characters and underscores. Use underscore as the word separator; hyphens are not allowed — they are reserved for the temporary directories and symlinks the test runner creates.

Typically each set of tests sets up 2-5 name servers and then performs one or more tests against them. Within the test subdirectory, each name server has a separate subdirectory containing its configuration data. These subdirectories are named "nsN" or "ansN" (where N is a number between 1 and 11, e.g. ns1, ans2 etc.)

The tests are completely self-contained and do not require access to the real DNS. Generally, one of the test servers (usually ns1) is set up as a root nameserver and is listed in the hints file of the others.

For task-oriented recipes (adding a new test directory, writing a regression reproducer, mocking a misbehaving server, setting up zones), see the cookbook.

Running the Tests

Building BIND

The system tests run the binaries from the build directory, so BIND must be built first, along with a few test-only binaries and plugins:

meson setup build
meson compile -C build
meson compile -C build system-test-dependencies

When BIND is configured with -Ddeveloper=enabled, the test dependencies are built by default and the last step is not needed.

Every meson compile invocation re-registers its build directory with the source tree, so the tests always use the binaries from the most recently compiled build directory.

Prerequisites

To run system tests, make sure you have the following dependencies installed:

  • python3 (3.10 and newer)
  • pytest (7.0 and newer)
  • pytest-xdist
  • perl (still needed by the test runner internals; some legacy tests additionally need the Net::DNS module and are skipped when it is missing)

The full list of required and optional python packages can be found in requirements.txt (it can be installed with pip3 install -r requirements.txt).

Network Setup

To enable all servers to run on the same machine, they bind to separate virtual IP addresses on the loopback interface. ns1 runs on 10.53.0.1, ns2 on 10.53.0.2, etc. Before running any tests, you must set up these addresses by running the command

sh ifconfig.sh up

as root. The interfaces can be removed by executing the command:

sh ifconfig.sh down

... also as root.

The servers use unprivileged ports (above 1024) instead of the usual port 53, so they can be run without root privileges once the interfaces have been set up.

Note for MacOS Users

If you wish to make the interfaces survive across reboots, copy org.isc.bind.system and org.isc.bind.system.plist to /Library/LaunchDaemons then run

launchctl load /Library/LaunchDaemons/org.isc.bind.system.plist

... as root.

Running All the System Tests

Issue a plain pytest command in this directory to execute all tests sequentially. To execute them in parallel instead, run:

pytest -n <number-of-workers>

Parallel execution requires pytest-xdist; -n auto uses one worker per CPU.

Running a Single Test

To run all test modules in a single system test directory, pass the directory name to pytest:

pytest dns64

The utility script ./run.sh dns64 does the same thing.

To narrow the run down further, prefer pytest node IDs over -k matching — they are exact:

pytest dnssec_py/tests_mixed_ds.py
pytest doth/tests_sslyze.py::test_sslyze_dot

Parametrized tests have the parameter ID in brackets, so a single case of a parametrized test can be selected as:

pytest "dnssec_py/tests_nsec3_answer.py::test_nodata[ns2]"

The -k option selects tests by pattern matching:

pytest -k <test-name-or-pattern>

Beware that a -k pattern might pick up more tests than intended. Use the --collect-only option to check the list of tests which match your -k pattern.

rr

When running system tests, named can be run under the rr tool. rr records a trace to the $system_test/nsX/named-Y/ directory, which can be later used to replay named. To enable this, run pytest with the USE_RR environment variable set.

Test Artifacts

Each test module is executed inside a unique temporary directory which contains all the artifacts from the test run. If the tests succeed, they are deleted by default. To override this behaviour, pass --noclean to pytest.

The directory name starts with the system test name, followed by -tmp-XXXXXX, i.e. dns64-tmp-r07vei9s for dns64 test run. Since this name changes each run, a convenience symlink that has a stable name is also created. It points to the latest test artifacts directory and has a form of dns64-sh_dns64 (depending on the particular test module).

The following test artifacts are typically available:

  • pytest.log.txt: main log file with test output
  • files generated by the test itself, e.g. output from "dig" and "rndc"
  • files produced by named, other tools or helper scripts

Writing System Tests

File Overview

Tests are organized into system test directories which may hold one or more test modules (python files). Each module may have multiple test cases. The system test directories may contain the following standard files:

  • tests_*.py: These python files are picked up by pytest as modules. If they contain any test functions, they're added to the test suite.

  • *.j2: Jinja2 templates, rendered automatically during test setup (see Templates below).

  • ns<N>: These subdirectories contain test name servers that can be queried or can interact with each other. The value of N indicates the address the server listens on: for example, ns2 listens on 10.53.0.2, and ns4 on 10.53.0.4. All test servers use an unprivileged port, so they don't need to run as root. These servers log at the highest debug level and the log is captured in the file "named.run".

  • ans<N>: Like ns, but these are mock name servers implemented in python (ans.py), usually with the isctest.asyncserver module. They are generally programmed to misbehave in ways named would not, so as to exercise named's ability to interoperate with badly behaved name servers. A few legacy mock servers are still implemented in perl (ans.pl); don't write new ones.

The following files appear in test directories that have not yet been fully ported to python; do not add them to new tests:

  • tests.sh: Legacy shell-based tests, run via a tests_sh_*.py glue module.

  • setup.sh: Legacy shell test setup. New tests use templates and a bootstrap() function instead.

  • prereq.sh: Legacy prerequisite check; when it exits non-zero, the test is skipped. New tests use pytest marks (see isctest/mark.py).

Module Scope

A module is a python file which contains test functions. Every system test directory may contain multiple modules (i.e. tests_*.py files).

The server setup/teardown is performed for each module. Bundling test cases together inside a single module may save some resources. However, test cases inside a single module can't be executed in parallel.

It is possible to execute different modules defined within a single system test directory in parallel. This is possible thanks to executing the tests inside a temporary directory and proper port assignment to ensure there won't be any conflicts.

Port Usage

In order for the tests to run in parallel, each test requires a unique set of ports. This is ensured by the pytest runner, which assigns a unique set of ports to each test module.

Inside the python tests, it is possible to use fixtures like named_port to get the assigned port numbers. They're also set as environment variables. These include:

  • PORT: used as the basic dns port
  • TLSPORT: used as the port for DNS-over-TLS
  • HTTPPORT, HTTPSPORT: used as the ports for DNS-over-HTTP(S)
  • CONTROLPORT: used as the RNDC control port
  • EXTRAPORT1 through EXTRAPORT8: additional ports that can be used as needed

Templates

Configuration files which need values that are only known at test run time — ports, default crypto algorithms, conditional sections — are written as jinja2 templates with a .j2 extension. During test setup, the pytest runner renders every *.j2 file in the test directory and strips the extension: ns1/named.conf.j2 becomes ns1/named.conf.

Inside a template, all the runner's environment variables are available with @...@ delimiters, e.g.:

options {
    port @PORT@;
    listen-on { 10.53.0.1; };
};
key rndc_key {
    secret "1234abcd8765";
    algorithm @DEFAULT_HMAC@;
};
controls {
    inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};

Standard jinja2 block syntax ({% if %}, {% for %}, …) can be used for conditional or repeated sections.

Custom template variables come from an optional module-level bootstrap() function. When a test module defines one, the runner calls it before rendering the templates and passes the returned dict to the template engine:

def bootstrap():
    return {"valid": True}

Templates using custom variables must always provide defaults, so that the file also renders when no value is supplied (e.g. when another module in the same directory has no bootstrap()):

{% set valid = valid | default(False) %}

bootstrap() is also the place where a module generates test data that has to exist before the servers start — typically zone files and DNSSEC keys (see the cookbook for a complete example).

Templates can also be re-rendered while the test is running, using the templates fixture, e.g. to change a server's config before reloading it:

def test_reload(ns1, templates):
    templates.render("ns1/named.conf", {"valid": True})
    ns1.reconfigure()

If you don't need the file to be auto-templated during test setup, use the extension .j2.manual instead; such templates are only rendered when the test calls templates.render() explicitly, and no defaults are needed.

Fixtures and Helpers

Fixtures defined in conftest.py provide the test context:

  • servers is a dictionary of all started isctest.instance.NamedInstance servers, keyed by directory name; the shortcut fixtures ns1 through ns11 return the corresponding instance directly. A NamedInstance is the interface for driving a server: ns1.rndc("..."), ns1.reconfigure(), ns1.nsupdate(...), ns1.watch_log_from_here(), ns1.ip, ...
  • templates renders jinja2 templates at runtime (see above).
  • named_port, named_tlsport, control_port, ... return the assigned port numbers.
  • system_test_dir is the temporary directory the module runs in.

The isctest package provides the helper library; the modules most tests need are isctest.query (send DNS queries), isctest.check (assert on responses), isctest.zone (zone and key setup), isctest.kasp (DNSSEC key state checks), isctest.asyncserver (mock servers) and isctest.log (logging and log watchers).

Pytest marks control test collection and setup:

  • @pytest.mark.extra_artifacts([...]) declares the files (globs) the test is expected to leave behind in addition to the common ones; undeclared leftovers fail the run.
  • @pytest.mark.requires_zones_loaded("ns1", ...) delays the test until the listed servers have loaded all zones.
  • isctest.mark has skip-unless conditions for environment prerequisites, e.g. isctest.mark.with_dnstap, isctest.mark.softhsm2_environment, isctest.mark.live_internet_test.

Parametrization

Use pytest.mark.parametrize to run one test function over several inputs instead of copy-pasting test cases or looping inside one test function — each case is reported (and can be re-run) individually:

@pytest.mark.parametrize(
    "qname,rdtype",
    [
        ("exists.example.", "A"),
        ("exists.example.", "TXT"),
        ("other.example.", "A"),
    ],
)
def test_answers(qname, rdtype, ns1):
    msg = isctest.query.create(qname, rdtype)
    response = isctest.query.udp(msg, ns1.ip)
    isctest.check.noerror(response)

This creates the test cases test_answers[exists.example.-A] etc., which can be passed to pytest as node IDs.

Logging

Each module has a separate log which will be saved as pytest.log.txt in the temporary directory in which the test is executed. This log includes messages for this module setup/teardown as well as any logging from the tests. Logging level DEBUG and above will be present in this log.

Use isctest.log for test output (isctest.log.info("...") etc.); in general, any log messages using INFO or above will also be printed out during pytest execution. In CI, the pytest output is also saved to pytest.out.txt in the bin/tests/system directory.

Adding a Test to the System Test Suite

Once a test has been created it will be automatically picked up by the pytest runner if it upholds the convention expected by pytest (especially when it comes to naming files and test functions). New system test directories are discovered automatically; no registration in the build system is needed.

Nameservers

As noted earlier, a system test will involve a number of nameservers. These will be either instances of named, or mock servers, typically written in Python.

For the former, the version of "named" being run is the one from the build directory registered by the most recent meson compile invocation. The configuration files, zone files etc. for these servers are located in subdirectories of the test directory named "nsN", where N is a small integer. The latter are special nameservers, mostly used for generating deliberately bad responses, located in subdirectories named "ansN" (again, N is an integer). In addition to configuration files, these directories should hold the appropriate script files as well.

Note that the "N" for a particular test forms a single number space, e.g. if there is an "ns2" directory, there cannot be an "ans2" directory as well. Ideally, the directory numbers should start at 1 and work upwards.

When tests are executed, pytest takes care of the test setup and teardown. It looks for any nsN and ansN directories in the system test directory and starts those servers.

named Command-Line Options

By default, named server is started with the following options:

-c named.conf   Specifies the configuration file to use (so by implication,
                each "nsN" nameserver's configuration file must be called
                named.conf).

-d 99           Sets the maximum debugging level.

-D <name>       The "-D" option sets a string used to identify the
                nameserver in a process listing.  In this case, the string
                is the name of the subdirectory.

-g              Runs the server in the foreground and logs everything to
                stderr.

-m record
                Turns on these memory usage debugging flags.

All output is sent to a file called named.run in the nameserver directory.

The options used to start named can be altered. There are a couple ways of doing this. The runner checks the methods in a specific order: if a check succeeds, the options are set and any other specification is ignored. In order, these are:

  1. Including a file called "named.args" in the "nsN" directory. If present, the contents of the first non-commented, non-blank line of the file are used as the named command-line arguments. The rest of the file is ignored.

  2. Tweaking the default command line arguments with "-T" options. This flag is used to alter the behavior of BIND for testing and is not documented in the ARM. The presence of a file called named.<flag> in the "nsN" directory adds -T <flag> to the default command line (the content of the file is irrelevant

  • it is only the presence that counts). The recognized flags are:
dropedns         Recognise EDNS options in messages, but drop messages
                 containing them.

ednsformerr, ednsnotimp, ednsrefused
                 Answer EDNS queries with the given rcode, pretending to
                 be an old server that doesn't understand EDNS.

cookiealwaysvalid
                 Accept any DNS cookie presented by a client.

noaa             Never set the AA bit in an answer.

noedns           Disable recognition of EDNS options in messages.

nonearest        Omit the closest-encloser NSEC3 proof from negative
                 responses (except for DS queries).

nosoa            Disable the addition of SOA records to negative
                 responses (or to the additional section if the response
                 is triggered by RPZ rewriting).

maxudp512, maxudp1460
                 Set the maximum UDP size handled by named to 512/1460.

tat=1, tat=3     Send trust-anchor-telemetry queries every N seconds.

notcp            Disable TCP in "named".  Unlike the other flags, this
                 one is also applied when "named.args" is used.

Running Nameservers Interactively

In order to debug the nameservers, you can let pytest perform the nameserver setup and interact with the servers before the test starts, or even at specific points during the test, using the --trace option to drop you into pdb debugger which pauses the execution of the tests, while keeping the server state intact:

pytest -k dns64 --trace

Developer Notes

Test discovery and collection

There are two distinct types of system tests. The first is a legacy shell script tests.sh containing individual test cases executed sequentially and the success/failure is determined by return code. The second type is a regular pytest file which contains test functions.

Dealing with the regular pytest files doesn't require any special consideration as long as the naming conventions are met. Discovering the tests.sh tests is more complicated.

The chosen solution is to add a bit of glue for each system test. For every tests.sh, there is an accompanying tests_sh_*.py file that contains a test function which utilizes a custom run_tests_sh fixture to call the tests.sh script. Other solutions were tried and eventually rejected. While this introduces a bit of extra glue, it is the most portable, compatible and least complex solution.

Compatibility with older pytest version

The minimum supported versions of python and the required python packages are declared in requirements.txt and in the pytest_configure() check in conftest.py. When implementing new runner features, check feature support in the pytest and pytest-xdist versions available in the oldest distributions covered by CI first; we may need to add compat code to handle breaking upstream changes in either direction.

Format of Shell Test Output

Legacy shell-based tests have the following format of output:

<letter>:<test-name>:<message> [(<number>)]

e.g.

I:catz:checking that dom1.example is not served by primary (1)

The meanings of the fields are as follows:

This indicates the type of message. This is one of:
S   Start of the test
A   Start of test (retained for backwards compatibility)
T   Start of test (retained for backwards compatibility)
E   End of the test
I   Information.  A test will typically output many of these messages
    during its run, indicating test progress.  Note that such a message may
    be of the form "I:testname:failed", indicating that a sub-test has
    failed.
R   Result.  Each test will result in one such message, which is of the
    form:

            R:<test-tmpdir>:<result>

    where <result> is one of:

        PASS        The test passed
        FAIL        The test failed
        SKIPPED     The test was not run, usually because some
                    prerequisites required to run the test are missing.
This is the name of the temporary test directory from which the message emanated, which is also the name of the subdirectory holding the test files. This is text output by the test during its execution.

() If present, this will correlate with a file created by the test. The tests execute commands and route the output of each command to a file. The name of this file depends on the command and the test, but will usually be of the form:

<command>.out.<suffix><number>

e.g. nsupdate.out.test28, dig.out.q3. This aids diagnosis of problems by allowing the output that caused the problem message to be identified.