You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe our privilege mappins are bit-fields, so 6 seemed to pass for me, but I have to try again. For this one I need to understand if the test case is bad or the code has bugs or my manual test was bad.
Re-tested and it is indeed fixed. I think I had an error in my manual test before. I will mark it as such.
@aswathygrl sorry for making you break these up... I really thought that my PR did not fix them, but it turns out I made manual errors when double-checking.
Test Case ID
TC-ACL-2.4
Describe Issue:
Step 32 :expected outcome is constraint error but result is Failure.
Command to Verify: ./chip-tool accesscontrol write acl '[{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [112233], "targets": null}, {"fabricIndex": 1, "privilege": 6, "authMode": 2, "subjects": null, "targets":null}]' 1 0
Specification References:
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/data_model/ACL-Cluster.adoc#error-handling
Test Plan Reference:-
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/AccessControl.adoc#tc-acl-2-4-acl-attribute
The text was updated successfully, but these errors were encountered: