python-pam/main.fmf

18 lines
455 B
Plaintext
Raw Normal View History

2024-08-16 10:29:31 +00:00
/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
prepare:
- name: install required packages
how: install
package: [git, pytest]
- name: clone repo
how: shell
script: git clone https://github.com/FirefighterBlu3/python-pam.git /root/python_pam
/test:
/upstream_basic:
test: pytest -v /root/python_pam/tests/test_internals.py
duration: 30m