Allow any named*.conf file as a system test artifact

This allows rendering multiple named*.conf files using the jinja2
template engine at test start and then simply copying the required
config to named.conf as needed.

(cherry picked from commit d6d6db52e3)
This commit is contained in:
Nicki Křížek 2025-12-01 17:01:52 +01:00
parent 2c076fff0e
commit d92b1fa169

View file

@ -309,7 +309,7 @@ def logger(request, system_test_name):
def expected_artifacts(request):
common_artifacts = [
".libs/*", # possible build artifacts, see GL #5055
"ns*/named.conf",
"ns*/named*.conf",
"ns*/named.memstats",
"ns*/named.run",
"ns*/named.run.prev",