Skip to content

Commit

Permalink
platform-configs: Remove default-fan-curve-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Feb 7, 2025
1 parent 2617c88 commit 8b1fa1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 76 deletions.
2 changes: 2 additions & 0 deletions dasharo-performance/custom-fan-curve.robot
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Resource ../lib/sensors.robot
Suite Setup Run Keywords
... Prepare Test Suite
... AND
... Skip If '''${CUSTOM_FAN_CURVE_FILE}''' == '''${TBD}''' CFC not supported - CUSTOM_FAN_CURVE_FILE not defined
... AND
... Import Variables ${CURDIR}/../platform-configs/${CUSTOM_FAN_CURVE_FILE}
Suite Teardown Run Keyword
... Log Out And Close Connection
Expand Down
9 changes: 4 additions & 5 deletions platform-configs/include/default.robot
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ ${PLATFORM_STABILITY_CHECKING}= ${FALSE}
${CUSTOM_FAN_CURVE_SILENT_MODE_SUPPORT}= ${FALSE}
${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}
${CUSTOM_FAN_CURVE_OFF_MODE_SUPPORT}= ${FALSE}
# Variables used in lib/sensors to determine platform-specific methods of
# measuring temperatures, fans etc.
${SENSORS_CONFIG_FILE}= include/sensors/default-sensors-config.yaml
${CUSTOM_FAN_CURVE_FILE}= ${TBD}
${ETH_PERF_PAIR_1_G}= ${FALSE}
${ETH_PERF_PAIR_2_G}= ${FALSE}
${ETH_PERF_PAIR_10_G}= ${FALSE}
Expand Down Expand Up @@ -274,11 +278,6 @@ ${STABILITY_DETECTION_SUSPEND_ITERATIONS}= 5
${DCU_SUPPORTED_BOOLEAN_SMMSTORE_VARIABLE}= NetworkBoot
${ETH_PORTS}= ${EMPTY}

# Variables used in lib/sensors to determine platform-specific methods of
# measuring temperatures, fans etc.
${SENSORS_CONFIG_FILE}= include/sensors/default-sensors-config.yaml
${CUSTOM_FAN_CURVE_FILE}= include/sensors/default-fan-curve-config.yaml


*** Keywords ***
Power On Default
Expand Down
71 changes: 0 additions & 71 deletions platform-configs/include/sensors/default-fan-curve-config.yaml

This file was deleted.

0 comments on commit 8b1fa1c

Please sign in to comment.