tmt Command Examples

Test Management Tool for creating, running, and debugging tests. Some subcommands such as run, try, etc. have their own usage documentation. More information: https://tmt.readthedocs.io.

tmt

tmt init

tmt test create --template {{beakerlib}} --link {{verifies:issue#1234}}

tmt {{test|plan|story}} ls {{pattern}}

tmt --context {{arch=aarch64}} test show

tmt lint

tmt tests ls --filter {{tag:foo}} --filter {{tier:0}}

tmt --help