Skip to content

Commit 996555d

Browse files
committed
add test
1 parent 34fe429 commit 996555d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

platform-configs/include/default.robot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,11 @@ ${FAN_RPM_MEASUREMENT_SENSOR_MODULE}= ${TBD}
396396
# Base fw version set for every workflow
397397
${DTS_TEST_VERSION_BASE}= v0.0.0
398398
&{DTS_TEST_VERSIONS_BASE}=
399-
... &{{ {workflow: "${DTS_TEST_VERSION_BASE}" for workflow in ${DTS_TEST_POSSIBLE_WORKFLOWS} } }}
399+
... &{{ {workflow: "Dasharo (coreboot+UEFI) ${DTS_TEST_VERSION_BASE}" for workflow in ${DTS_TEST_POSSIBLE_WORKFLOWS} } }}
400400
... UEFI Update=Dasharo (coreboot+UEFI) ${DTS_TEST_VERSION_BASE}
401+
... SeaBIOS Update=Dasharo (coreboot+SeaBIOS) ${DTS_TEST_VERSION_BASE}
401402
... UEFI->Heads Transition=Dasharo (coreboot+UEFI) ${DTS_TEST_VERSION_BASE}
403+
... SeaBIOS->UEFI Transition=Dasharo (coreboot+SeaBIOS) ${DTS_TEST_VERSION_BASE}
402404
&{DTS_TEST_VERSIONS}= &{DTS_TEST_VERSIONS_BASE}
403405
# TEST_SYSTEM_MODEL, TEST_BOARD_MODEL, TEST_SYSTEM_VENDOR variables to export
404406
${DTS_TEST_SYSTEM_MODEL}= ${EMPTY}

platform-configs/include/pcengines.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ${TRENCHBOOT_SUPPORT}= ${TRUE}
107107
${DTS_TEST_SYSTEM_VENDOR}= PC Engines
108108
${DTS_TEST_BIOS_VENDOR}= coreboot
109109
&{DTS_TEST_VERSIONS}= &{DTS_TEST_VERSIONS_BASE}
110-
... SeaBIOS Update=v24.04.00.05 SeaBIOS->UEFI Transition=v24.04.00.05
110+
... SeaBIOS Update=Dasharo (coreboot+SeaBIOS) v24.04.00.05 SeaBIOS->UEFI Transition=Dasharo (coreboot+SeaBIOS) v24.04.00.05
111111
@{DTS_TEST_WORKFLOWS}= UEFI Update SeaBIOS Update SeaBIOS->UEFI Transition
112112
# TODO: Also seabios, add to tests
113113
@{DTS_TEST_DEFAULT_RELEASES}= DPP

0 commit comments

Comments
 (0)