]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add FEATURE_* environment variables to system tests
authorNicki Křížek <nicki@isc.org>
Tue, 2 Dec 2025 16:37:31 +0000 (17:37 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 8 Dec 2025 17:07:41 +0000 (18:07 +0100)
commit19af19b31c87f26ecf96725d2bb598526ff78267
treebb386882f64bb6ca8ec96ef353cca7c42980ae78
parent2bb840bbc7da9d8fe70c0f8946b2ceee6aa49f76
Add FEATURE_* environment variables to system tests

The purpose of these variables is to be able to detect feature support
without calling feature-test. This becomes useful when detecting feature
support in jinja2 templates.
bin/tests/system/isctest/mark.py
bin/tests/system/isctest/vars/__init__.py
bin/tests/system/isctest/vars/all.py
bin/tests/system/isctest/vars/features.py [new file with mode: 0644]