diff --git a/plans/function.fmf b/plans/function.fmf new file mode 100644 index 0000000..e5d5e29 --- /dev/null +++ b/plans/function.fmf @@ -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.