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:
Petr Menšík 2020-04-14 15:07:30 +02:00
commit 2916caf34b
2 changed files with 14 additions and 0 deletions

View file

@ -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

View file

@ -2,5 +2,8 @@ summary:
Basic smoke test
discover:
how: fmf
provision:
how: container
image: fedora:latest
execute:
how: beakerlib