18 lines
308 B
Text
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
|
|
|