CI: Run pyproject-rpm-macros mocktests
This commit is contained in:
parent
8bb89c3bf8
commit
e0e10bf10c
9
plan.fmf
9
plan.fmf
@ -1,4 +1,13 @@
|
||||
discover:
|
||||
how: fmf
|
||||
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
|
||||
execute:
|
||||
how: tmt
|
||||
|
5
tests/integration/main.fmf
Normal file
5
tests/integration/main.fmf
Normal file
@ -0,0 +1,5 @@
|
||||
require:
|
||||
- 'https://kojipkgs.fedoraproject.org/packages/epel-release/10/1.el10_0/noarch/epel-release-10-1.el10_0.noarch.rpm'
|
||||
- rpm-build
|
||||
- rpmdevtools
|
||||
- mock
|
3
tests/integration/python-userpath.fmf
Normal file
3
tests/integration/python-userpath.fmf
Normal file
@ -0,0 +1,3 @@
|
||||
test: |
|
||||
cd $TMT_PLAN_DATA/tests &&
|
||||
TEST_ARTIFACTS=${TMT_TEST_DATA} ./mocktest.sh python-userpath
|
3
tests/integration/python-virtualenv.fmf
Normal file
3
tests/integration/python-virtualenv.fmf
Normal file
@ -0,0 +1,3 @@
|
||||
test: |
|
||||
cd $TMT_PLAN_DATA/tests &&
|
||||
TEST_ARTIFACTS=${TMT_TEST_DATA} ./mocktest.sh python-virtualenv
|
Loading…
Reference in New Issue
Block a user