Skip to content

Commit

Permalink
tests/libvirt: disable secure boot for el-10
Browse files Browse the repository at this point in the history
Related bug: CNV-41858
  • Loading branch information
jrusz committed Aug 9, 2024
1 parent d580c12 commit 5b6d6f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/libvirt_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,15 @@ else
OS_VARIANT="centos-stream9"
;;
# TODO: Update the variants once available
# Disable secure boot for RHEL-10 due to bug CNV-41858
"rhel-10"*)
MIN_RAM="1536"
NVRAM_TEMPLATE=""
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
OS_VARIANT="rhel9-unknown"
;;
"centos-10")
MIN_RAM="1536"
# Disable secure boot for CS9 due to bug bz#2108646
# Disable secure boot for CS10 due to bug CNV-41858
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
OS_VARIANT="centos-stream9"
;;
Expand Down

0 comments on commit 5b6d6f0

Please sign in to comment.