From 3bcc24df9306b8536be47e923242722da93502bf Mon Sep 17 00:00:00 2001 From: Colin Vidal Date: Wed, 28 May 2025 15:15:56 +0200 Subject: [PATCH] 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. (cherry picked from commit f84065a32c393daa32e8236b440ac6f2ecdeedc8) --- bin/tests/system/rndc/tests_sh_rndc.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/tests/system/rndc/tests_sh_rndc.py b/bin/tests/system/rndc/tests_sh_rndc.py index 7ca5652a40..2e2cde4090 100644 --- a/bin/tests/system/rndc/tests_sh_rndc.py +++ b/bin/tests/system/rndc/tests_sh_rndc.py @@ -35,3 +35,7 @@ pytestmark = pytest.mark.extra_artifacts( "ns7/test.db.jnl", ] ) + + +def test_rndc(run_tests_sh): + run_tests_sh()