From: Nicki Křížek Date: Tue, 21 Oct 2025 14:04:30 +0000 (+0200) Subject: new: test: Add module-specific python setup to system tests X-Git-Tag: v9.21.15~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aabe258774e5d2b3afdcc6c5939d35fb36c9cc11;p=thirdparty%2Fbind9.git new: test: Add module-specific python setup to system tests During the system test execution, allow use of module-specific setup() function in addition to the setup.sh script which this function should ultimately replace. The purpose of setup() is two-fold. First, it can execute any commands needed to create the initial conditions for the test, such as creating key materials, manipulating files etc. Second, it should return any test-specific template values as a dictionary. Those will be used to render the jinja2 templates. Merge branch 'nicki/pytest-add-python-setup-func' into 'main' See merge request isc-projects/bind9!10983 --- aabe258774e5d2b3afdcc6c5939d35fb36c9cc11