Commit Graph

2 Commits

Author SHA1 Message Date
Lukáš Zaoral
684f48465d
tests: enable RHEL 10 gating 2024-08-02 15:29:42 +02:00
Petr Šplíchal
2510705678 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-10-29 17:16:21 +01:00