Skip to content

Commit

Permalink
Add jq package installation to a-i-b test
Browse files Browse the repository at this point in the history
auto-image-builder.sh now uses jq. Adding jq to the prepare step for
automotive-image-builder test plan

Signed-off-by: Mark Kemel <mkemel@redhat.com>
  • Loading branch information
mkemel authored and dougsland committed Jan 20, 2025
1 parent 4f3a2eb commit 0ccc469
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plans/e2e/aib.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ discover:
how: fmf
filter: 'tag:aib'

prepare:
- name: Install packages
how: install
order: 20
package:
- jq

execute:
how: tmt

Expand Down

0 comments on commit 0ccc469

Please sign in to comment.