]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert kasp default test cases to pytest
authorMatthijs Mekking <matthijs@isc.org>
Fri, 14 Mar 2025 11:52:36 +0000 (12:52 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 17 Apr 2025 12:27:46 +0000 (12:27 +0000)
commite1363e8ce970bb99617c90053c8e7c3ecb61f8a7
treea49695fce8bbc7fb5cae8004cd9b6636044578f5
parenta1f072cfec931902097f781948aa0cc8165200b4
Convert kasp default test cases to pytest

This commit deals with converting the test cases related to the default
dnssec-policy.

This requires a new method 'check_update_is_signed'. This method will
be used in future tests as well, and checks if an expected record is
in the zone and is properly signed.

Remove the counterparts for the newly added test from the kasp shell
tests script.

(cherry picked from commit 4e22b019f5123c27bda7574ae1a5750f27d5bd4b)
bin/tests/system/isctest/kasp.py
bin/tests/system/kasp/tests.sh
bin/tests/system/kasp/tests_kasp.py