]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move test algorithm configuration to isctest
authorTom Krizek <tkrizek@isc.org>
Thu, 4 Jan 2024 16:27:32 +0000 (17:27 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 31 Jul 2024 08:50:09 +0000 (10:50 +0200)
commit8302db407c836109c0d313ae82060c42aeef0230
treebf8217d4c6d512b41e5655d1544c75855ba04a09
parent5ff1fbe1550bf7de42b0e51c135b47d162c96324
Move test algorithm configuration to isctest

Instead of invoking get_algorithms.py script repeatedly (which may yield
different results), move the algorithm configuration to an isctest
module. This ensures the variables are consistent across the entire test
run.
bin/tests/system/conf.sh
bin/tests/system/conftest.py
bin/tests/system/isctest/vars/__init__.py
bin/tests/system/isctest/vars/algorithms.py [moved from bin/tests/system/get_algorithms.py with 69% similarity, mode: 0644]
bin/tests/system/isctest/vars/all.py
bin/tests/system/mkeys/setup.sh
bin/tests/system/mkeys/tests.sh
bin/tests/system/mkeys/tests_sh_mkeys.py
bin/tests/system/pytest.ini