]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Disable DNSSEC validation instead of enabling it with empty TAs in system...
authorŠtěpán Balážik <stepan@isc.org>
Sun, 6 Jul 2025 16:54:41 +0000 (16:54 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Sun, 6 Jul 2025 16:54:41 +0000 (16:54 +0000)
commit7dcc654f2c258b482d31fb90bda3fad37cc76999
treee25c19f180aeb40a654274d804be5467f6aaea9a
parent67916aafad3a9c5c0fd028e5bd502a260d6a739b
parent01d1ad798851b957d1e0fb004374fc37e2b32142
chg: test: Disable DNSSEC validation instead of enabling it with empty TAs in system tests

There are many system tests where we set `dnssec-validation yes;` only
to also set `trust-anchors { };` which effectively disables the
validation.

This MR replaces this convoluted setup with just `dnssec-validation no;`.

Merge branch 'stepan/empty-trust-anchors-in-system-tests' into 'main'

See merge request isc-projects/bind9!10684