tests/libvirt: disable secure boot for el-10

Related bug: CNV-41858
This commit is contained in:
Jakub Rusz 2024-08-09 12:44:42 +02:00 committed by Alexander Todorov
parent f2bd9e57f9
commit 1af3bd6e34

View file

@ -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"
;;