-
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
[1.3] TC-TMP-2.1 uses invalid YAML and has PICS set incorrectly. #32835
Comments
Thank you for validating |
From ci-pics-values:
So why is this step not failing in the CI? |
OK, it looks like what's going on here is that the all clusters app returns null for these two attributes, and the yaml check therefore does not hit the affected line. There are a few things that need to happen as a result of this:
|
spec issue: https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/9091 |
#32881 is the fix for this issue. Other issues will be tracked as above. |
Reproduction steps
Arithmetic expressions are not supported in yaml, which means "CurrentMinMeasured+1" is invalid. It also means that the CI is not running this step. Probably because the PICS is set incorrectly, even though this is a mandatory attribute.
Bug prevalence
always
GitHub hash of the SDK that was being used
e53dca8
Platform
other
Platform Version(s)
yaml;
Type
Test Improvement
Anything else?
No response
The text was updated successfully, but these errors were encountered: