File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ summary: FFI - QM FreedomFromInterference
2
2
3
3
environment:
4
4
CONTROL_CONTAINER_NAME: host
5
+ FFI_SETUP_OPTIONS: none
5
6
6
7
discover:
7
8
how: fmf
@@ -10,24 +11,30 @@ discover:
10
11
provision:
11
12
how: local
12
13
14
+ prepare:
15
+ - name: Install rpms
16
+ how: install
17
+ package: podman
18
+
13
19
adjust:
14
20
- when: run == manual
15
21
environment+:
16
22
# Sample code to use manual packit repo
17
23
PACKIT_COPR_PROJECT: packit/containers-qm-291
18
- - when: scenario == ffi and distro == centos-stream-9, fedora
19
- prepare+:
20
- - name: Install rpms
21
- how: install
22
- package: podman
23
24
25
+ - when: distro == centos-stream-9, fedora
26
+ environment+:
27
+ FFI_SETUP_OPTIONS: --set-qm-disk-part=yes
28
+
29
+ - when: scenario == ffi
30
+ prepare+:
24
31
- name: Set QM env
25
32
how: shell
26
33
# FIXME: On new QM release remove
27
34
# qm-setup-from-gh-url, branch-qm option
28
35
script: |
29
36
cd tests/e2e
30
- ./set-ffi-env-e2e --set-qm-disk-part=yes
37
+ ./set-ffi-env-e2e "${FFI_SETUP_OPTIONS}"
31
38
32
39
execute:
33
40
how: tmt
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ install_qm_rpms() {
187
187
if [ -n " ${USE_QM_COPR} " ]; then
188
188
dnf copr enable -y " ${USE_QM_COPR} " centos-stream-9
189
189
fi
190
- dnf install -y bluechi-ctl bluechi-agent bluechi-controller qm podman hostname
190
+ dnf install -y bluechi-ctl bluechi-agent bluechi-controller qm hostname
191
191
}
192
192
193
193
setup_qm_services () {
You can’t perform that action at this time.
0 commit comments