]> 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>
Wed, 20 Sep 2023 14:04:40 +0000 (16:04 +0200)
commit2ad197b37dd01790198825e23a07693bc79e6092
tree880db2d8418b44505cad97c1996c224021c3e6f6
parent08647118ce5f86418e2ce996447df9e7346c2c42
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.

(cherry picked from commit fd13dfb0972d775c84378e6f102ffb636279ef93)
bin/tests/system/conftest.py