From 0ccc4695beb7bdf623e6dd7d96696b9372395d27 Mon Sep 17 00:00:00 2001 From: Mark Kemel Date: Mon, 20 Jan 2025 13:23:02 +0200 Subject: [PATCH] Add jq package installation to a-i-b test auto-image-builder.sh now uses jq. Adding jq to the prepare step for automotive-image-builder test plan Signed-off-by: Mark Kemel --- plans/e2e/aib.fmf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plans/e2e/aib.fmf b/plans/e2e/aib.fmf index 221ecd3d..61b5ac4e 100644 --- a/plans/e2e/aib.fmf +++ b/plans/e2e/aib.fmf @@ -4,6 +4,13 @@ discover: how: fmf filter: 'tag:aib' +prepare: + - name: Install packages + how: install + order: 20 + package: + - jq + execute: how: tmt