Skip to content

Commit 7ab7636

Browse files
committed
Python Script TC_RVCOPSTATE_2_4.py
* Updated TC_RVCOPSTATE_2_4.py with steps numbers update
1 parent 6560a69 commit 7ab7636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python_testing/TC_RVCOPSTATE_2_4.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,16 @@ async def test_TC_RVCOPSTATE_2_4(self):
170170

171171
if self.check_pics("PICS_M_ST_SEEKING_CHARGER"):
172172
step_name = "Manually put the device in the SEEKING CHARGER operational state"
173-
self.print_step(8, step_name)
173+
self.print_step(11, step_name)
174174
if self.is_ci:
175175
await self.send_run_change_to_mode_cmd(rvc_app_run_mode_cleaning)
176176
await self.send_run_change_to_mode_cmd(rvc_app_run_mode_idle)
177177
else:
178178
self.wait_for_user_input(prompt_msg=f"{step_name}, and press Enter when ready.")
179179

180-
await self.read_operational_state_with_check(9, rvc_op_states.kSeekingCharger)
180+
await self.read_operational_state_with_check(12, rvc_op_states.kSeekingCharger)
181181

182-
await self.send_go_home_cmd_with_check(10, op_errors.kNoError)
182+
await self.send_go_home_cmd_with_check(13, op_errors.kNoError)
183183

184184

185185
if __name__ == "__main__":

0 commit comments

Comments
 (0)