Add tmt tests

Resolves: RHELMISC-9593
This commit is contained in:
aborah-sudo 2025-03-05 12:10:08 +05:30
parent e8b686171b
commit d29a55964a
2 changed files with 17 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

16
main.fmf Normal file
View File

@ -0,0 +1,16 @@
/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
/test:
summary: Run all tests
test: |
git clone https://github.com/aborah-sudo/shadow-cs.git
cd shadow-cs
pytest -v shadow_cs.py
require:
- git-core
- pytest
duration: 30m