File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,16 @@ Library RequestsLibrary
1010Resource ../variables.robot
1111Resource ../keywords.robot
1212Resource ../keys.robot
13+ Resource ../lib/options/options-lib_uefi-setup-menu.robot
1314
1415Suite 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
2023Suite Teardown Log Out And Close Connection
2124
2225Default Tags automated
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments