Skip to content

Commit

Permalink
platform-configs/novacustom-common.robot: Remove Fan tests support
Browse files Browse the repository at this point in the history
We don't have an OS driver to expose the fan speed

Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Jul 19, 2024
1 parent 7c18adb commit aedf89f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform-configs/include/novacustom-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ${DOCKING_STATION_NET_INTERFACE}= ${TRUE}
${DOCKING_STATION_HDMI}= ${TRUE}
${DOCKING_STATION_DISPLAY_PORT}= ${TRUE}
${UPLOAD_ON_USB_SUPPORT}= ${TRUE}
${FAN_SPEED_MEASURE_SUPPORT}= ${TRUE}
${FAN_SPEED_MEASURE_SUPPORT}= ${FALSE}
${DOCKING_STATION_SD_CARD_READER_SUPPORT}= ${TRUE}
${BOOT_BLOCKING_SUPPORT}= ${TRUE}
${HIBERNATION_AND_RESUME_SUPPORT}= ${TRUE}
Expand Down Expand Up @@ -120,8 +120,8 @@ ${SERIAL_BOOT_MEASURE}= ${TRUE}
${CPU_TEMPERATURE_MEASURE}= ${TRUE}
${CPU_FREQUENCY_MEASURE}= ${TRUE}
${PLATFORM_STABILITY_CHECKING}= ${TRUE}
${CUSTOM_FAN_CURVE_SILENT_MODE_SUPPORT}= ${TRUE}
${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${TRUE}
${CUSTOM_FAN_CURVE_SILENT_MODE_SUPPORT}= ${FALSE}
${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}
${TEMPERATURE_TEST_DURATION}= 3600

# Test module: dasharo-stability
Expand Down

0 comments on commit aedf89f

Please sign in to comment.