Skip to content

Commit 3a9dc2b

Browse files
test/tmt: Don't run bootloader-none test for composefs
Bootloader set to none is not supported with the composefs backend so we skip tests with this option for composefs backend Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent 17cf382 commit 3a9dc2b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

tmt/plans/integration.fmf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ execute:
217217
how: fmf
218218
test:
219219
- /tmt/tests/tests/test-37-install-no-boot-dir
220+
extra-fixme_skip_if_composefs: true
220221

221222
/plan-37-upgrade-check-status:
222223
summary: Verify upgrade --check populates cached update in status
@@ -232,6 +233,7 @@ execute:
232233
how: fmf
233234
test:
234235
- /tmt/tests/tests/test-38-install-bootloader-none
236+
extra-fixme_skip_if_composefs: true
235237

236238
/plan-39-upgrade-tag:
237239
summary: Test bootc upgrade --tag functionality with containers-storage

tmt/tests/booted/test-install-bootloader-none.nu

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# tmt:
33
# summary: Test bootc install with --bootloader=none
44
# duration: 30m
5-
#
5+
# extra:
6+
# # bootloader=none is not supported for composefs
7+
# fixme_skip_if_composefs: true
8+
69
use std assert
710
use tap.nu
811

tmt/tests/booted/test-install-no-boot-dir.nu

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# tmt:
33
# summary: Test bootc install to-filesystem without /boot directory
44
# duration: 30m
5-
#
5+
# extra:
6+
# # bootloader=none is not supported for composefs
7+
# fixme_skip_if_composefs: true
8+
69
use std assert
710
use tap.nu
811

0 commit comments

Comments
 (0)