]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve kasp test readability
authorMatthijs Mekking <matthijs@isc.org>
Thu, 27 Aug 2020 11:18:10 +0000 (13:18 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 2 Sep 2020 12:59:20 +0000 (14:59 +0200)
commit2a9e4fea5a01fe5e26fdf850bad3a437e78255a1
treeecb9117e0597befcb83d33d66e856c7be07d1faa
parenta33c49a838544bb94a3c7dadcad7590e1d86a83f
Improve kasp test readability

This commit has a lot of updates on comments, mainly to make the
system test more readable.

Also remove some redundant signing policy checks (check_keys,
check_dnssecstatus, check_keytimes).

Finally, move key time checks and expected key time settings above
'rndc_checkds' calls (with the new way of testing next key event
times there is no need to do them after 'rndc_checkds', and moving
them above 'rndc_checkds' makes the flow of testing easier to follow.

(cherry picked from commit 8cb394e0472da74b66ecc5f695ecb77b3b4dc750)
bin/tests/system/kasp/tests.sh