From 5fc00e0c68d0b29cdf2d2403547c493910ff2fdb Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Thu, 26 Jun 2025 09:36:36 +0800 Subject: [PATCH] Install test running dependency 9.6 does not have podman installed Signed-off-by: Xiaofeng Wang --- plans/all.fmf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plans/all.fmf b/plans/all.fmf index 4a2cf7b..063d54e 100644 --- a/plans/all.fmf +++ b/plans/all.fmf @@ -2,6 +2,12 @@ discover: how: fmf dist-git-source: true dist-git-install-builddeps: true +prepare: + - how: install + package: + - podman + - skopeo + - jq execute: how: tmt