Resolves: RHELMISC-9589
This commit is contained in:
aborah-sudo 2025-03-05 12:28:11 +05:30
parent d6bedec47c
commit 62043f38e7
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/pam_cs.git
cd shadow-cs
pytest -v shadow_cs.py
require:
- git-core
- pytest
duration: 30m