plans: add a new function plan

This commit is contained in:
Dan Horák 2026-06-12 15:50:56 +02:00
parent 62eb325ffb
commit bb93245aca

14
plans/function.fmf Normal file
View File

@ -0,0 +1,14 @@
summary: Run s390utils function tests
discover:
how: fmf
test:
- "^/tests/zdev-migration"
execute:
how: tmt
adjust:
- when: arch != s390x
enabled: false
because: The s390utils package here is for the s390x platform only.