Add tmt CI tests

This commit is contained in:
Parag Nemade 2024-07-29 14:09:16 +05:30
parent 7a1149fbc0
commit a758578d38
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 12 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

11
plans/python-fs.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
- name: smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import fs'
require:
- python3-fs
duration: 1m
execute:
how: tmt