Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e714f6

Browse files
committedMar 7, 2025··
protectli-vp24xx.robot SENSORS_CONFIG_FILE set to default.
cpu-temperature.robot modified to load variables from *.yml file pointed by SENSORS_CONFIG_FILE variable taken from platform config. Signed-off-by: Mateusz Maciejewski <[email protected]>
1 parent cb9de32 commit 1e714f6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
 

‎dasharo-performance/cpu-temperature.robot

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Suite Setup Run Keywords
2222
... Skip If not ${CPU_TEMPERATURE_MEASURE} CPU temperature measurement tests not supported
2323
... AND
2424
... Check Power Supply
25+
... AND
26+
... Import Variables ${CURDIR}/../platform-configs/${SENSORS_CONFIG_FILE}
2527
Suite Teardown Run Keyword
2628
... Log Out And Close Connection
2729

‎platform-configs/include/protectli-vp24xx.robot

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ ${MAX_CPU_TEMP}= 95
1212
${DMIDECODE_MANUFACTURER}= Protectli
1313
${DMIDECODE_VENDOR}= 3mdeb
1414
${DMIDECODE_FAMILY}= Vault Pro
15+
16+
${SENSORS_CONFIG_FILE}= include/sensors/default-sensors-config.yaml

‎platform-configs/protectli-vp2420.robot

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ ${TPM_EXPECTED_CHIP}= SLB9670
4949
${DEVICE_AUDIO1_WIN}= Display Audio
5050
${DEVICE_AUDIO1}= EA244WMi
5151

52+
5253
*** Keywords ***
5354
Flash Protectli VP2420 Internal
5455
Make Sure That Flash Locks Are Disabled

0 commit comments

Comments
 (0)
Please sign in to comment.