]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update ksr system test to include server
authorMatthijs Mekking <matthijs@isc.org>
Tue, 7 May 2024 09:51:55 +0000 (11:51 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 22 Aug 2024 06:21:52 +0000 (08:21 +0200)
commit367154c1dee79358baec69fc59eab115d98c3626
tree1dd703bee5d644c02393aba9f858d888595eb097
parent05983812363dd1743c926f0e842a8772a707b5a2
Update ksr system test to include server

Prepare the system test for tests that require a server to import
created SKR files. This means the test script needs adjustments to
take into account the directory test files are located.

In addition, the check_keys function is renamed to ksr_check_keys
because the name clashes with check_keys from kasp.sh. It also has an
extra parameter added, offset, that can be used to check ksr files that
are created in the past or future.
bin/tests/system/ksr/clean.sh
bin/tests/system/ksr/ns1/named.conf.in [moved from bin/tests/system/ksr/named.conf.in with 73% similarity]
bin/tests/system/ksr/ns1/setup.sh [moved from bin/tests/system/ksr/setup.sh with 74% similarity]
bin/tests/system/ksr/ns1/template.db.in [new file with mode: 0644]
bin/tests/system/ksr/tests.sh