We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Case ID TC-ACL-2.4 Describe Issue: Step 36 :expected outcome is constraint error but result is Success. Command to Verify: ./chip-tool accesscontrol write acl '[{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [112233], "targets": null}, {"fabricIndex": 1, "privilege": 3, "authMode": 2, "subjects": [42949672930000000], "targets": null}]' 1 0 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:
@aswathygrl - what is 42949672930000000
Test case says 0xFFFFFFFD_BAD_NONE0000000 (looks like a typo? is it?) and 42949672930000000 in hex looks like 98967ffe363c80
0xFFFFFFFD_BAD_NONE0000000
Sorry, something went wrong.
@aswathygrl I think 42949672930000000 is not ok.
I think this should be either deleted or use 0xFFFF_FFFD_0000_0000 (i.e. 18446744060824649728)
In my fix PR, I marked that this is fixed, but assuming test value is 0xFFFF_FFFD_0000_0000
@andy31415 I have provided this value (0xFFFF_FFFD_0000_0000 (i.e. 18446744060824649728) but still I am getting failure in the below commitid.
commitid aa9457e
Successfully merging a pull request may close this issue.
Test Case ID
TC-ACL-2.4
Describe Issue:
Step 36 :expected outcome is constraint error but result is Success.
Command to Verify: ./chip-tool accesscontrol write acl '[{"fabricIndex": 1, "privilege": 5, "authMode": 2, "subjects": [112233], "targets": null}, {"fabricIndex": 1, "privilege": 3, "authMode": 2, "subjects": [42949672930000000], "targets": null}]' 1 0
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: