Glossary
Here you can find some common terms used throughout the tmt project.
Machines
Directories
- plan workdir
Directory used for storing temporary files related to particular plan, e.g.
/var/tmp/tmt/run-123/plans/core.- run workdir
Working directory created for each run used for storing various temporary files needed during the test discovery and execution, e.g.
/var/tmp/tmt/run-123/.- test tree
Directory
testscontaining test code prepared by thediscoverstep, e.g./var/tmp/tmt/run-123/plans/core/discover/default-0/tests. See Test Tree for details.- user tree
The
fmftree from which thetmtcommand was executed, e.g./home/user/git/project. See User Tree for details.- work tree
Copy of the user tree stored under
plan-workdir/tree. Path to this directory is available in theTMT_TREEenvironment variable, e.g./var/tmp/tmt/run-123/plans/core/tree. See Work Tree for details.