File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ async def test_TC_CCTRL_2_2(self):
182
182
183
183
self .step (12 )
184
184
if not self .is_ci :
185
- self .wait_for_use_input ("Approve Commissioning approval request using manufacturer specified mechanism" )
185
+ self .wait_for_user_input ("Approve Commissioning approval request using manufacturer specified mechanism" )
186
186
187
187
self .step (13 )
188
188
if not events :
@@ -257,7 +257,7 @@ async def test_TC_CCTRL_2_2(self):
257
257
258
258
self .step (23 )
259
259
if not self .is_ci :
260
- self .wait_for_use_input ("Approve Commissioning approval request using manufacturer specified mechanism" )
260
+ self .wait_for_user_input ("Approve Commissioning approval request using manufacturer specified mechanism" )
261
261
262
262
self .step (24 )
263
263
events = new_event
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ async def test_TC_MCORE_FS_1_1(self):
102
102
await self .send_single_cmd (cmd , endpoint = dut_commissioning_control_endpoint )
103
103
104
104
if not self .is_ci :
105
- self .wait_for_use_input ("Approve Commissioning approval request on DUT using manufacturer specified mechanism" )
105
+ self .wait_for_user_input ("Approve Commissioning approval request on DUT using manufacturer specified mechanism" )
106
106
107
107
if not events :
108
108
new_event = await self .default_controller .ReadEvent (nodeid = self .dut_node_id , events = event_path )
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ async def test_TC_MCORE_FS_1_2(self):
118
118
119
119
self .step (4 )
120
120
if not self .is_ci :
121
- self .wait_for_use_input (
121
+ self .wait_for_user_input (
122
122
"Commission TH_SED_DUT onto DUT_FSA’s fabric using the manufacturer specified mechanism. (ensure Synchronization is enabled.)" )
123
123
else :
124
124
logging .info ("Stopping after step 3 while running in CI to avoid manual steps." )
You can’t perform that action at this time.
0 commit comments