Skip to content

Commit d9e957d

Browse files
filipleplemkopec
authored andcommitted
dasharo-security/: modify tests to use DCU
Signed-off-by: Filip Lewiński <[email protected]>
1 parent b1e2479 commit d9e957d

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

lib/bios/menus.robot

+1-13
Original file line numberDiff line numberDiff line change
@@ -610,19 +610,7 @@ Make Sure That Network Boot Is Enabled
610610
... "Networking Options" is enabled when present, so the network
611611
... boot tests can be executed.
612612
IF not ${DASHARO_NETWORKING_MENU_SUPPORT} RETURN
613-
Power On
614-
${setup_menu}= Enter Setup Menu Tianocore And Return Construction
615-
${dasharo_menu}= Enter Dasharo System Features ${setup_menu}
616-
${index}= Get Index Of Matching Option In Menu ${dasharo_menu} Networking Options
617-
IF ${index} != -1
618-
${network_menu}= Enter Dasharo Submenu ${dasharo_menu} Networking Options
619-
${index}= Get Index Of Matching Option In Menu ${network_menu} Enable network boot
620-
IF ${index} != -1
621-
Set Option State ${network_menu} Enable network boot ${TRUE}
622-
Save Changes And Reset
623-
Sleep 10s
624-
END
625-
END
613+
Set UEFI Option NetworkBoot ${TRUE}
626614

627615
Make Sure That Flash Locks Are Disabled
628616
[Documentation] Keyword makes sure firmware flashing is not prevented by

platform-configs/novacustom-v560tu.robot

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ${NVIDIA_GRAPHICS_CARD_SUPPORT}= ${FALSE}
2121
${WEBCAM_UBUNTU}= USB2.0 Camera
2222

2323
${POWER_CTRL}= none
24+
${SNIPEIT}= no
2425
${FLASH_SIZE}= 33554432
2526

2627
${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE}

0 commit comments

Comments
 (0)