File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Flash Via Internal Programmer With Args
17
17
... Should Contain ${out_flash } VERIFIED
18
18
IF not ${success }
19
19
Log Retry flashing once again in case of failure
20
- ${out_flash } = Execute Command In Terminal flashrom -p internal -w ${fw_file_path } ${args }
20
+ ${out_flash } = Execute Command In Terminal flashrom -p internal -w ${fw_file_path } ${args } 300s
21
21
IF "Warning: Chip content is identical to the requested image." in """${out_flash } """
22
22
RETURN
23
23
END
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Set UEFI Option
23
23
Login To Linux
24
24
Switch To Root User
25
25
Get Flashrom From Cloud
26
- Execute Command In Terminal flashrom -p internal -r coreboot.rom --fmap -i FMAP -i SMMSTORE &> /dev/null
26
+ ${result } = Execute Command In Terminal flashrom -p internal -r coreboot.rom --fmap -i FMAP -i SMMSTORE
27
+ Should Not Contain ${result } read-only
27
28
Execute Command In Terminal chmod 666 coreboot.rom
28
29
SSHLibrary.Get File coreboot.rom dcu/coreboot.rom
29
30
${result } = Run Process
@@ -32,7 +33,7 @@ Set UEFI Option
32
33
Should Contain ${result.stdout } Success
33
34
SSHLibrary.Put File dcu/coreboot.rom coreboot.rom
34
35
${result } = Execute Command In Terminal
35
- ... flashrom -p internal -w coreboot.rom --fmap -i SMMSTORE --noverify-all &> /dev/null
36
+ ... flashrom -p internal -w coreboot.rom --fmap -i SMMSTORE 300s
36
37
Should Contain ${result } VERIFIED
37
38
Execute Reboot Command
38
39
# Assume we don't have serial to tell us that we've rebooted, so just wait
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Resource include/novacustom-mtl.robot
7
7
# CPU
8
8
${CPU } = Intel(R) Core(TM) Ultra 7 155H
9
9
10
- ${3_MDEB_WIFI_NETWORK } = 3mdeb_abr
11
- ${DEVICE_NVME_DISK } = Non-Volatile memory controller
12
- ${DEVICE_USB_KEYBOARD } = Logitech, Inc. Keyboard K120
13
- ${DMIDECODE_PRODUCT_NAME } = V5xTNC_TND_TNE
14
- ${EXTERNAL_HEADSET } = USB PnP Audio Device
15
- ${CPU_MAX_FREQUENCY } = 4800
16
- ${CPU_MIN_FREQUENCY } = 200
10
+ ${3_MDEB_WIFI_NETWORK } = 3mdeb_abr
11
+ ${DEVICE_NVME_DISK } = Non-Volatile memory controller
12
+ ${DEVICE_USB_KEYBOARD } = Logitech, Inc. Keyboard K120
13
+ ${DMIDECODE_PRODUCT_NAME } = V5xTNC_TND_TNE
14
+ ${EXTERNAL_HEADSET } = USB PnP Audio Device
15
+ ${CPU_MAX_FREQUENCY } = 4800
16
+ ${CPU_MIN_FREQUENCY } = 200
17
17
18
18
${NVIDIA_GRAPHICS_CARD_SUPPORT } = ${TRUE }
19
19
Original file line number Diff line number Diff line change @@ -24,6 +24,5 @@ ${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE} # change windows/ubuntu support
24
24
${TESTS_IN_UBUNTU_SUPPORT } = ${TRUE } # on which OS is first in the boot order
25
25
${USB_STACK_SUPPORT } = ${TRUE }
26
26
27
- ${USB_DETECTION_ITERATIONS_NUMBER } = 1
28
- ${BOOT_FROM_USB_ITERATIONS_NUMBER } = 1
27
+ ${BOOT_FROM_USB_ITERATIONS_NUMBER } = 3
29
28
${WIFI_CARD } = Intel(R) Wi-Fi 6E AX211 160MHz
You can’t perform that action at this time.
0 commit comments