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

- Merge ns*/statistics-channels.conf.in config snippets into
  conditionally rendered section in ns*/named.conf.j2 files.
- Turn ns2/named.conf.in into ns2/named1.conf.j2 because it is used
  later in the test to restore the original config.
- Symlink the ns2/named.conf.j2 ns2/named1.conf.j2 to pick a starting
  config.
bin/tests/system/statistics/ns1/named.conf.j2 [moved from bin/tests/system/statistics/ns1/named.conf.in with 85% similarity]
bin/tests/system/statistics/ns1/statistics-channels.conf.in [deleted file]
bin/tests/system/statistics/ns2/named.conf.j2 [new symlink]
bin/tests/system/statistics/ns2/named1.conf.j2 [moved from bin/tests/system/statistics/ns2/named.conf.in with 87% similarity]
bin/tests/system/statistics/ns2/named2.conf.j2 [moved from bin/tests/system/statistics/ns2/named2.conf.in with 87% similarity]
bin/tests/system/statistics/ns2/statistics-channels.conf.in [deleted file]
bin/tests/system/statistics/ns3/named.conf.j2 [moved from bin/tests/system/statistics/ns3/named.conf.in with 88% similarity]
bin/tests/system/statistics/ns3/statistics-channels.conf.in [deleted file]
bin/tests/system/statistics/setup.sh [deleted file]
bin/tests/system/statistics/tests.sh