We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84460e2 commit 627b9a4Copy full SHA for 627b9a4
src/python_testing/TC_CGEN_2_8.py
@@ -135,11 +135,11 @@ async def test_TC_CGEN_2_8(self):
135
self.skip_all_remaining_steps(6)
136
return
137
138
+ self.wait_for_user_input(prompt_msg="Manually trigger factory reset on the DUT, then continue")
139
+
140
# Close the commissioner session with the device to clean up resources
141
commissioner.CloseSession(nodeid=self.dut_node_id)
142
- self.wait_for_user_input(prompt_msg="Manually trigger factory reset on the DUT, then continue")
-
143
# Step 6: Put device in commissioning mode (requiring user input, so skip in CI)
144
self.step(6)
145
self.wait_for_user_input(prompt_msg="Manually set the DUT into commissioning mode, then continue")
0 commit comments