From bb93245acab0785e04043c698827b1c2e2eaf8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 12 Jun 2026 15:50:56 +0200 Subject: [PATCH] plans: add a new function plan --- plans/function.fmf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plans/function.fmf 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.