]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move shell and perl util functions to isctest.run
authorNicki Křížek <nicki@isc.org>
Thu, 23 Jan 2025 14:04:30 +0000 (15:04 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 4 Feb 2025 12:35:38 +0000 (12:35 +0000)
commitb6d645410ccfd752d01e6d01c3581189db3e6612
treec18aa9b9cef75df873bfa8e545d8ebbe58762fd9
parentd2f6e236a2657a78d3d65f321a76fbd7da881c24
Move shell and perl util functions to isctest.run

Previously, these functions have been provided as fixtures. This was
limiting re-use, because it wasn't possible to call these outside of
tests / other fixtures without passing these utility functions around.
Move them into isctest.run package instead.
bin/tests/system/conftest.py
bin/tests/system/isctest/run.py