2024-07-31 11:18:26 +00:00
|
|
|
discover:
|
|
|
|
how: fmf
|
2024-07-31 11:25:27 +00:00
|
|
|
prepare:
|
|
|
|
- name: install git-core
|
|
|
|
how: install
|
|
|
|
package: [git-core]
|
|
|
|
- name: clone pyproject tests
|
|
|
|
how: shell
|
|
|
|
script: |
|
|
|
|
git clone https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git --depth=1 &&
|
|
|
|
cd pyproject-rpm-macros && mv tests $TMT_PLAN_DATA
|
2024-07-31 11:18:26 +00:00
|
|
|
execute:
|
|
|
|
how: tmt
|