File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ Parse Menu Snapshot Into Construction
375
375
${line_valid } = Evaluate $line_valid and "----------" not in $line
376
376
END
377
377
378
- IF ${line_valid } Append To List ${construction } ${line }
378
+ IF ${line_valid } Append To List ${construction } ${line }
379
379
END
380
380
Log ${construction }
381
381
${construction } = Get Slice From List ${construction } ${slice_start } ${slice_end }
@@ -450,7 +450,11 @@ Get Submenu Construction
450
450
...
451
451
... === Effects ===
452
452
... - The setup submenu is read from the serial buffer
453
- [Arguments] ${checkpoint } =Esc=Exit ${lines_top } =1 ${lines_bot } =1 ${opt_only } ="${FALSE } " ${first_line } =${NONE }
453
+ [Arguments] ${checkpoint } =Esc=Exit
454
+ ... ${lines_top } =1
455
+ ... ${lines_bot } =1
456
+ ... ${opt_only } ="${FALSE } "
457
+ ... ${first_line } =${NONE }
454
458
455
459
# In most cases, we need to strip two lines:
456
460
# TOP:
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ ${DEFAULT_BOOT_OS_ID}= ${ENV_ID_UBUNTU}
36
36
${TESTS_IN_WINDOWS_SUPPORT } = ${FALSE } # change windows/ubuntu support depending
37
37
${TESTS_IN_UBUNTU_SUPPORT } = ${TRUE } # on which OS is first in the boot order
38
38
${TESTS_IN_FEDORA_SUPPORT } = ${FALSE }
39
- ${TESTS_IN_FIRMWARE_SUPPORT } = ${TRUE }
40
39
41
40
${USB_DISKS_DETECTION_SUPPORT } = ${TRUE }
42
41
${USB_KEYBOARD_DETECTION_SUPPORT } = ${TRUE }
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Resource include/novacustom-common.robot
4
4
5
5
6
6
*** Variables ***
7
+ ${INITIAL_DUT_CONNECTION_METHOD } = Telnet
8
+ ${DUT_CONNECTION_METHOD } = Telnet
9
+ ${TESTS_IN_FIRMWARE_SUPPORT } = ${TRUE }
10
+ ${OPTIONS_LIB } = options-lib_uefi-setup-menu
11
+ ${POWER_CTRL } = sonoff
12
+
7
13
${CPU } = Intel(R) Core(TM) Ultra 7 155H
8
14
9
15
${3_MDEB_WIFI_NETWORK } = 3mdeb_abr
You can’t perform that action at this time.
0 commit comments