]> 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 21:18:34 +0000 (21:18 +0000)
commite32d49e076ae367c6bcf6000a5c566842cfc59b5
treec211dbc28bfd3846ae42a25498de5b472884fcb8
parent5828430f0e59f2921b419ec1718938cc64393c5d
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'.

(cherry picked from commit 12e57eb222c3e4e721d5978d41c84efe0caadd77)
bin/tests/system/isctest/kasp.py