diff --git a/README.md b/README.md index 370b093..d8597e7 100644 --- a/README.md +++ b/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 diff --git a/Sanity/basic.fmf b/Sanity/basic.fmf index d9ce621..1b6429e 100644 --- a/Sanity/basic.fmf +++ b/Sanity/basic.fmf @@ -2,5 +2,8 @@ summary: Basic smoke test discover: how: fmf +provision: + how: container + image: fedora:latest execute: how: beakerlib