]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test purge-keys with views
authorMatthijs Mekking <matthijs@isc.org>
Tue, 3 Jun 2025 12:38:28 +0000 (14:38 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 19 Jun 2025 09:25:53 +0000 (11:25 +0200)
commit6d72f5ba416f4e49d502d7d53703c504e867b236
tree036a671f3fe8fb0e4522eaf16c52d337c5bed4b2
parent9e897623701b551bb7bfc2ab365ec6df7b64537b
Test purge-keys with views

Create a test scenario where a signed zone is in multiple views and
then a key may be purged. This is a bug case where the key files are
removed by one view and then the other view starts complaining.

Note: This commit was manually modified because 9.18 does not have
pytest based kasp system tests. The test was translated to a shell
script style test case.

(cherry picked from commit 752d8617f558130cc552cae0e903aca318a3ef02)
bin/tests/system/kasp/ns4/named.conf.in
bin/tests/system/kasp/ns4/purgekeys1.conf [new file with mode: 0644]
bin/tests/system/kasp/ns4/purgekeys2.conf [new file with mode: 0644]
bin/tests/system/kasp/ns4/setup.sh
bin/tests/system/kasp/tests.sh
bin/tests/system/kasp/tests_sh_kasp.py