pam/main.fmf
aborah-sudo 63c249a731 Add tmt
Resolves: RHELMISC-9589
2025-03-05 13:06:19 +05:30

17 lines
313 B
Plaintext

/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 pam_cs
pytest -v pam_cs.py
require:
- git-core
- pytest
duration: 30m