Skip to content

Commit 5bfede6

Browse files
committed
TC-ACL-2.11: Add top level PICS
Without this, the TH is going to select this test for every device and every device except the MACL devices will fail.
1 parent 6144736 commit 5bfede6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/python_testing/TC_ACL_2_11.py

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ class TC_ACL_2_11(MatterBaseTest):
7474
Clusters.Descriptor.Attributes.EventList.attribute_id
7575
]
7676

77+
def pics_TC_ACL_2_11(self) -> list[str]:
78+
return ['ACL.S.F01']
79+
7780
def desc_TC_ACL_2_11(self) -> str:
7881
return "[TC-ACL-2.11] Verification of Managed Device feature"
7982

0 commit comments

Comments
 (0)