tests/libvirt: disable secure boot for el-10
Related bug: CNV-41858
This commit is contained in:
parent
f2bd9e57f9
commit
1af3bd6e34
1 changed files with 3 additions and 2 deletions
|
|
@ -301,14 +301,15 @@ else
|
||||||
OS_VARIANT="centos-stream9"
|
OS_VARIANT="centos-stream9"
|
||||||
;;
|
;;
|
||||||
# TODO: Update the variants once available
|
# TODO: Update the variants once available
|
||||||
|
# Disable secure boot for RHEL-10 due to bug CNV-41858
|
||||||
"rhel-10"*)
|
"rhel-10"*)
|
||||||
MIN_RAM="1536"
|
MIN_RAM="1536"
|
||||||
NVRAM_TEMPLATE=""
|
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
|
||||||
OS_VARIANT="rhel9-unknown"
|
OS_VARIANT="rhel9-unknown"
|
||||||
;;
|
;;
|
||||||
"centos-10")
|
"centos-10")
|
||||||
MIN_RAM="1536"
|
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"
|
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
|
||||||
OS_VARIANT="centos-stream9"
|
OS_VARIANT="centos-stream9"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue