Python test for TC-SMOKECO_2.7#42828
Conversation
There was a problem hiding this comment.
Code Review
The pull request introduces a new Python test script, TC_SMOKECO_2_7.py, designed to verify the Unmounted attribute functionality within the SmokeCo Alarm cluster for Matter 1.6. The test correctly utilizes the MatterBaseTest framework, including attribute reading, subscription handling, and conditional execution for CI environments versus manual user input. The overall structure and intent of the test are clear and align with the stated objective. A critical syntax error related to an empty 'else' block needs to be addressed.
|
PR #42828: Size comparison from 7df724a to 3315846 Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
|
|
PR #42828: Size comparison from 7df724a to 6ac759d Increases above 0.2%:
Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
4757574 to
a8dbe08
Compare
|
PR #42828: Size comparison from 429a4d7 to a8dbe08 Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
CI will work once the changes in the SDK are merged (#43043). |
|
PR #42828: Size comparison from 6921ad7 to c4d2081 Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
|
PR #42828: Size comparison from 6921ad7 to 90b8087 Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Summary
This is a python test script for TC-SMOKECO-2.7
It is about to add an unmounted attribute to the SmokeCo Alarm cluster
Target is Matter 1.6
It is related to this approved TCR: https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/12537
The Spec changed got already merged: https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/12544
The test plan PR: https://github.com/CHIP-Specifications/chip-test-plans/pull/5821
Testing
DUT and CI
CI will work once #43043 is merged.