@@ -310,9 +310,6 @@ async def test_TC_IDM_4_2(self):
310
310
targets = [Clusters .AccessControl .Structs .AccessControlTargetStruct (cluster = Clusters .BasicInformation .id )],
311
311
subjects = [CR2_nodeid ])
312
312
313
- # Restore original DUT ACL
314
- await self .write_dut_acl (CR1 , dut_acl_original )
315
-
316
313
# Add limited ACE
317
314
await self .add_ace_to_dut_acl (CR1 , CR2_limited_ace , dut_acl_original )
318
315
@@ -350,9 +347,6 @@ async def test_TC_IDM_4_2(self):
350
347
cluster = Clusters .Descriptor .id )],
351
348
subjects = [CR2_nodeid ])
352
349
353
- # Restore original DUT ACL
354
- await self .write_dut_acl (CR1 , dut_acl_original )
355
-
356
350
# Add limited ACE
357
351
await self .add_ace_to_dut_acl (CR1 , CR2_limited_ace , dut_acl_original )
358
352
@@ -396,9 +390,6 @@ async def test_TC_IDM_4_2(self):
396
390
targets = [Clusters .AccessControl .Structs .AccessControlTargetStruct (endpoint = endpoint )],
397
391
subjects = [CR2_nodeid ])
398
392
399
- # Restore original DUT ACL
400
- await self .write_dut_acl (CR1 , dut_acl_original )
401
-
402
393
# Add limited ACE
403
394
await self .add_ace_to_dut_acl (CR1 , CR2_limited_ace , dut_acl_original )
404
395
@@ -427,7 +418,7 @@ async def test_TC_IDM_4_2(self):
427
418
self .step (6 )
428
419
429
420
# Skip setting an ACE for controller 2 so the DUT node rejects subscribing to it
430
-
421
+
431
422
# Restore original DUT ACL
432
423
await self .write_dut_acl (CR1 , dut_acl_original )
433
424
0 commit comments