From da4cd674f6e8170f1ea67f1f6a05be44abc8f177 Mon Sep 17 00:00:00 2001 From: Jan Prusinowski Date: Sat, 26 Oct 2024 09:49:57 +0200 Subject: [PATCH] -vp3230.robot: added {MAX_CPU_TEMP} Signed-off-by: Jan Prusinowski --- keywords.robot | 2 ++ platform-configs/include/protectli-vp32xx.robot | 12 +++--------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/keywords.robot b/keywords.robot index 5a144518..66a0ef71 100644 --- a/keywords.robot +++ b/keywords.robot @@ -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 diff --git a/platform-configs/include/protectli-vp32xx.robot b/platform-configs/include/protectli-vp32xx.robot index 28c922f0..aca58147 100644 --- a/platform-configs/include/protectli-vp32xx.robot +++ b/platform-configs/include/protectli-vp32xx.robot @@ -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 ***