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.
- Separate the "stap-prep" phase out to a separate phase
- Add tests/Sanity/byteman-java-methods-probing
- Add tests/Sanity/kernel-modules
- Add tests/Sanity/userspace-probes
- Add tests/Sanity/stap-server-basic-sanity
- Add tests/Regression/small-tests
Introduce CI gating. This will introduce new testcase called
fedora-ci.koji-build.tier0.functional and will configure it
as a mandatory CI gating testcase for elfutils fedora builds.
The provided test case is executed by running ./runtest.sh.
The main.fmf file keeps the testcase metadata. The plans and
.fmf folders contain configuration files needed for execution
of provided testcases within the Fedora CI infrastructure.
The provided testcase relies upon the debuginfod server
providing needed kernel-debuginfo. It was tested with
staging instance of the debuginfod server running at
https://debuginfod.stg.fedoraproject.org/ .
Provided test uses Flexible Metadata Format, as documented in
https://fmf.readthedocs.io/ .