From: Colin Vidal Date: Wed, 28 May 2025 13:15:56 +0000 (+0200) Subject: enable shell-based rndc system tests X-Git-Tag: v9.21.9~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84065a32c393daa32e8236b440ac6f2ecdeedc8;p=thirdparty%2Fbind9.git enable shell-based rndc system tests Enable existing rndc system tests (the python test function calling the shell file was missing). Also update the extra artifacts list to remove one generated file which was left behind. --- diff --git a/bin/tests/system/rndc/tests_sh_rndc.py b/bin/tests/system/rndc/tests_sh_rndc.py index c7ab0079834..9a553353b88 100644 --- a/bin/tests/system/rndc/tests_sh_rndc.py +++ b/bin/tests/system/rndc/tests_sh_rndc.py @@ -18,7 +18,7 @@ pytestmark = pytest.mark.extra_artifacts( "rndc.out.*", "ns2/*.jnl", "ns2/named.stats", - "ns2/named_dump.db.*", + "ns2/named_dump.db*", "ns2/nil.db", "ns2/other.db", "ns2/secondkey.conf", @@ -37,3 +37,7 @@ pytestmark = pytest.mark.extra_artifacts( "ns7/test.db.jnl", ] ) + + +def test_rndc(run_tests_sh): + run_tests_sh()