Skip to content

Commit ffaf1f9

Browse files
committed
Updating TC_TSTAT_4_2 test module:
- Resolving linting errors
1 parent 5350f85 commit ffaf1f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/python_testing/TC_TSTAT_4_2.py

-4
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ def steps_TC_TSTAT_4_2(self) -> list[TestStep]:
255255

256256
@ async_test_body
257257
async def test_TC_TSTAT_4_2(self):
258-
# super().setup_class()
259-
260258
endpoint = self.get_endpoint()
261259

262260
self.step("1")
@@ -270,8 +268,6 @@ async def test_TC_TSTAT_4_2(self):
270268
secondary_fabric_admin = secondary_authority.NewFabricAdmin(vendorId=0xFFF1, fabricId=2)
271269
secondary_controller = secondary_fabric_admin.NewController(nodeId=112233)
272270

273-
accepted_cmd_list = await self.read_tstat_attribute_expect_success(attribute=cluster.Attributes.AcceptedCommandList)
274-
275271
await secondary_controller.CommissionOnNetwork(
276272
nodeId=self.dut_node_id, setupPinCode=params.setupPinCode,
277273
filterType=ChipDeviceCtrl.DiscoveryFilterType.LONG_DISCRIMINATOR, filter=1234)

0 commit comments

Comments
 (0)