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.
This commit is contained in:
Nicki Křížek 2025-12-01 17:01:52 +01:00
parent c47239985b
commit d6d6db52e3

View file

@ -313,7 +313,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",