]> git.ipfire.org Git - thirdparty/bind9.git/commit
Split shutdown test into separate test cases
authorTom Krizek <tkrizek@isc.org>
Mon, 26 Jun 2023 13:18:45 +0000 (15:18 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 4 Jul 2023 12:36:03 +0000 (14:36 +0200)
commitc7b0ac0367f7bb947f374eefbf06d0adc92d5817
treee60c2e07c85ee6e5fc80aaf46517620c7183c0c7
parent0c23b132919f626e983447d4f5ed6d708a6de16d
Split shutdown test into separate test cases

The shutdown test attempts to shut down the server using two different
methods - rndc and sigterm. Use pytest.mark.parametrize to run these as
separate test cases for easier identification of failures.

(cherry picked from commit 603c58ee286ae88884d912f0d963c7e9732d8125)
bin/tests/system/shutdown/tests_shutdown.py