Skip to content

Commit bcf0c51

Browse files
committed
pre-commit fix
1 parent 5c8c943 commit bcf0c51

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

dasharo-stability/capsule-update.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Suite Teardown Run Keywords
3333

3434
Default Tags semiauto
3535

36+
3637
*** Variables ***
3738
${FUM_DIALOG_TOP}= Update Mode. All firmware write protections are disabled in this mode.
3839
${FUM_DIALOG_BOTTOM}= The platform will automatically reboot and disable Firmware Update Mode

os-config/ansible/os-specific-tasks/201.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
update_cache: true
2020
name:
2121
- python-is-python3
22-
state: present
22+
state: present

platform-configs/include/novacustom-mtl.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ ${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}
3535

3636
${L3_CACHE_SUPPORT}= ${TRUE}
3737

38-
3938
# DTS E2E variables
4039
&{DTS_TEST_EXPORTS}=
4140
... &{DTS_TEST_BASE_EXPORTS}

platform-configs/novacustom-v540tnd.robot

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

55

66
*** Variables ***
7-
${INITIAL_DUT_CONNECTION_METHOD}= SSH
8-
${DUT_CONNECTION_METHOD}= SSH
9-
${POWER_CTRL}= none
10-
${TESTS_IN_FIRMWARE_SUPPORT}= ${FALSE}
11-
${OPTIONS_LIB}= options-lib_dcu
12-
${DEFAULT_BOOT_OS_ID}= ${ENV_ID_FEDORA}
7+
${INITIAL_DUT_CONNECTION_METHOD}= SSH
8+
${DUT_CONNECTION_METHOD}= SSH
9+
${POWER_CTRL}= none
10+
${TESTS_IN_FIRMWARE_SUPPORT}= ${FALSE}
11+
${OPTIONS_LIB}= options-lib_dcu
12+
${DEFAULT_BOOT_OS_ID}= ${ENV_ID_FEDORA}
1313
# ${ENV_ID_FEDORA}
1414
@{TESTED_LINUX_DISTROS}=
15-
... ${ENV_ID_UBUNTU} ${ENV_ID_FEDORA}
15+
... ${ENV_ID_UBUNTU} ${ENV_ID_FEDORA}
1616

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

@@ -51,17 +51,15 @@ ${USB_DISKS_DETECTION_SUPPORT}= ${TRUE}
5151
${USB_KEYBOARD_DETECTION_SUPPORT}= ${TRUE}
5252
# /sys/class/power_supply/BAT0/charge_full
5353
${CLEVO_BATTERY_CAPACITY}=
54-
... 4636000
55-
${GPU_PERFORMANCE_TESTS_SUPPORT}= ${TRUE}
56-
${FAN_SPEED_MEASURE_SUPPORT}= ${TRUE}
57-
${HDMI_AUDIO_SUPPORT}= ${TRUE}
54+
... 4636000
55+
${FAN_SPEED_MEASURE_SUPPORT}= ${TRUE}
56+
${HDMI_AUDIO_SUPPORT}= ${TRUE}
5857

5958
# cpu performance Ubuntu
6059
${ZIP_MULTI_COMPRESSION}= 63476 # MIPS
6160
${ZIP_MULTI_DECOMPRESSION}= 39336 # MIPS
6261
${CRAY_5_K_RENDER}= 654.5 # sec
6362
${CRAY_4_K_RENDER}= 356.9 # sec
64-
${CRAY_4_K_RENDER}= 356.9 # sec
6563
${CRAY_1080_P_RENDER}= 90.8 # sec
6664
${COREMARK_SINGLE}= 400079.5 # iterations/s
6765

0 commit comments

Comments
 (0)