Skip to content

Commit 7930c06

Browse files
committed
pre-commit fixes
Signed-off-by: Filip Gołaś <[email protected]>
1 parent 3ce48f0 commit 7930c06

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

lib/bios/menus.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ Get Submenu Construction
450450
...
451451
... === Effects ===
452452
... - The setup submenu is read from the serial buffer
453-
[Arguments]
454-
... ${checkpoint}=Esc=Exit
453+
[Arguments] ${checkpoint}=Esc=Exit
455454
... ${lines_top}=1
456455
... ${lines_bot}=1
457456
... ${opt_only}="${FALSE}"

platform-configs/novacustom-v560tnd.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ ${DEFAULT_BOOT_OS_ID}= ${ENV_ID_UBUNTU}
3636
${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE} # change windows/ubuntu support depending
3737
${TESTS_IN_UBUNTU_SUPPORT}= ${TRUE} # on which OS is first in the boot order
3838
${TESTS_IN_FEDORA_SUPPORT}= ${FALSE}
39-
${TESTS_IN_FIRMWARE_SUPPORT}= ${TRUE}
4039

4140
${USB_DISKS_DETECTION_SUPPORT}= ${TRUE}
4241
${USB_KEYBOARD_DETECTION_SUPPORT}= ${TRUE}

platform-configs/novacustom-v560tne.robot

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Resource include/novacustom-common.robot
44

55

66
*** 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+
713
${CPU}= Intel(R) Core(TM) Ultra 7 155H
814

915
${3_MDEB_WIFI_NETWORK}= 3mdeb_abr
@@ -58,8 +64,6 @@ ${NVIDIA_GRAPHICS_CARD_SUPPORT}= ${TRUE}
5864
${UNIGINE_SUPERPOSITION_RESULT_AC}= 114 # FPS
5965
${UNIGINE_SUPERPOSITION_RESULT_BAT}= 26.2 # FPS
6066

61-
${OPTIONS_LIB}= options-lib_dcu
62-
6367
# DTS E2E variables
6468
${DTS_TEST_BOARD_MODEL}= V560TNx
6569
@{DTS_TEST_WORKFLOWS}= Initial Deployment UEFI Update

0 commit comments

Comments
 (0)