Installation
As a Fedora user I want to easily install tmt on my system.
all
Install tmt with all available plugins and dependencies
Examples:
dnf install tmt+all
Status: implemented and documented
minimal
Minimal tmt installation with core features only
The minimal package provides basic functionality which covers mainly these areas:
explore and lint existing tests, plans and stories
create new tests, plans and stories from templates
execute tests on the local host or connect to a remote guest using ssh
prepare guest using the ansible, feature, install and shell plugins
Note
If you are used to install packages without optional dependencies, ansible features might not be working as they are a weak dependency of the minimal package.
Examples:
dnf install tmt
Status: implemented, verified and documented
Implemented by /tmt.spec
Documented by Guide
Verified by /plans/install/minimal