/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