-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Fix test_suite so access control is off or ACLs are installed #14985
Comments
I don't know enough about how the test suite is set up and run and what is being tested to have an opinion on disable access control vs. install ACLs. |
mlepage-google
added a commit
to mlepage-google/connectedhomeip
that referenced
this issue
Feb 14, 2022
Group messaging test will of course fail without an installed ACL that permits the tested IM operations via group auth mode. Install an ACL during the test so it can succeed. Also, complete the work to transcode Group and PASE subjects from the cluster level (not encoded in a NodeId) to the system level (encoded in a NodeId). Part of project-chip#14985
mlepage-google
added a commit
that referenced
this issue
Feb 15, 2022
* Install ACL for group messaging test Group messaging test will of course fail without an installed ACL that permits the tested IM operations via group auth mode. Install an ACL during the test so it can succeed. Also, complete the work to transcode Group and PASE subjects from the cluster level (not encoded in a NodeId) to the system level (encoded in a NodeId). Part of #14985
FYI I went through most of the tests today and didn't see others that need fixing, but I'm waiting for CI to confirm, as I do have some hangs when running so it's difficult to be certain. |
Redux on this one:
|
jamesluo11
pushed a commit
to jamesluo11/connectedhomeip
that referenced
this issue
Apr 26, 2022
* Install ACL for group messaging test Group messaging test will of course fail without an installed ACL that permits the tested IM operations via group auth mode. Install an ACL during the test so it can succeed. Also, complete the work to transcode Group and PASE subjects from the cluster level (not encoded in a NodeId) to the system level (encoded in a NodeId). Part of project-chip#14985
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operations in test_suite will fail once Access Control is enforced (issue #14454) so either "real" access control can't be enabled for the test suite, or the test suite needs to install ACLs so the test operations pass, or some combination of both (as appropriate).
The text was updated successfully, but these errors were encountered: