]> git.ipfire.org Git - thirdparty/bind9.git/commit
Introduce pytest check_next_key_event, get_keyids
authorMatthijs Mekking <matthijs@isc.org>
Fri, 14 Mar 2025 10:10:22 +0000 (11:10 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 10 Apr 2025 20:44:31 +0000 (15:44 -0500)
commit12e57eb222c3e4e721d5978d41c84efe0caadd77
treedccf8314b842bca9f3a589bd548dc4fabaec8688
parent44ff63a50d660fd5e836b9bb0365d1ae6bdbf60a
Introduce pytest check_next_key_event, get_keyids

For the kasp tests we need a new utility that can retrieve a list of
Keys from a given directory, belonging to a specific zone. This is
'keydir_to_keylist' and is the replacement of 'kasp.sh:get_keyids()'.

'next_key_event_eqauls' is a method to check when the next key event is
scheduled, needed for the rollover tests, and is the equivalent of shell
script 'check_next_key_event'.
bin/tests/system/isctest/kasp.py