Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2f1220c
requirements.txt: bump fuzzysearch
philipanda Aug 20, 2025
eb9d9b5
platform-configs: Use max_insertions and max_deletions in fuzzy telnet
philipanda Aug 20, 2025
4ca69d5
[REMOVE ME] variables.robot: Add temporary desk RTE setup
philipanda Sep 2, 2025
eea79dd
platform-configs: Update supported OSes for v1.0.0-rc6
philipanda Sep 3, 2025
0bd5545
requirements.txt: bump osfv-scripts to include v56tnx models
philipanda Sep 3, 2025
32a1a9a
novacustom-v560tu: Change Default boot to Ubuntu for faster tests
philipanda Sep 4, 2025
75637dd
Revert "novacustom-v560tu: Change Default boot to Ubuntu for faster t…
philipanda Sep 4, 2025
060d597
platform-configs: Update supported OSes for v1.0.0-rc6
philipanda Sep 3, 2025
00cde92
novacustom-v540tu.robot: Test via SSH
philipanda Sep 3, 2025
68f2093
novacustom-v540tu: set defaultboot to Ubuntu for quicker ubuntu tests
philipanda Sep 5, 2025
07e62bb
novacustom-v540tu: set defaultboot to Fedora
philipanda Sep 8, 2025
c5f7f0a
novacustom-v540tu: Add HDMI audio support
philipanda Sep 8, 2025
5262aef
[REMOVE ME] novacustom-v540tu: temp disable flashing
philipanda Sep 8, 2025
88033c8
Revert "[REMOVE ME] novacustom-v540tu: temp disable flashing"
philipanda Sep 8, 2025
b2e69cf
Revert "novacustom-v540tu: set defaultboot to Fedora"
philipanda Sep 8, 2025
d219245
lib/docks.robot: longer delay for dock detection
philipanda Sep 8, 2025
c59e96e
Ensure ME State: Check intead of set on first test
philipanda Sep 8, 2025
41ac97f
Reapply "novacustom-v540tu: set defaultboot to Fedora"
philipanda Sep 8, 2025
c4302af
novacustom-v540tnd: prepare for ssh testsing
philipanda Sep 9, 2025
3ad20ba
Revert "lib/docks.robot: longer delay for dock detection"
philipanda Sep 10, 2025
2144220
v560tnd.robot: Set defaultboot to ubuntu
philipanda Sep 10, 2025
0b8d09d
novacustom-v540tnd: Add missing config vars
philipanda Sep 10, 2025
f034ac4
novacustom-common: Add CNB support
philipanda Sep 11, 2025
2279249
201.yml: install python-is-python3
philipanda Sep 11, 2025
67407b3
capsule-update.robot: Remove leftover checkout to pr branch
philipanda Sep 11, 2025
094886e
FAN: replace manual fwts execution with keyword
philipanda Sep 11, 2025
7842e5a
disk-io.robot: Fix misleading skip messages
philipanda Sep 11, 2025
74cfc99
capsule-update.robot: Increase timeout for preparing cup drive
philipanda Sep 11, 2025
1fc03f4
prepare_capsule_update_tests_drive: Add -I to mkfs
philipanda Sep 11, 2025
b40bf16
CAM001.301: Loosen up camera detection
philipanda Sep 11, 2025
72e4919
CUP: set tag semiauto for whole suite
philipanda Sep 11, 2025
ff84ef2
cpu-frequency dont shut down on windows when SSH testing
philipanda Sep 12, 2025
95a5a63
novacustom-mtl: Remove POWER_MGMT_SUPPORT false to make it True
philipanda Sep 12, 2025
5c8c943
novacuston-v540tnd: default boot fedora
philipanda Sep 16, 2025
bcf0c51
pre-commit fix
philipanda Nov 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dasharo-compatibility/cpu-fan-speed-measure.robot
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ FAN003.201 Fans are turning off during suspend mode with ME Enabled
Login To Linux
Switch To Root User
Log To Console \nFan test started, please check fan state manually
Execute Command In Terminal fwts s3 -f -r /tmp/suspend_test_log.log 90
Perform Suspend Test Using FWTS
Log To Console \nFan state test ended, please note the result

FAN004.201 Fans are turning off during suspend mode with ME Soft disabled
Expand All @@ -77,7 +77,7 @@ FAN004.201 Fans are turning off during suspend mode with ME Soft disabled
Login To Linux
Switch To Root User
Log To Console \nFan test started, please check fan state manually
Execute Command In Terminal fwts s3 -f -r /tmp/suspend_test_log.log 90
Perform Suspend Test Using FWTS
Log To Console \nFan state test ended, please note the result

FAN005.201 Fans are turning off during suspend mode with ME HAP disabled
Expand All @@ -90,7 +90,7 @@ FAN005.201 Fans are turning off during suspend mode with ME HAP disabled
Login To Linux
Switch To Root User
Log To Console \nFan test started, please check fan state manually
Execute Command In Terminal fwts s3 -f -r /tmp/suspend_test_log.log 90
Perform Suspend Test Using FWTS
Log To Console \nFan state test ended, please note the result

FAN006.201 GPU fan speed measure
Expand Down
2 changes: 1 addition & 1 deletion dasharo-compatibility/usb-camera.robot
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ CAM001.301 Integrated webcam (Windows)
Power On
Login To Windows
${out}= Get USB Devices Windows
Should Contain ${out} Chicony USB2.0 Camera
Should Contain Any ${out} Camera BisonCam
Execute Shutdown Command


Expand Down
12 changes: 9 additions & 3 deletions dasharo-performance/cpu-frequency.robot
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@ CPU Not Stuck On Initial Frequency (Windows)
Login To Windows
Sleep 10s
Check If CPU Not Stuck On Initial Frequency In Windows
Execute Shutdown Command
IF '${INITIAL_DUT_CONNECTION_METHOD}' != 'SSH'
Execute Shutdown Command
END

CPU Not Stuck On Initial Frequency (Heads+Debian)
Power On
Expand Down Expand Up @@ -529,7 +531,9 @@ CPU Runs On Expected Frequency (Windows)
Sleep ${FREQUENCY_TEST_MEASURE_INTERVAL}m
${timer}= Evaluate ${timer} + ${FREQUENCY_TEST_MEASURE_INTERVAL}
END
Execute Shutdown Command
IF '${INITIAL_DUT_CONNECTION_METHOD}' != 'SSH'
Execute Shutdown Command
END

CPU With Load Runs On Expected Frequency (Linux)
[Arguments] ${os_id}
Expand Down Expand Up @@ -571,4 +575,6 @@ CPU With Load Runs On Expected Frequency (Windows)
Sleep ${FREQUENCY_TEST_MEASURE_INTERVAL}m
${timer}= Evaluate ${timer} + ${FREQUENCY_TEST_MEASURE_INTERVAL}
END
Execute Shutdown Command
IF '${INITIAL_DUT_CONNECTION_METHOD}' != 'SSH'
Execute Shutdown Command
END
16 changes: 8 additions & 8 deletions dasharo-performance/disk-io.robot
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DIO002.201 Sequential Read Performance (Ubuntu) (Battery)
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Skip If Battery Level Below 30 Percent
Power Cycle Into Ubuntu
Switch To Root User
Expand Down Expand Up @@ -83,7 +83,7 @@ DIO004.201 Sequential Write Performance (Ubuntu) (Battery)
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Skip If Battery Level Below 30 Percent
Power Cycle Into Ubuntu
Switch To Root User
Expand Down Expand Up @@ -128,7 +128,7 @@ DIO006.201 Random Read Performance (Ubuntu) (Battery)
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Skip If Battery Level Below 30 Percent
Power Cycle Into Ubuntu
Switch To Root User
Expand Down Expand Up @@ -173,7 +173,7 @@ DIO008.201 Random Write Performance (Ubuntu) (Battery)
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Skip If Battery Level Below 30 Percent
Power Cycle Into Ubuntu
Switch To Root User
Expand Down Expand Up @@ -209,7 +209,7 @@ DIO002.301 Sequential Read Performance (Windows) (Battery)
Skip If not ${TESTS_IN_WINDOWS_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Power Cycle Into Windows
Run FIO On Windows sequential_with_queues
... --rw=read --bs=1M --iodepth=32 --numjobs=1 --size=4G
Expand Down Expand Up @@ -239,7 +239,7 @@ DIO004.301 Sequential Write Performance (Windows) (Battery)
Skip If not ${TESTS_IN_WINDOWS_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Power Cycle Into Windows
Run FIO On Windows sequential_write_with_queues
... --rw=write --bs=1M --iodepth=32 --numjobs=1 --size=4G
Expand All @@ -265,7 +265,7 @@ DIO006.301 Random Read Performance (Windows) (Battery)
Skip If not ${TESTS_IN_WINDOWS_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Power Cycle Into Windows
Run FIO On Windows random_read
... --rw=randread --bs=4K --iodepth=32 --numjobs=1 --size=10G
Expand All @@ -287,7 +287,7 @@ DIO008.301 Random Write Performance (Windows) (Battery)
Skip If not ${TESTS_IN_WINDOWS_SUPPORT}
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
Skip If not ${BATTERY_PRESENT} Battery not present
Skip If ${AC_CONNECTED} The platform is not connected to AC
Skip If ${AC_CONNECTED} The platform is not running on battery
Power Cycle Into Windows
Run FIO On Windows random_write
... --rw=randwrite --bs=4K --iodepth=32 --numjobs=4 --size=10G
Expand Down
11 changes: 3 additions & 8 deletions dasharo-stability/capsule-update.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Suite Setup Run Keywords
Suite Teardown Run Keywords
... Log Out And Close Connection

Default Tags semiauto


*** Variables ***
${FUM_DIALOG_TOP}= Update Mode. All firmware write protections are disabled in this mode.
Expand Down Expand Up @@ -103,7 +105,6 @@ CUP160.001 Verifying BIOS Settings Persistence After Update - PART 2

CUP170.201 Verifying UUID (Ubuntu)
[Documentation] Check if UUID didn't change after Capsule Update.
[Tags] automated
Skip If not ${TESTS_IN_UBUNTU_SUPPORT} CUP170.001 not supported
Go To Linux Prompt ${ENV_ID_UBUNTU}
Get Ubuntu System Values UPDATED_SERIAL UPDATED_UUID UPDATED_LOGO_SHA256
Expand All @@ -118,7 +119,6 @@ CUP170.201 Verifying UUID (Ubuntu)

CUP170.301 Verifying UUID (Windows)
[Documentation] Check if UUID didn't change after Capsule Update.
[Tags] automated
Skip If not ${TESTS_IN_WINDOWS_SUPPORT} CUP170.002 not supported

Go To Windows Prompt
Expand All @@ -140,7 +140,6 @@ CUP170.301 Verifying UUID (Windows)

CUP180.201 Verifying Serial Number (Ubuntu)
[Documentation] Check if serial number didn't change after Capsule Update.
[Tags] automated
Skip If not ${TESTS_IN_UBUNTU_SUPPORT} CUP180.001 not supported
${tmp}= Get Variable Value $UPDATED_SERIAL
IF $tmp is None
Expand All @@ -155,7 +154,6 @@ CUP180.201 Verifying Serial Number (Ubuntu)

CUP180.301 Verifying Serial Number (Windows)
[Documentation] Check if serial number didn't change after Capsule Update.
[Tags] automated
Skip If not ${TESTS_IN_WINDOWS_SUPPORT} CUP180.002 not supported
${tmp}= Get Variable Value $WIN_UPDATED_SERIAL
IF $tmp is None
Expand All @@ -170,7 +168,6 @@ CUP180.301 Verifying Serial Number (Windows)

CUP190.201 Verifying If Custom Logo Persists Across updates (Ubuntu)
[Documentation] Check if Logo didn't change after Capsule Update.
[Tags] automated
Skip If not ${CUSTOM_LOGO_SUPPORT} CUP190.001 not supported
Skip If not ${TESTS_IN_UBUNTU_SUPPORT} CUP190.001 not supported
Go To Linux Prompt ${ENV_ID_UBUNTU}
Expand All @@ -181,7 +178,6 @@ CUP250.001 Capsule Update Progress Bar - Default Logo
[Documentation] Verify that the Capsule Update screen looks as expected
... and the progress bar is scaled properly using a default logo.
# Ensure we're running FW with the default logo
[Tags] semiauto
Flash Firmware If Not QEMU default
# Bump the timeout for memory training
Set DUT Response Timeout 5m
Expand Down Expand Up @@ -384,14 +380,13 @@ Upload Required Files SSH
${capsule_disk}= Identify Path To USB ${CAPSULE_UPDATE_DISK_MODEL}
Execute Command In Terminal git clone https://github.com/dasharo/open-source-firmware-validation osfv
VAR ${commands}= pushd osfv;
... git switch novacustom-capsule-tests; # TODO temporary, remove before merging
... git submodule update --init --checkout;
... export FW_FILE=/root/${fw_filename};
... export CAPSULE_FW_FILE=/root/${caps_filename};
... ./scripts/capsules/capsule_update_tests.sh /root/${caps_filename};
... ./scripts/capsules/prepare_capsule_update_tests_drive.sh ${capsule_disk};
... popd;
Execute Command In Terminal ${commands}
Execute Command In Terminal ${commands} timeout=120s

Perform Capsule Update
[Arguments] ${capsule_file} ${use_uefi_shell}=${True}
Expand Down
25 changes: 16 additions & 9 deletions lib/utc.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,26 @@ Prepare UTC Test Suite

Ensure ME State
[Arguments] ${me_state}
IF '${me_state}' != '${UTC_CURRENT_ME_STATE}'
IF '${me_state}' == 'Enabled'
Set UEFI Option MeMode Enabled
ELSE
Set UEFI Option MeMode Disabled (HAP)
END
VAR ${UTC_CURRENT_ME_STATE}= ${me_state} scope=GLOBAL
IF '${me_state}' not in '${UTC_CURRENT_ME_STATE}'
Boot System Or From Connected Disk ${DEFAULT_BOOT_OS_ID}
Login To Linux
Switch To Root User
${actual_me_state}= Check ME Out
Should Contain ${actual_me_state} ${me_state}
Exit From Root User
VAR ${UTC_CURRENT_ME_STATE}= ${actual_me_state} scope=GLOBAL
IF '${me_state}' not in '${UTC_CURRENT_ME_STATE}'
IF '${me_state}' == 'Enabled'
Set UEFI Option MeMode Enabled
ELSE
Set UEFI Option MeMode Disabled (HAP)
END
Boot System Or From Connected Disk ${DEFAULT_BOOT_OS_ID}
Login To Linux
Switch To Root User
${actual_me_state}= Check ME Out
Should Contain ${actual_me_state} ${me_state}
VAR ${UTC_CURRENT_ME_STATE}= ${me_state} scope=GLOBAL
Exit From Root User
END
END

# Not automated
Expand Down
7 changes: 7 additions & 0 deletions os-config/ansible/os-specific-tasks/201.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@

- name: Install UEFI Shell
ansible.builtin.command: /tmp/deploy-shell-efi.sh /tmp/Shell.efi

- name: Make python3 accessible as python
ansible.builtin.package:
update_cache: true
name:
- python-is-python3
state: present
3 changes: 2 additions & 1 deletion platform-configs/include/novacustom-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ${AUTO_BOOT_TIME_OUT_DEFAULT_VALUE}= 6
${FLASHING_METHOD}= internal
${CHECK_POWER_LED_SUPPORT}= ${FALSE}
${CAPSULE_UPDATE_SUPPORT}= ${TRUE}
${TELNET_FUZZY_MAX_SUBSTITUTIONS}= 0
${TELNET_FUZZY_MAX_SUBSTITUTIONS}= 1
${TELNET_FUZZY_MAX_INSERTIONS}= 5
${TELNET_FUZZY_MAX_DELETIONS}= 1

Expand Down Expand Up @@ -103,6 +103,7 @@ ${DTS_EC_FLASHING_SUPPORT}= ${TRUE}
${ACPI_DRIVER_SUPPORT}= ${TRUE}
${ACPI_CAMERA_SWITCH_SUPPORT}= ${TRUE}
${INTEL_CBNT_SUPPORT}= ${TRUE}
${CUSTOM_NETWORK_BOOT_ENTRIES_SUPPORT}= ${TRUE}

# Test module: dasharo-security
${TPM_SUPPORTED_VERSION}= 2
Expand Down
3 changes: 0 additions & 3 deletions platform-configs/include/novacustom-mtl.robot
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ ${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}

${L3_CACHE_SUPPORT}= ${TRUE}

# Only S0ix is available on MTL
${DASHARO_POWER_MGMT_MENU_SUPPORT}= ${FALSE}

# DTS E2E variables
&{DTS_TEST_EXPORTS}=
... &{DTS_TEST_BASE_EXPORTS}
Expand Down
23 changes: 19 additions & 4 deletions platform-configs/novacustom-v540tnd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,29 @@ Resource include/novacustom-common.robot


*** Variables ***
${INITIAL_DUT_CONNECTION_METHOD}= SSH
${DUT_CONNECTION_METHOD}= SSH
${POWER_CTRL}= none
${TESTS_IN_FIRMWARE_SUPPORT}= ${FALSE}
${OPTIONS_LIB}= options-lib_dcu
${DEFAULT_BOOT_OS_ID}= ${ENV_ID_FEDORA}
# ${ENV_ID_FEDORA}
@{TESTED_LINUX_DISTROS}=
... ${ENV_ID_UBUNTU} ${ENV_ID_FEDORA}

${CPU}= Intel(R) Core(TM) Ultra 7 155H

${3_MDEB_WIFI_NETWORK}= 3mdeb_abr
${DEVICE_NVME_DISK}= Non-Volatile memory controller
${DEVICE_USB_KEYBOARD}= Keyboard
${DMIDECODE_PRODUCT_NAME}= V5xTNC_TND_TNE
${EXTERNAL_HEADSET}= USB PnP Audio Device
${EXTERNAL_HEADSET}= JMTek, LLC. USB Audio
${CPU_MAX_FREQUENCY}= 4800
${CPU_MIN_FREQUENCY}= 200
${PLATFORM_CPU_SPEED}= 3.0

${DGPU_ONLY_SUPPORT}= ${TRUE}
${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE} # change windows/ubuntu support depending
${TESTS_IN_WINDOWS_SUPPORT}= ${TRUE} # change windows/ubuntu support depending
${TESTS_IN_UBUNTU_SUPPORT}= ${TRUE} # on which OS is first in the boot order

${WIFI_CARD_UBUNTU}=
Expand All @@ -37,6 +47,13 @@ ${VERIFIED_BOOT_SUPPORT}= ${TRUE}

${TPM_SUPPORTED_VERSION}= 2
${TPM_EXPECTED_CHIP}= SLB9672
${USB_DISKS_DETECTION_SUPPORT}= ${TRUE}
${USB_KEYBOARD_DETECTION_SUPPORT}= ${TRUE}
# /sys/class/power_supply/BAT0/charge_full
${CLEVO_BATTERY_CAPACITY}=
... 4636000
${FAN_SPEED_MEASURE_SUPPORT}= ${TRUE}
${HDMI_AUDIO_SUPPORT}= ${TRUE}

# cpu performance Ubuntu
${ZIP_MULTI_COMPRESSION}= 63476 # MIPS
Expand Down Expand Up @@ -107,8 +124,6 @@ ${NVIDIA_GRAPHICS_CARD_SUPPORT}= ${TRUE}
${UNIGINE_SUPERPOSITION_RESULT_AC}= 94.4 # FPS
${UNIGINE_SUPERPOSITION_RESULT_BAT}= 21.9 # FPS

${OPTIONS_LIB}= options-lib_dcu

# DTS E2E variables
&{DTS_TEST_VERSIONS}=
... &{DTS_TEST_VERSIONS_BASE}
Expand Down
13 changes: 8 additions & 5 deletions platform-configs/novacustom-v540tu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Resource include/novacustom-common.robot


*** Variables ***
${INITIAL_DUT_CONNECTION_METHOD}= Telnet
${DUT_CONNECTION_METHOD}= Telnet
${POWER_CTRL}= sonoff
${TESTS_IN_FIRMWARE_SUPPORT}= ${TRUE}
${INITIAL_DUT_CONNECTION_METHOD}= SSH
${DUT_CONNECTION_METHOD}= SSH
${POWER_CTRL}= none
${TESTS_IN_FIRMWARE_SUPPORT}= ${FALSE}
${OPTIONS_LIB}= options-lib_dcu
# CPU
${CPU}=
... Intel(R) Core(TM) Ultra 7 155H
Expand All @@ -28,7 +29,7 @@ ${CPU_MAX_FREQUENCY}= 4800
${CPU_MIN_FREQUENCY}= 300
${PLATFORM_CPU_SPEED}= 3.0

${DEFAULT_BOOT_OS_ID}= ${ENV_ID_UBUNTU}
${DEFAULT_BOOT_OS_ID}= ${ENV_ID_FEDORA}
# ${ENV_ID_FEDORA}
@{TESTED_LINUX_DISTROS}=
... ${ENV_ID_UBUNTU} ${ENV_ID_FEDORA}
Expand Down Expand Up @@ -122,6 +123,8 @@ ${DTS_TEST_BOARD_MODEL}= V540TU
... ${{ ("UEFI Update", "DCR") }}
... ${{ ("Fuse Platform", "DCR") }}

${HDMI_AUDIO_SUPPORT}= ${TRUE}


*** Keywords ***
Power On
Expand Down
4 changes: 1 addition & 3 deletions platform-configs/novacustom-v560tu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ${POWER_CTRL}= none
${SNIPEIT}= no
${FLASH_SIZE}= 33554432

${TESTS_IN_WINDOWS_SUPPORT}= ${FALSE}
${TESTS_IN_WINDOWS_SUPPORT}= ${TRUE}
${TESTS_IN_UBUNTU_SUPPORT}= ${TRUE}
@{TESTED_LINUX_DISTROS}= ${ENV_ID_UBUNTU} ${ENV_ID_FEDORA}
${DEFAULT_BOOT_OS_ID}= ${ENV_ID_FEDORA}
Expand Down Expand Up @@ -98,8 +98,6 @@ ${GPU_PERFORMANCE_TESTS_SUPPORT}= ${TRUE}
${UNIGINE_SUPERPOSITION_RESULT_AC}= 24.5 # FPS
${UNIGINE_SUPERPOSITION_RESULT_BAT}= 23.5 # FPS

${OPTIONS_LIB}= options-lib_dcu

# DTS E2E variables
&{DTS_TEST_VERSIONS}=
... &{DTS_TEST_VERSIONS_BASE}
Expand Down
Loading