File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -610,19 +610,7 @@ Make Sure That Network Boot Is Enabled
610
610
... "Networking Options" is enabled when present, so the network
611
611
... boot tests can be executed.
612
612
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 }
626
614
627
615
Make Sure That Flash Locks Are Disabled
628
616
[Documentation] Keyword makes sure firmware flashing is not prevented by
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ${NVIDIA_GRAPHICS_CARD_SUPPORT}= ${FALSE}
21
21
${WEBCAM_UBUNTU } = USB2.0 Camera
22
22
23
23
${POWER_CTRL } = none
24
+ ${SNIPEIT } = no
24
25
${FLASH_SIZE } = 33554432
25
26
26
27
${TESTS_IN_WINDOWS_SUPPORT } = ${FALSE }
You can’t perform that action at this time.
0 commit comments