01e2f67db0
Previously, the integration test was always skipped in c9s. Rework it to pick the correct image manifest based on the running distro and build it using osbuild. Pick manifests for the latest distro versions from the upstream osbuild-composer repository. Use qcow2 image with customizations. Related: rhbz#2132250 Signed-off-by: Tomáš Hozza <thozza@redhat.com>
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
summary: Run osbuild unit tests from source
|
|
prepare:
|
|
how: install
|
|
package:
|
|
- git
|
|
- make
|
|
- python3-mako
|
|
- python3-pytest
|
|
- osbuild
|
|
discover:
|
|
how: fmf
|
|
dist-git-source: true
|
|
execute:
|
|
how: tmt
|