mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
-vp3230.robot: added {MAX_CPU_TEMP}
Signed-off-by: Jan Prusinowski <jan.prusinowski@3mdeb.com>
This commit is contained in:
@@ -968,6 +968,8 @@ Check DP Windows
|
||||
... VideoOutputTechnology : 10
|
||||
... VideoOutputTechnology : 11
|
||||
... VideoOutputTechnology : 2147483648
|
||||
ELSE IF '${PLATFORM}' == 'protectli-vp3230'
|
||||
Should Contain ${out} VideoOutputTechnology : 5
|
||||
ELSE
|
||||
Should Contain Any ${out} VideoOutputTechnology : 10 VideoOutputTechnology : 11
|
||||
END
|
||||
|
||||
@@ -1,19 +1,13 @@
|
||||
*** Settings ***
|
||||
Resource protectli-pro.robot
|
||||
Resource protectli-common.robot
|
||||
Resource protectli-pro.robot
|
||||
Resource protectli-common.robot
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${FLASH_SIZE}= ${16*1024*1024}
|
||||
${FLASH_SIZE}= ${16*1024*1024}
|
||||
|
||||
# Test module: dasharo-security
|
||||
${VERIFIED_BOOT_POPUP_SUPPORT}= ${TRUE}
|
||||
${UEFI_PASSWORD_SUPPORT}= ${TRUE}
|
||||
${ME_STATICALLY_DISABLED}= ${TRUE}
|
||||
${SMM_WRITE_PROTECTION_SUPPORT}= ${TRUE}
|
||||
${DASHARO_SECURITY_MENU_SUPPORT}= ${TRUE}
|
||||
${NVME_DISK_SUPPORT}= ${TRUE}
|
||||
${MAX_CPU_TEMP}= 82
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
||||
Reference in New Issue
Block a user