-vp3230.robot: added {MAX_CPU_TEMP}

Signed-off-by: Jan Prusinowski <jan.prusinowski@3mdeb.com>
This commit is contained in:
Jan Prusinowski
2024-11-13 13:53:50 +01:00
parent 62814a6aa6
commit da4cd674f6
2 changed files with 5 additions and 9 deletions
+2
View File
@@ -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 ***