Tests are supposed to be executed within defined context, such as e.g.
tmt --root . -c arch=x86_64 -c distro=fedora-38 -c trigger=build run ...
FTR: https://tmt.readthedocs.io/en/stable/spec/plans.html#context
This update sets DEBUGINFOD_URLS based on the provided distro
via the ci.fmf file.
tests/Regression/RHEL6Feature-cpp-methods:
Fix locale/LANG dependent sort collation prob
tests/Regression/python-probing:
Make sure needed debuginfo is in place
tests/Regression/wrong-data-returned-by-nfs-commit-done:
Refactor, improve clranup, simplify
Find new home for downstream RHEL tests. Upstream them. The set of
tests used for fedora gating stays intact: The gating tests are only
those having the tier1 tag set in their main.fmf file. The testplan
plans/ci.fmf filters the others out from gating.
The set of Fedora gating tests stays the same as it was before this
change.