bind9/bin/tests/system/tsig
Nicki Křížek fe55342916 Add nsX fixtures to system tests
Many of our test cases only use a single NamedInstance from the
`servers` fixture. Introduce `nsX` helper fixtures to simplify these
tests and reduce boilterplate code further.

Specifically, the test no longer has to either define its own variable
to extract a single server from the list, or use the longer
servers["nsX"] syntax. While this may seem minor, the amount of times it
is repeated across the tests justifies the change. It also promotes
using more explicit server identification, i.e. `nsX`, rather than
generic `server`. This also improves the clarity of the tests and may be
helpful in traceback during debugging as well.
2025-07-18 14:37:32 +02:00
..
ans2 Use isctest.asyncserver in the "tsig" test 2025-07-13 10:57:04 +02:00
ns1 Test legacy HMAC key files with dig 2023-06-29 08:28:48 +10:00
badlocation Check rcode is FORMERR 2020-08-04 12:20:37 +00:00
badtime Check that a 'BADTIME' response with 'QR=0' is handled as a request 2020-05-19 12:29:21 +02:00
setup.sh Remove invocations and mentions of clean.sh 2024-11-08 10:54:24 +01:00
tests.sh Remove -n option from dnssec-keygen/keyfromlabel 2025-03-25 23:48:23 +00:00
tests_badtime.py Replace clean.sh files with extra_artifacts mark 2024-11-08 10:54:24 +01:00
tests_sh_tsig.py Use isctest.asyncserver in the "tsig" test 2025-07-13 10:57:04 +02:00
tests_tsig_hypothesis.py Add nsX fixtures to system tests 2025-07-18 14:37:32 +02:00