Commit Graph

3 Commits

Author SHA1 Message Date
Evgeny Fedin
7b7fc9bae0 Related: RHELMISC-3914 - fix plan definition 2024-08-08 09:52:48 +02:00
Evgeny Fedin
9850e99618 Related: RHELMISC-3914 - add gating.yaml file 2024-07-26 16:19:17 +02:00
Petr Šplíchal
3b60654957 Enable relevant tests from the shared shell repo
This pull request enables tests in the Fedora CI using `tmt` which
also allows to easily execute and debug tests from your laptop:

Run tests directly on your localhost:

    sudo dnf install -y tmt
    tmt run --all provision --how local

Run tests in a virtual machine:

    sudo dnf install -y tmt-provision-virtual
    tmt run

Check the documentation to learn more about the tool:
https://docs.fedoraproject.org/en-US/ci/tmt/
2020-11-02 13:28:58 +01:00