-
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
[BUG] Example tv-app fails TC_DeviceBasicComposition test #35972
Comments
Looks like the feature map attribute (0xfffc) is missing on a handful of the clusters of the example tv-app |
Do these tests fail when you read each of the values for a given endpoint? |
The code for the test is here: https://github.com/project-chip/connectedhomeip/blob/master/src/python_testing/TC_DeviceBasicComposition.py#L292 It basically performs a wildcard read of all attributes in all endpoints and checks that everything required in the spec is present. I wonder if you're just missing |
@soares-sergio thanks for the info! That might be the case. I've pinged [TCL]Zeng Li, who showed interest in resolving this issue. |
note that similar issue has been resolved with this PR (#31863) |
Reproduction steps
How to reproduce:
TC_BasicDeviceComposition.py
against the tv-app. Command:Full list of failures:
Looking at the ZAP file, I can see some of the feature map there (https://github.com/project-chip/connectedhomeip/blob/master/examples/tv-app/tv-common/tv-app.zap#L7046). But it looks like this app has dynamic endpoints and the feature map is not added there, for example: https://github.com/project-chip/connectedhomeip/blob/master/examples/tv-app/tv-common/src/AppTv.cpp#L338
Bug prevalence
always
GitHub hash of the SDK that was being used
latest
Platform
other, core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: