tmt
Verified for current stable LTS
Tmt Command: Create New Test With Template And Link
Use for create new test with template and link with Tmt. Exact CLI syntax to create new test with template and link using Tmt.
When to use this: Use for create new test with template and link with Tmt.
Command Syntax
tmt test create -t <beakerlib> --link {verifies:issue#1234} tmt test create -t <beakerlib> --link `{verifies:issue#1234`} Live Command Builder
Final Command
tmt test create -t <beakerlib> --link {verifies:issue#1234} Command Breakdown
-t- Command Option
- Tool-specific option used by this command invocation.
--link- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create new test with template and link using Tmt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Tmt Command: Display Help For Tmt
tmt --help Tmt Command: Initialize Tmt Files Project Structure tmt init Tmt Command: List Available Tests Plans Stories tmt Tmt Command: List Tests Plans Or Stories With Pattern tmt <test|plan|story> ls <pattern> Tmt Command: List Tests With Filters tmt tests ls -f {tag:foo} -f {tier:0}