]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename convenience symlink to pytest artifacts
authorTom Krizek <tkrizek@isc.org>
Tue, 19 Sep 2023 15:20:32 +0000 (17:20 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 19 Sep 2023 15:20:32 +0000 (17:20 +0200)
commitfd13dfb0972d775c84378e6f102ffb636279ef93
tree3d47a1c150f53b92d9d8bd9f30fe4e2efe7ce134
parentf441e68bb3a222b0ac0f431a7d326a64c7d8fc00
Rename convenience symlink to pytest artifacts

The previous symlink name convention was prone to name collisions If a
system test contained both a shell test and a pytest module of the same
name (e.g. dnstap test has both tests.sh and tests_dnstap.py), then
these would have the same convenience symlink, which could cause test
setup issues as well as confusion when examining test artifacts.

Update the naming convention to include the full pytest module name.
This results in a slightly more verbose names for shell tests (e.g.
dnstap_sh_dnstap instead of the previous dnstap_dnstap), but it removes
the chance of a collision.
bin/tests/system/conftest.py