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()