Skip to content

Commit b1e2479

Browse files
filipleplemkopec
authored andcommitted
dasharo-security/: modify tests to use DCU
Signed-off-by: Filip Lewiński <[email protected]>
1 parent 0057010 commit b1e2479

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

lib/options/dcu.robot

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Set UEFI Option
2424
Switch To Root User
2525
Get Flashrom From Cloud
2626
Execute Command In Terminal flashrom -p internal -r coreboot.rom --fmap -i FMAP -i SMMSTORE &> /dev/null
27+
Execute Command In Terminal chmod 666 coreboot.rom
2728
SSHLibrary.Get File coreboot.rom dcu/coreboot.rom
2829
${result}= Run Process
2930
... cd dcu && ./dcu v coreboot.rom --set "${option_name}" --value "${value}"

platform-configs/novacustom-ns50mu.robot

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ ${EC_NO_SYNC_DOWNLOAD_LINK}=
2828
... https://dl.3mdeb.com/open-source-firmware/Dasharo/novacustom_ns5x_tgl/v1.5.1/novacustom_ns5x_tgl_ec_v1.5.1.rom
2929
${FW_NO_EC_SYNC_VERSION}= v1.5.1
3030
${EC_NO_SYNC_VERSION}= 2023-10-31_f148431
31+
${POWER_CTRL}= none

platform-configs/novacustom-v560tu.robot

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ ${NVIDIA_GRAPHICS_CARD_SUPPORT}= ${FALSE}
2121
${WEBCAM_UBUNTU}= USB2.0 Camera
2222

2323
${POWER_CTRL}= none
24+
${FLASH_SIZE}= 33554432
2425

2526
${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE}
27+
${TESTS_IN_UBUNTU_SUPPORT}= ${TRUE}
2628
${USB_STACK_SUPPORT}= ${TRUE}
29+
${CLEVO_BATTERY_CAPACITY}= 4602000

0 commit comments

Comments
 (0)