Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit abce4d6

Browse files
committedMar 27, 2025··
basic-platform-setup: Remove downloading flashrom, reorder tests
Signed-off-by: Filip Gołaś <[email protected]>
1 parent c3a93b6 commit abce4d6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed
 

‎util/basic-platform-setup.robot

+8-9
Original file line numberDiff line numberDiff line change
@@ -98,24 +98,28 @@ BPS005.002 Boot to OS - Windows
9898
Power On
9999
Login To Windows
100100

101-
BPS006.001 External flashing
101+
BPS006.001 Ensure test dependencies
102+
[Documentation] Ensure that all the dependencies for the tests are
103+
... installed on all supported OSes
104+
Run Ansible Playbooks
105+
106+
BPS007.001 External flashing
102107
[Documentation] This test verifies if the flash die can be detected.
103108
Skip If '${FLASHING_METHOD}' != 'external'
104109
${rc}= Rte Flash Probe
105110
Should Be Equal As Integers ${rc} 0
106111

107-
BPS006.002 Internal flashing
112+
BPS007.002 Internal flashing
108113
[Documentation] This test verifies if flashrom can detect the die.
109114
Skip If '${FLASHING_METHOD}' == 'none'
110115
Power On
111116
Boot System Or From Connected Disk ${ENV_ID_UBUNTU}
112117
Login To Linux
113118
Switch To Root User
114-
Get Flashrom
115119
${out_flashrom}= Execute Command In Terminal flashrom -p internal
116120
Should Contain ${out_flashrom} Found chipset
117121

118-
BPS007.001 RTE CMOS clear
122+
BPS008.001 RTE CMOS clear
119123
[Documentation] This test verifies if CMOS clear works with the platform setup.
120124
Skip If '${POWER_CTRL}' == 'none'
121125
# CMOS should be cleared when platform is cut off from power
@@ -155,11 +159,6 @@ BPS007.001 RTE CMOS clear
155159
... ignore_case=True
156160
... msg=CMOS is invalid after reboot. Either the CMOS battery is not connected or the connection is wrong. Check DUT setup.
157161

158-
BPS008.001 Test dependencies
159-
[Documentation] Ensure that all the dependencies for the tests are
160-
... installed on all supported OSes
161-
Run Ansible Playbooks
162-
163162

164163
*** Keywords ***
165164
Check If Empty

0 commit comments

Comments
 (0)
Please sign in to comment.