From 053c95c31411a7245209cab4bc05418e294613e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Go=C5=82a=C5=9B?= Date: Fri, 19 Jul 2024 12:33:06 +0200 Subject: [PATCH] platform-configs/novacustom-common.robot: Remove Fan tests support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't have an OS driver to expose the fan speed Signed-off-by: Filip Gołaś --- platform-configs/include/novacustom-common.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform-configs/include/novacustom-common.robot b/platform-configs/include/novacustom-common.robot index 4f8d53008..f1a9d46da 100644 --- a/platform-configs/include/novacustom-common.robot +++ b/platform-configs/include/novacustom-common.robot @@ -90,7 +90,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} @@ -122,8 +122,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