Add tmt CI tests

This commit is contained in:
Parag Nemade 2024-07-29 13:56:13 +05:30
parent 91b80a8b56
commit aaa051b3d3
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-cffsubr.fmf Normal file
View File

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