File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -450,8 +450,7 @@ Get Submenu Construction
450
450
...
451
451
... === Effects ===
452
452
... - The setup submenu is read from the serial buffer
453
- [Arguments]
454
- ... ${checkpoint } =Esc=Exit
453
+ [Arguments] ${checkpoint } =Esc=Exit
455
454
... ${lines_top } =1
456
455
... ${lines_bot } =1
457
456
... ${opt_only } ="${FALSE } "
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
@@ -58,8 +64,6 @@ ${NVIDIA_GRAPHICS_CARD_SUPPORT}= ${TRUE}
58
64
${UNIGINE_SUPERPOSITION_RESULT_AC } = 114 # FPS
59
65
${UNIGINE_SUPERPOSITION_RESULT_BAT } = 26.2 # FPS
60
66
61
- ${OPTIONS_LIB } = options-lib_dcu
62
-
63
67
# DTS E2E variables
64
68
${DTS_TEST_BOARD_MODEL } = V560TNx
65
69
@{DTS_TEST_WORKFLOWS } = Initial Deployment UEFI Update
You can’t perform that action at this time.
0 commit comments