Skip to content

Commit

Permalink
TC-ACL-2.11: Add top level PICS
Browse files Browse the repository at this point in the history
Without this, the TH is going to select this test for every device
and every device except the MACL devices will fail.
  • Loading branch information
cecille committed Sep 4, 2024
1 parent 6144736 commit 5bfede6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python_testing/TC_ACL_2_11.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ class TC_ACL_2_11(MatterBaseTest):
Clusters.Descriptor.Attributes.EventList.attribute_id
]

def pics_TC_ACL_2_11(self) -> list[str]:
return ['ACL.S.F01']

def desc_TC_ACL_2_11(self) -> str:
return "[TC-ACL-2.11] Verification of Managed Device feature"

Expand Down

0 comments on commit 5bfede6

Please sign in to comment.