Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb-type-a-devices-detection.robot: Fix flag for the USB-A tests #681

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions dasharo-stability/usb-type-a-devices-detection.robot
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Resource ../keys.robot
Suite Setup Run Keywords
... Prepare Test Suite
... AND
... Skip If not ${USB_TYPE-A_DEVICES_DETECTION_SUPPORT} USB-A devices detection tests not supported
... Skip If not ${USB_TYPE_A_DEVICES_DETECTION_SUPPORT} USB-A devices detection tests not supported
... AND
... Skip If ${STABILITY_DETECTION_SUSPEND_ITERATIONS} == 0 USB-A devices detection tests not supported
... AND
Expand All @@ -28,7 +28,7 @@ Suite Teardown Run Keyword
# SUD001.001 USB devices detection after cold boot (Ubuntu)
# [Documentation] Check whether the external USB devices are detected
# ... correctly after a cold boot.
# Skip If not ${usb_type-a_devices_detection_support} SUD001.001 not supported
# Skip If not ${USB_TYPE_A_DEVICES_DETECTION_SUPPORT} SUD001.001 not supported
# Skip If not ${tests_in_ubuntu_support} SUD001.001 not supported
# Skip If '${POWER_CTRL}' == 'none' Coldboot automatic tests not supported
# Power On
Expand All @@ -50,7 +50,6 @@ Suite Teardown Run Keyword
SUD002.001 USB devices detection after warm boot (Ubuntu)
[Documentation] Check whether the external USB devices are detected
... correctly after a warm boot.
Skip If not ${USB_TYPE-a_devices_detection_support} SUD002.001 not supported
Skip If not ${TESTS_IN_UBUNTU_SUPPORT} SUD002.001 not supported
Power On
Boot System Or From Connected Disk ubuntu
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/include/default.robot
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ ${MAX_ACCEPTABLE_REBOOT_TIME_S}= 20
${M2_WIFI_SUPPORT}= ${FALSE}
${TPM_DETECT_SUPPORT}= ${FALSE}
${NVME_DETECTION_SUPPORT}= ${FALSE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${FALSE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${FALSE}
${NETWORK_INTERFACE_AFTER_SUSPEND_SUPPORT}= ${FALSE}
${CAPSULE_UPDATE_SUPPORT}= ${FALSE}

Expand Down
2 changes: 1 addition & 1 deletion platform-configs/include/msi-z690-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ${CPU_FREQUENCY_MEASURE}= ${TRUE}
# Test module: dasharo-stab
${TPM_DETECT_SUPPORT}= ${TRUE}
${NVME_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${NETWORK_INTERFACE_AFTER_SUSPEND_SUPPORT}= ${TRUE}
${CAPSULE_UPDATE_SUPPORT}= ${TRUE}
${ROMHOLE_SUPPORT}= ${TRUE}
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/include/novacustom-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ${TEMPERATURE_TEST_DURATION}= 3600
# Test module: dasharo-stability
${M2_WIFI_SUPPORT}= ${TRUE}
${NVME_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${TPM_DETECT_SUPPORT}= ${TRUE}
${NETWORK_INTERFACE_AFTER_SUSPEND_SUPPORT}= ${TRUE}

Expand Down
2 changes: 1 addition & 1 deletion platform-configs/include/optiplex-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ${CPU_FREQUENCY_MEASURE}= ${TRUE}

# Test module: dasharo-stab
${TPM_DETECT_SUPPORT}= ${TRUE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${NETWORK_INTERFACE_AFTER_SUSPEND_SUPPORT}= ${TRUE}

${RESET_TO_DEFAULTS_SUPPORT}= ${TRUE}
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/include/pcengines.robot
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ${PLATFORM_STABILITY_CHECKING}= ${TRUE}

# Test module: dasharo-stab
${TPM_DETECT_SUPPORT}= ${TRUE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${TRUE}

# Test module: trenchboot
${TRENCHBOOT_SUPPORT}= ${TRUE}
2 changes: 1 addition & 1 deletion platform-configs/odroid-h4-plus.robot
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ${USB_MASS_STORAGE_SUPPORT}= ${TRUE}

# Dasharo stability
${NVME_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
${STABILITY_DETECTION_SUSPEND_ITERATIONS}= 5


Expand Down
2 changes: 1 addition & 1 deletion platform-configs/raptor-cs_talos2.robot
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}
# Test module: dasharo-stability
${M2_WIFI_SUPPORT}= ${FALSE}
${NVME_DETECTION_SUPPORT}= ${FALSE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${FALSE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${FALSE}
${TPM_DETECT_SUPPORT}= ${TRUE}

# Supported OS installation variants
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/rpi-3b.robot
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}
# Test module: dasharo-stability
${M2_WIFI_SUPPORT}= ${FALSE}
${NVME_DETECTION_SUPPORT}= ${FALSE}
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${FALSE}
${USB_TYPE_A_DEVICES_DETECTION_SUPPORT}= ${FALSE}
${TPM_DETECT_SUPPORT}= ${FALSE}

# Supported OS installation variants
Expand Down
Loading