Provide way to run it
Document way to run it on local machine. Avoid it by default, because it might destroy local configuration.
This commit is contained in:
parent
d273b26733
commit
2916caf34b
2 changed files with 14 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -8,3 +8,14 @@ Basic metadata are in [fmf](https://fmf.readthedocs.io/en/latest/overview.html),
|
|||
tests are written in [beakerlib](https://github.com/beakerlib/beakerlib).
|
||||
|
||||
Use `fmf show` tool to filter current tests.
|
||||
|
||||
## Test run
|
||||
|
||||
Could be tested by commands:
|
||||
|
||||
dnf install -y tmt podman
|
||||
tmt run
|
||||
|
||||
To test in on local machine, run:
|
||||
|
||||
tmt run --all provision -h local
|
||||
|
|
|
|||
|
|
@ -2,5 +2,8 @@ summary:
|
|||
Basic smoke test
|
||||
discover:
|
||||
how: fmf
|
||||
provision:
|
||||
how: container
|
||||
image: fedora:latest
|
||||
execute:
|
||||
how: beakerlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue