-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[SoilMeasurement] Fix misspell and add reporting test steps in SOIL-2.2 #39994
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
base: master
Are you sure you want to change the base?
[SoilMeasurement] Fix misspell and add reporting test steps in SOIL-2.2 #39994
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request correctly fixes a copy-paste error in a test step description and adds new test steps to verify attribute reporting for the Soil Measurement cluster. The implementation for the new reporting steps is sound, but I've suggested a small improvement to make the report validation more robust against potential KeyError
exceptions. Overall, the changes are well-aligned with the stated goals.
PR #39994: Size comparison from ad2e3f5 to d1ef7e3 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
PR #39994: Size comparison from ad2e3f5 to 242b2bb Full report (59 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Summary
This PR fixes a misspell where min was wrongly references for the max limit
The PR also adds reporting test steps, the TP change is https://github.com/CHIP-Specifications/chip-test-plans/pull/5340
Related issues
The editorial is mentioned in #39738 but is tracked as a TP issue in https://github.com/CHIP-Specifications/chip-test-plans/pull/5320
Testing
Locally executed TC-SOIL-2.2 to validate the reporting test steps.