Skip to content

Commit d0a6b3c

Browse files
committed
Clarified text for user input by adding test step.
1 parent e088235 commit d0a6b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_OpstateCommon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ async def TEST_TC_OPSTATE_BASE_2_5(self, endpoint=1):
11131113
# In CI environment, the STOP coommand (step 8) already resets the variables. Only ask for
11141114
# reboot outside CI environment.
11151115
if not self.is_ci:
1116-
self.wait_for_user_input(prompt_msg="Press Enter when ready.\n")
1116+
self.wait_for_user_input(prompt_msg="Restart DUT. Press Enter when ready.\n")
11171117

11181118
# STEP 12: TH waits for {PIXIT.WAITTIME.REBOOT}
11191119
self.step(12)

0 commit comments

Comments
 (0)