From d92b1fa16953b029fb8b88e2320a063c8dde148f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Mon, 1 Dec 2025 17:01:52 +0100 Subject: [PATCH] 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 d6d6db52e300982dae8b787808e6d085804e0462) --- bin/tests/system/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 51446ffa73..6f7eb51841 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -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",