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

Remove regression-qemu.sh #348

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
2 changes: 2 additions & 0 deletions dasharo-compatibility/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Prepare Platform
Log Out And Close Connection
Should Be Equal ${fw_ver_file} ${fw_ver_bootblock}
Should Be Equal ${fw_ver_bootblock} ${fw_ver_romstage}
ELSE IF "${CONFIG}" == "qemu"
Prepare Test Suite
ELSE
Variable Should Exist ${FW_FILE}
Prepare Test Suite
Expand Down
4 changes: 3 additions & 1 deletion dasharo-compatibility/cpu-throttling.robot
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ Resource ../keys.robot
# - document which setup/teardown keywords to use and what are they doing
# - go threough them and make sure they are doing what the name suggest (not
# exactly the case right now)
Suite Setup Run Keyword
Suite Setup Run Keywords
... Prepare Test Suite
... AND
... Skip If not ${CPU_THROTTLING_SUPPORT} CPU throttling tests not supported
Suite Teardown Run Keyword
... Log Out And Close Connection

Expand Down
4 changes: 3 additions & 1 deletion dasharo-performance/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ Prepare Platform
Log Out And Close Connection
Should Be Equal ${fw_ver_file} ${fw_ver_bootblock}
Should Be Equal ${fw_ver_bootblock} ${fw_ver_romstage}
ELSE IF "${CONFIG}" == "qemu"
Prepare Test Suite
ELSE
Variable Should Exist ${FW_FILE}
Prepare Test Suite
Flash Firmware ${FW_FILE}
IF "${CONFIG}" != "qemu" Flash Firmware ${FW_FILE}
Power Cycle On
${version}= Get Firmware Version
${coreboot_version}= Get Firmware Version From Binary ${FW_FILE}
Expand Down
4 changes: 3 additions & 1 deletion dasharo-security/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ Prepare Platform
Log Out And Close Connection
Should Be Equal ${fw_ver_file} ${fw_ver_bootblock}
Should Be Equal ${fw_ver_bootblock} ${fw_ver_romstage}
ELSE IF "${CONFIG}" == "qemu"
Prepare Test Suite
ELSE
Variable Should Exist ${FW_FILE}
Prepare Test Suite
Flash Firmware ${FW_FILE}
IF "${CONFIG}" != "qemu" Flash Firmware ${FW_FILE}
Power Cycle On
${version}= Get Firmware Version
${coreboot_version}= Get Firmware Version From Binary ${FW_FILE}
Expand Down
4 changes: 3 additions & 1 deletion dasharo-stability/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ Prepare Platform
Log Out And Close Connection
Should Be Equal ${fw_ver_file} ${fw_ver_bootblock}
Should Be Equal ${fw_ver_bootblock} ${fw_ver_romstage}
ELSE IF "${CONFIG}" == "qemu"
Prepare Test Suite
ELSE
Variable Should Exist ${FW_FILE}
Prepare Test Suite
Flash Firmware ${FW_FILE}
IF "${CONFIG}" != "qemu" Flash Firmware ${FW_FILE}
Power Cycle On
${version}= Get Firmware Version
${coreboot_version}= Get Firmware Version From Binary ${FW_FILE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/include/default.robot
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ ${DASHARO_SERIAL_PORT_MENU_SUPPORT}= ${TRUE}
# Test module: dasharo-compatibility
${BASE_PORT_ALLOCATOR_V4_SUPPORT}= ${FALSE}
${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${FALSE}
${CPU_THROTTLING_SUPPORT}= ${FALSE}
${CUSTOM_SETUP_MENU_KEY_SUPPORT}= ${FALSE}
${CUSTOM_NETWORK_BOOT_ENTRIES_SUPPORT}= ${FALSE}
${COREBOOT_FAN_CONTROL_SUPPORT}= ${FALSE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/include/msi-z690-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ${DASHARO_MEMORY_MENU_SUPPORT}= ${TRUE}
# Test module: dasharo-compatibility
${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${TRUE}
${CUSTOM_SETUP_MENU_KEY_SUPPORT}= ${TRUE}
${CPU_THROTTLING_SUPPORT}= ${TRUE}
${EXTERNAL_HDMI_DISPLAY_SUPPORT}= ${TRUE}
${EXTERNAL_DISPLAY_PORT_SUPPORT}= ${TRUE}
${CUSTOM_LOGO_SUPPORT}= ${TRUE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/include/novacustom-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ${DASHARO_POWER_MGMT_MENU_SUPPORT}= ${TRUE}
# Test module: dasharo-compatibility
${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${TRUE}
${CUSTOM_SETUP_MENU_KEY_SUPPORT}= ${TRUE}
${CPU_THROTTLING_SUPPORT}= ${TRUE}
${INTERNAL_LCD_DISPLAY_SUPPORT}= ${TRUE}
${EXTERNAL_HDMI_DISPLAY_SUPPORT}= ${TRUE}
${EC_AND_SUPER_IO_SUPPORT}= ${TRUE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/include/pcengines.robot
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ${DASHARO_NETWORKING_MENU_SUPPORT}= ${TRUE}
# Test module: dasharo-compatibility
${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${TRUE}
${CUSTOM_SETUP_MENU_KEY_SUPPORT}= ${TRUE}
${CPU_THROTTLING_SUPPORT}= ${TRUE}
${EC_AND_SUPER_IO_SUPPORT}= ${TRUE}
${USB_DISKS_DETECTION_SUPPORT}= ${TRUE}
${UEFI_SHELL_SUPPORT}= ${TRUE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/include/protectli-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ${DASHARO_USB_MENU_SUPPORT}= ${TRUE}
${AUDIO_SUBSYSTEM_SUPPORT}= ${TRUE}
${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${TRUE}
${CUSTOM_SETUP_MENU_KEY_SUPPORT}= ${TRUE}
${CPU_THROTTLING_SUPPORT}= ${TRUE}
${CUSTOM_NETWORK_BOOT_ENTRIES_SUPPORT}= ${TRUE}
${EXTERNAL_HDMI_DISPLAY_SUPPORT}= ${TRUE}
${EXTERNAL_DISPLAY_PORT_SUPPORT}= ${TRUE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/minnowboard-turbot.robot
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE}

# Regression test flags
${CUSTOM_BOOT_MENU_KEY_SUPPORT}= ${TRUE}
${CPU_THROTTLING_SUPPORT}= ${TRUE}


*** Keywords ***
Expand Down
1 change: 0 additions & 1 deletion platform-configs/qemu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ${USB_DISKS_DETECTION_SUPPORT}= ${TRUE}
${USB_KEYBOARD_DETECTION_SUPPORT}= ${TRUE}
${UEFI_SHELL_SUPPORT}= ${TRUE}
${IPXE_BOOT_SUPPORT}= ${TRUE}
${AUDIO_SUBSYSTEM_SUPPORT}= ${TRUE}
${FIRMWARE_NUMBER_VERIFICATION}= ${TRUE}
${PRODUCT_NAME_VERIFICATION}= ${TRUE}
${RELEASE_DATE_VERIFICATION}= ${TRUE}
Expand Down
1 change: 1 addition & 0 deletions platform-configs/raptor-cs_talos2.robot
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ${DASHARO_MEMORY_MENU_SUPPORT}= ${FALSE}
${BASE_PORT_BOOTBLOCK_SUPPORT}= ${TRUE}
${BASE_PORT_ROMSTAGE_SUPPORT}= ${TRUE}
${BASE_PORT_POSTCAR_SUPPORT}= ${FALSE}
${CPU_THROTTLING_SUPPORT}= ${TRUE}
${BASE_PORT_RAMSTAGE_SUPPORT}= ${TRUE}
${BASE_PORT_ALLOCATOR_V4_SUPPORT}= ${FALSE}
${PETITBOOT_PAYLOAD_SUPPORT}= ${FALSE}
Expand Down
34 changes: 0 additions & 34 deletions scripts/regression-qemu.sh

This file was deleted.

Loading