switch testing to tmt

In upstream version 25.12+ tmt metadata has been added for the tests.

Resolves: RHEL-136932
This commit is contained in:
Gerd Hoffmann 2025-12-18 10:53:59 +01:00
parent 92b7cb5066
commit 25e64194ea
3 changed files with 11 additions and 18 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

10
plans.fmf Normal file
View File

@ -0,0 +1,10 @@
summary: run tests from distgit tarball
prepare:
how: install
package:
- edk2-ovmf
discover:
how: fmf
dist-git-source: true
execute:
how: tmt

View File

@ -1,18 +0,0 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- virt-fw-dump:
run: /usr/share/python-virt-firmware/tests/test-dump.sh
- virt-fw-vars:
run: /usr/share/python-virt-firmware/tests/test-vars.sh
- virt-fw-sigdb:
run: /usr/share/python-virt-firmware/tests/test-sigdb.sh
- virt-pe-utils:
run: /usr/share/python-virt-firmware/tests/test-pe.sh
- kernel-bootcfg:
run: /usr/share/python-virt-firmware/tests/test-bootcfg.sh
- python-unittest:
run: python3 /usr/share/python-virt-firmware/tests/tests.py