e53b8477d4
This should solve https://issues.redhat.com/browse/TFT-2810 and make sure that the packages that the tested RPM was built against, are available on the VM for installation. Related: RHEL-56049 Signed-off-by: Tomáš Hozza <thozza@redhat.com>
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
summary: Run osbuild unit tests from dist-git sources
|
|
prepare:
|
|
- how: install
|
|
package:
|
|
- git
|
|
- make
|
|
- osbuild
|
|
- how: shell
|
|
order: 20
|
|
script: dnf config-manager --set-enabled testing-farm-tag-repository
|
|
discover:
|
|
how: fmf
|
|
filter: tag:unit-test
|
|
execute:
|
|
how: tmt
|
|
provision:
|
|
arch: x86_64
|