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)
"rndc.out.*",
"ns2/*.jnl",
"ns2/named.stats",
- "ns2/named_dump.db.*",
+ "ns2/named_dump.db*",
"ns2/nil.db",
"ns2/other.db",
"ns2/secondkey.conf",
"ns7/test.db.jnl",
]
)
+
+
+def test_rndc(run_tests_sh):
+ run_tests_sh()