]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use jinja2 templates in resolver test
authorNicki Křížek <nicki@isc.org>
Mon, 8 Dec 2025 10:10:47 +0000 (11:10 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:23:17 +0000 (14:23 +0100)
commitc46208ffdba812aef9db3c2ae6fc7468d3c668c0
treed8bf8865be025e8ab08f365dc9a0604a02454847
parent2592f0d9610f07c32d53eaaa81648ffb48ac5a24
Use jinja2 templates in resolver test

- Move ns1/named.conf.j2 to ns1/named2.conf.j2 and adjust the python
  test to render this template.
- Convert remaining .in files to .j2 and handle the multiple configs.
13 files changed:
bin/tests/system/resolver/ns1/named.conf.in [deleted file]
bin/tests/system/resolver/ns1/named.conf.j2
bin/tests/system/resolver/ns1/named2.conf.j2 [new file with mode: 0644]
bin/tests/system/resolver/ns11/named.conf.j2 [moved from bin/tests/system/resolver/ns11/named.conf.in with 100% similarity]
bin/tests/system/resolver/ns4/named.conf.j2 [moved from bin/tests/system/resolver/ns4/named.conf.in with 100% similarity]
bin/tests/system/resolver/ns5/named.conf.j2 [moved from bin/tests/system/resolver/ns5/named.conf.in with 100% similarity]
bin/tests/system/resolver/ns6/named.conf.j2 [moved from bin/tests/system/resolver/ns6/named.conf.in with 100% similarity]
bin/tests/system/resolver/ns7/named.conf.j2 [moved from bin/tests/system/resolver/ns7/named1.conf.in with 100% similarity]
bin/tests/system/resolver/ns7/named2.conf.j2 [moved from bin/tests/system/resolver/ns7/named2.conf.in with 100% similarity]
bin/tests/system/resolver/ns9/named.conf.j2 [moved from bin/tests/system/resolver/ns9/named.conf.in with 100% similarity]
bin/tests/system/resolver/setup.sh
bin/tests/system/resolver/tests.sh
bin/tests/system/resolver/tests_resolver.py