Skip to content

Commit b1d7f70

Browse files
committed
platform-configs/include/pcengines-seabios.robot: add
Signed-off-by: Filip Lewiński <[email protected]>
1 parent dce7ae6 commit b1d7f70

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*** Settings ***
2+
Resource pcengines.robot
3+
4+
5+
*** Variables ***
6+
${BIOS_LIB}= seabios
7+
${FW_STRING}= F10
8+
${SEABIOS_BOOT_DEVICE}= 4
9+
${BOOT_MENU_KEY}= ${F10}
10+
${TESTS_IN_FIRMWARE_SUPPORT}= ${FALSE}

platform-configs/include/pcengines.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ ${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
102102

103103
# Test module: trenchboot
104104
${TRENCHBOOT_SUPPORT}= ${TRUE}
105+
106+
*** Keywords ***
107+
Power On
108+
Power On Default

0 commit comments

Comments
 (0)