Skip to content

Commit

Permalink
wip: remove regression-qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Jul 30, 2024
1 parent 1a5e1bd commit de9e2e8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 40 deletions.
2 changes: 1 addition & 1 deletion dasharo-compatibility/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prepare Platform
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-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
2 changes: 1 addition & 1 deletion dasharo-performance/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prepare Platform
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
2 changes: 1 addition & 1 deletion dasharo-security/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prepare Platform
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
2 changes: 1 addition & 1 deletion dasharo-stability/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Prepare Platform
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.

0 comments on commit de9e2e8

Please sign in to comment.