]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add all env vars to jinja2 templates
authorNicki Křížek <nicki@isc.org>
Tue, 26 Nov 2024 13:29:42 +0000 (14:29 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 26 Nov 2024 16:10:27 +0000 (16:10 +0000)
commit972a6722de02df0f1e723077e9bd3b350d3e41b6
treea08f4681145ea3798c6c2e3bbb511489cb1dec54
parent8bc6a9211154c6571dcefa6279b683d9f0c6f88a
Add all env vars to jinja2 templates

Ensure that the jinja2 templates have all the environment variables
which are available to the tests present.

This omission during the original 9.18 backport caused an issue where
port numbers (determined by the pytest framework) wouldn't be available
in jinja2 templates.
bin/tests/system/conftest.py