]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert some special kasp test cases to pytest
authorMatthijs Mekking <matthijs@isc.org>
Fri, 14 Mar 2025 12:42:30 +0000 (13:42 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 17 Apr 2025 12:27:46 +0000 (12:27 +0000)
commit6650acfb2eb26c8d210c827adf6ddfe86fd44724
treeb4edf2bc694b8353b5debbdf85d7e550ad34bdf9
parentdd71177f49b30730549c92ac15786448fc0643f6
Convert some special kasp test cases to pytest

This converts a special characters test case, a max-zone-ttl error
check, and two cases of insecure zones.

We no longer assert for having more than one DNSKEY and/or RRSIG
records. If the zone is insecure, this is no longer always true. And
we already check for the expected number of records in the
check_dnskeys/check_signatures functions.

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