Let's add a tmt plan to read the upstream fmf metadata which contains a single test to run the upstream integration tests. To make this work, we also add a downstream patch with some fmf test script fixes that landed after 257.2 was released. We request virtualization support so we can run qemu based integration tests in qemu with KVM.
16 lines
293 B
Text
16 lines
293 B
Text
summary: systemd upstream test suite
|
|
discover:
|
|
how: fmf
|
|
dist-git-source: true
|
|
dist-git-install-builddeps: false
|
|
prepare:
|
|
- name: systemd
|
|
how: install
|
|
exclude:
|
|
- systemd-standalone-.*
|
|
execute:
|
|
how: tmt
|
|
provision:
|
|
hardware:
|
|
virtualization:
|
|
is-supported: true
|