Add a simple smoke test

This commit is contained in:
Karolina Surma 2024-07-25 10:39:02 +02:00
parent bb2fea9c6a
commit 3f1d224824
2 changed files with 10 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

9
plan.fmf Normal file
View File

@ -0,0 +1,9 @@
discover:
how: shell
tests:
- name: import test
test: python3 -c 'import installer'
require:
- python3-installer
execute:
how: tmt