]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test named-checkconf -k
authorMatthijs Mekking <matthijs@isc.org>
Thu, 28 Aug 2025 08:12:33 +0000 (10:12 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 29 Sep 2025 13:13:26 +0000 (15:13 +0200)
commitbde4f699ab990d7c9c9f92ff2aa97725bb14db18
tree6bb48106dcb27f56d3e58f7c741411317e915a6d
parent079898cbf6ecb75f0f6a763299404c5980af6062
Test named-checkconf -k

Test named-checkconf -k option, that checks the dnssec-policy against
the configured keystores.

(cherry picked from commit 3918a8ca4cb5aa7ce665a7813913ff8f63656a07)
bin/tests/system/checkconf-keys/bad-algorithm.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/bad-keystore.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/bad-length.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/bad-missing-keyfile.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/bad-role.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/bad-superfluous-keyfile.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/bad-tagrange.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/named.conf.j2 [new file with mode: 0644]
bin/tests/system/checkconf-keys/setup.sh [new file with mode: 0644]
bin/tests/system/checkconf-keys/template.db.in [new file with mode: 0644]
bin/tests/system/checkconf-keys/tests_checkconf_keys.py [new file with mode: 0644]