@@ -98,24 +98,28 @@ BPS005.002 Boot to OS - Windows
98
98
Power On
99
99
Login To Windows
100
100
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
102
107
[Documentation] This test verifies if the flash die can be detected.
103
108
Skip If '${FLASHING_METHOD } ' != 'external'
104
109
${rc } = Rte Flash Probe
105
110
Should Be Equal As Integers ${rc } 0
106
111
107
- BPS006 .002 Internal flashing
112
+ BPS007 .002 Internal flashing
108
113
[Documentation] This test verifies if flashrom can detect the die.
109
114
Skip If '${FLASHING_METHOD } ' == 'none'
110
115
Power On
111
116
Boot System Or From Connected Disk ${ENV_ID_UBUNTU }
112
117
Login To Linux
113
118
Switch To Root User
114
- Get Flashrom
115
119
${out_flashrom } = Execute Command In Terminal flashrom -p internal
116
120
Should Contain ${out_flashrom } Found chipset
117
121
118
- BPS007 .001 RTE CMOS clear
122
+ BPS008 .001 RTE CMOS clear
119
123
[Documentation] This test verifies if CMOS clear works with the platform setup.
120
124
Skip If '${POWER_CTRL } ' == 'none'
121
125
# CMOS should be cleared when platform is cut off from power
@@ -155,11 +159,6 @@ BPS007.001 RTE CMOS clear
155
159
... ignore_case=True
156
160
... msg=CMOS is invalid after reboot. Either the CMOS battery is not connected or the connection is wrong. Check DUT setup.
157
161
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
-
163
162
164
163
*** Keywords ***
165
164
Check If Empty
0 commit comments