]> git.ipfire.org Git - thirdparty/bind9.git/commit
Two more kasp test cases converted to pytest
authorMatthijs Mekking <matthijs@isc.org>
Fri, 14 Mar 2025 16:28:28 +0000 (17:28 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 23 Apr 2025 15:53:12 +0000 (15:53 +0000)
commit6f98c8e10b39cb80b0ecbfbfea7fd09c0825a3ee
treed74e64945bb071931d0a092374dc2531d86d051a
parent53f02790b155b7637edce9006283fd89ea5240be
Two more kasp test cases converted to pytest

The zone 'pregenerated.kasp' is a case where there already exist more
keys than required. For this we set the 'pregenerated' setting. This
will change the 'keydir_to_keylist' function behavior: Only keys in use
are considered. A key is in use if all of the states are either
undefined, or set to 'hidden'.

The 'some-keys.kasp' zone is similar to 'pregenerated.kasp', except
only some keys have been pregenerated.

(cherry picked from commit 43ded45ae9af1b5ad93a68444ac289574ae703a2)
bin/tests/system/kasp/tests.sh
bin/tests/system/kasp/tests_kasp.py