Add tmt test running bundled testsuite

Related: bz#1990466
This commit is contained in:
Lukas Zachar 2021-07-26 14:55:53 +02:00
parent fa38996cea
commit ec4b5a50d8
3 changed files with 15 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

4
plan.fmf Normal file
View File

@ -0,0 +1,4 @@
discover:
how: fmf
execute:
how: tmt

10
test_bundled.fmf Normal file
View File

@ -0,0 +1,10 @@
framework: shell
require:
- make
- gcc
- procps-ng
- python3-psutil
- python3-psutil-tests
- python3-devel
- python3-setuptools
test: python3 -m psutil.tests