]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move environment variables from conf.sh to pytest
authorTom Krizek <tkrizek@isc.org>
Thu, 29 Feb 2024 13:51:54 +0000 (14:51 +0100)
committerNicki Křížek <nicki@isc.org>
Thu, 9 May 2024 15:08:08 +0000 (17:08 +0200)
commitab27f504ca52b04ceca06bd1493690cc32ff73eb
tree639b35097fa9397dd21131cfdb5104e1c01a873b
parentb3caa9226db6d4cfaf613e41f5dfc0b98afe5d3e
Move environment variables from conf.sh to pytest

Remove conf.sh.in and move the environment variables into isctest/vars
python package. This enabled the removal of an ugly pytest hack which
loaded and parsed these variables from the environment.
12 files changed:
bin/tests/.gitignore
bin/tests/system/.gitignore
bin/tests/system/conf.sh [moved from bin/tests/system/conf.sh.common with 99% similarity]
bin/tests/system/conf.sh.in [deleted file]
bin/tests/system/conftest.py
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/check.py
bin/tests/system/isctest/vars/__init__.py [new file with mode: 0644]
bin/tests/system/isctest/vars/all.py [new file with mode: 0644]
bin/tests/system/isctest/vars/autoconf.py.in [new file with mode: 0644]
bin/tests/system/isctest/vars/basic.py [new file with mode: 0644]
configure.ac