File: README.md

package info (click to toggle)
sen 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,516 kB
  • sloc: python: 5,456; xml: 21; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Run tests locally:

    $ tmt -v run -a provision -h local

Run tests in a container using podman:

    $ sudo dnf install tmt-provision-container
    $ tmt -v run -a provision -h container

For more info see:

- https://packit.dev/docs/testing-farm/
- [tmt @ DevConf 2021 slides](https://static.sched.com/hosted_files/devconfcz2021/37/tmt-slides.pdf)
- [fmf docs](https://fmf.readthedocs.io)
- [tmt docs](https://tmt.readthedocs.io)