bind9/bin/tests/system/xfer
Evan Hunt 0b09ee8cdc explicitly set dnssec-validation in system tests
the default value of dnssec-validation is 'auto', which causes
a server to send a key refresh query to the root zone when starting
up. this is undesirable behavior in system tests, so this commit
sets dnssec-validation to either 'yes' or 'no' in all tests where
it had not previously been set.

this change had the mostly-harmless side effect of changing the cached
trust level of unvalidated answer data from 'answer' to 'authanswer',
which caused a few test cases in which dumped cache data was examined in
the serve-stale system test to fail. those test cases have now been
updated to expect 'authanswer'.
2023-06-26 13:41:56 -07:00
..
ans5 system test 2021-05-13 03:36:50 +00:00
ns1 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns2 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns3 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns4 Upgrade uses of hmac-md5 to DEFAULT_HMAC 2022-07-07 10:11:42 +10:00
ns6 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns7 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns8 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
axfr-stats.good Add system tests for AXFR statistics 2019-01-31 16:55:01 -05:00
clean.sh Implement new checks for the xfer system test 2023-04-21 12:53:02 +02:00
dig1.good Parse and print HTTPS and SVCB records 2021-08-18 13:49:48 +10:00
dig2.good Parse and print HTTPS and SVCB records 2021-08-18 13:49:48 +10:00
dig3.good Add xfer system test case 2022-10-27 11:39:34 +02:00
knowngood.mapped 4321. [bug] Zones using mapped files containing out-of-zone data 2016-02-24 11:13:24 +11:00
prereq.sh Skip the xfer test when Net::DNS is too old 2022-09-12 12:13:04 +01:00
setup.sh Implement new checks for the xfer system test 2023-04-21 12:53:02 +02:00
tests.sh Implement new checks for the xfer system test 2023-04-21 12:53:02 +02:00
tests_sh_xfer.py Add pytest functions for shell system tests 2023-05-22 14:11:39 +02:00