]> git.ipfire.org Git - thirdparty/bind9.git/commit
split ede24 system test into separate modules
authorColin Vidal <colin@isc.org>
Thu, 6 Nov 2025 13:35:33 +0000 (14:35 +0100)
committerColin Vidal <colin@isc.org>
Thu, 6 Nov 2025 14:13:29 +0000 (15:13 +0100)
commit11a4df7ec5af1ac9197d0870f28fe83cf7b4ff48
treec7109c671ff9866dc85d815e2920351d55b92ac8
parent611a556a6cc688afd88f36ff13b3283c8c937503
split ede24 system test into separate modules

Because ede24 system tests require stopping/restarting server, there is
always the risk that the test ends (with a failure) with server in an
wrong and impredictible state. This would make the other tests to fail
in a strange way as well.

To avoid this problem, split the test into different modules, so if a
module fails, the other module is not impacted as it uses separate
server instances.
bin/tests/system/ede24/common.py [new file with mode: 0644]
bin/tests/system/ede24/tests_ede24.py [deleted file]
bin/tests/system/ede24/tests_ede24_expired.py [new file with mode: 0644]
bin/tests/system/ede24/tests_ede24_noloaded.py [new file with mode: 0644]