]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert dynamic zone test cases to pytest
authorMatthijs Mekking <matthijs@isc.org>
Fri, 14 Mar 2025 12:08:44 +0000 (13:08 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 17 Apr 2025 11:50:49 +0000 (13:50 +0200)
commit0b41afbd15da6d9564952b63ebe3df5f56ad7d4e
tree3f871dfab5fb752960bb9f91d462f4030f8cf133
parent4e22b019f5123c27bda7574ae1a5750f27d5bd4b
Convert dynamic zone test cases to pytest

This commit deals with converting the dynamic zone test cases to
pytest. The tests for 'inline-signing.kasp' are similar to the default
case, so these are added to 'test_kasp_default'.

Unfortunately I need to add sleep calls in between freezing, updating,
and thawing a zone. Without it the intermittent failures are too
frequent.
bin/tests/system/kasp/tests.sh
bin/tests/system/kasp/tests_kasp.py