Skip to content

Commit 93e3492

Browse files
dasharo-compatibility/platform-suspend-and-resume.robot: add Me enabled check
Signed-off-by: Wiktor Mowinski <[email protected]>
1 parent 5b2a79d commit 93e3492

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dasharo-compatibility/platform-suspend-and-resume.robot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ Library RequestsLibrary
1010
Resource ../variables.robot
1111
Resource ../keywords.robot
1212
Resource ../keys.robot
13+
Resource ../lib/options/options-lib_uefi-setup-menu.robot
1314

1415
Suite Setup Run Keywords
1516
... Prepare Test Suite
1617
... AND
1718
... Skip If not ${SUSPEND_AND_RESUME_SUPPORT} Suspend and resume tests not supported
1819
... AND
1920
... Check If Platform Sleep Type Can Be Selected
21+
... AND
22+
... Run Keyword If ${TESTS_IN_FIRMWARE_SUPPORT} Set UEFI Option MeMode Enabled
2023
Suite Teardown Log Out And Close Connection
2124

2225
Default Tags automated

platform-configs/include/protectli-vp66xx.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ ${ETHERNET_ID}= 8086:125c
2727
${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${TRUE}
2828
${CUSTOM_FAN_CURVE_SILENT_MODE_SUPPORT}= ${TRUE}
2929
${CUSTOM_FAN_CURVE_OFF_MODE_SUPPORT}= ${TRUE}
30-
${DASHARO_INTEL_ME_MENU_SUPPORT}= ${TRUE}
3130

3231
# Variables used in lib/sensors to determine platform-specific methods of
3332
# measuring temperatures, fans etc.

0 commit comments

Comments
 (0)