]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert model2.multisigner test to pytest
authorMatthijs Mekking <matthijs@isc.org>
Fri, 10 Oct 2025 08:57:50 +0000 (10:57 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 28 Nov 2025 16:26:39 +0000 (16:26 +0000)
commitbdf983b72c1524c8febc92e50e58330ee1b39bb3
tree53729f6cef1e34465fc8d8a7aa4a54e98b2fe2a4
parent6749725610a75ca8a622f922e90421081724a2a9
Convert model2.multisigner test to pytest

This converts the model2.multisigner tests from the multisigner system
test to pytest based code. Crappy shell test functions such as
'zsks_are_published', 'records_published' and others are replaced with
the standard test code from isctest.kasp and by setting 'private=False'
and 'legacy=True' on the keys from the other providers so we don't do
any key file testing.

(cherry picked from commit 773ce8d99b4c5074e0368e0c1ef2af250b043255)
bin/tests/system/multisigner/ns3/setup.sh
bin/tests/system/multisigner/ns4/setup.sh
bin/tests/system/multisigner/tests.sh
bin/tests/system/multisigner/tests_multisigner.py [new file with mode: 0644]