]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use jinja2 templates in views test
authorNicki Křížek <nicki@isc.org>
Fri, 5 Dec 2025 16:39:23 +0000 (17:39 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 9 Dec 2025 13:23:17 +0000 (14:23 +0100)
commit2592f0d9610f07c32d53eaaa81648ffb48ac5a24
treeae36a0dc2ee4ce035662074bc350b8f3ef128034
parent1da733a015098dda6089200007b7894f0dfb1002
Use jinja2 templates in views test

- Rename named.conf.j2 to named3.conf.j2 and adjust the python test to
  render this template.
- Handle the n2 and ns3 multiple configs as in other similar cases
  (ns2/named1.conf.in was moved to ns2/named.conf.j2).
bin/tests/system/views/ns1/named.conf.j2 [moved from bin/tests/system/views/ns1/named.conf.in with 100% similarity]
bin/tests/system/views/ns2/named.conf.j2
bin/tests/system/views/ns2/named2.conf.j2 [moved from bin/tests/system/views/ns2/named2.conf.in with 100% similarity]
bin/tests/system/views/ns2/named3.conf.j2 [moved from bin/tests/system/views/ns2/named1.conf.in with 63% similarity]
bin/tests/system/views/ns3/named.conf.j2 [moved from bin/tests/system/views/ns3/named1.conf.in with 100% similarity]
bin/tests/system/views/ns3/named2.conf.j2 [moved from bin/tests/system/views/ns3/named2.conf.in with 100% similarity]
bin/tests/system/views/ns5/named.conf.j2 [moved from bin/tests/system/views/ns5/named.conf.in with 100% similarity]
bin/tests/system/views/setup.sh
bin/tests/system/views/tests.sh
bin/tests/system/views/tests_views_addzones.py