Commit Graph

3 Commits

Author SHA1 Message Date
Vincent Mihalkovic
bc7b8cb367 gating: add dash gating tests plan 2024-11-05 12:24:58 +01:00
Vincent Mihalkovic
b17652de2c gating: enable RHEL 10 gating 2024-07-25 12:47:25 +02:00
Petr Šplíchal
deffb32fe4 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:29:31 +01:00