Add tmt test running bundled testsuite

This commit is contained in:
Lukas Zachar 2021-07-26 14:55:53 +02:00 committed by Karolina Surma
parent 5c5994d9de
commit d437c62b01
3 changed files with 18 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

13
test_bundled.fmf Normal file
View File

@ -0,0 +1,13 @@
framework: shell
require:
- make
- gcc
- procps-ng
- python3-psutil
- python3-psutil-tests
- python3-devel
- python3-setuptools
- sed
test: |
python3 -m psutil.tests
tty: true