Skip to content

Commit

Permalink
Adding fixes base on QC SoC
Browse files Browse the repository at this point in the history
Adding supoort for testing against
SoC HW with distro=centos-stream-automotive-9

Signed-off-by: Yariv Rachmani <[email protected]>
  • Loading branch information
Yarboa committed Jan 25, 2024
1 parent 5c77640 commit 7b2ce7d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions plans/e2e/ffi.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ summary: FFI - QM FreedomFromInterference

environment:
CONTROL_CONTAINER_NAME: host
FFI_SETUP_OPTIONS: none

discover:
how: fmf
Expand All @@ -10,24 +11,30 @@ discover:
provision:
how: local

prepare:
- name: Install rpms
how: install
package: podman

adjust:
- when: run == manual
environment+:
# Sample code to use manual packit repo
PACKIT_COPR_PROJECT: packit/containers-qm-291
- when: scenario == ffi and distro == centos-stream-9, fedora
prepare+:
- name: Install rpms
how: install
package: podman

- when: distro == centos-stream-9, fedora
environment+:
FFI_SETUP_OPTIONS: --set-qm-disk-part=yes

- when: scenario == ffi
prepare+:
- name: Set QM env
how: shell
# FIXME: On new QM release remove
# qm-setup-from-gh-url, branch-qm option
script: |
cd tests/e2e
./set-ffi-env-e2e --set-qm-disk-part=yes
./set-ffi-env-e2e "${FFI_SETUP_OPTIONS}"

execute:
how: tmt
Expand Down

0 comments on commit 7b2ce7d

Please sign in to comment.