File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -255,8 +255,6 @@ def steps_TC_TSTAT_4_2(self) -> list[TestStep]:
255
255
256
256
@ async_test_body
257
257
async def test_TC_TSTAT_4_2 (self ):
258
- # super().setup_class()
259
-
260
258
endpoint = self .get_endpoint ()
261
259
262
260
self .step ("1" )
@@ -270,8 +268,6 @@ async def test_TC_TSTAT_4_2(self):
270
268
secondary_fabric_admin = secondary_authority .NewFabricAdmin (vendorId = 0xFFF1 , fabricId = 2 )
271
269
secondary_controller = secondary_fabric_admin .NewController (nodeId = 112233 )
272
270
273
- accepted_cmd_list = await self .read_tstat_attribute_expect_success (attribute = cluster .Attributes .AcceptedCommandList )
274
-
275
271
await secondary_controller .CommissionOnNetwork (
276
272
nodeId = self .dut_node_id , setupPinCode = params .setupPinCode ,
277
273
filterType = ChipDeviceCtrl .DiscoveryFilterType .LONG_DISCRIMINATOR , filter = 1234 )
You can’t perform that action at this time.
0 commit comments