diff --git a/plans/runtime.fmf b/plans/runtime.fmf index 155fd7c..18c1dac 100644 --- a/plans/runtime.fmf +++ b/plans/runtime.fmf @@ -10,3 +10,9 @@ 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 +