python3.13/plans/runtime.fmf
2025-05-16 09:46:33 +02:00

18 lines
308 B
Text

execute:
how: tmt
discover:
how: fmf
test: /runtime
path: ./tests
prepare:
- name: install
how: install
exclude: '*'
- name: repolist
how: shell
script: |
dnf repolist --all > $TMT_PLAN_DATA/repolist.txt
dnf list --installed > $TMT_PLAN_DATA/dnf-list-installed.txt