[TSTAT] Remove deprecated elements from TC-TSTAT-2.1#42866
Merged
mergify[bot] merged 1 commit intoproject-chip:masterfrom Jan 29, 2026
Merged
[TSTAT] Remove deprecated elements from TC-TSTAT-2.1#42866mergify[bot] merged 1 commit intoproject-chip:masterfrom
mergify[bot] merged 1 commit intoproject-chip:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request correctly removes test steps for deprecated attributes from the TC-TSTAT-2.1 YAML test file. The changes align with recent updates to the Matter specification, specifically the deprecation of PICoolingDemand, PIHeatingDemand, scheduling, and setback features. The remaining test steps have been renumbered accurately. The PR is a necessary cleanup and looks good.
|
PR #42866: Size comparison from bd1cc4d to 3301cea Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
andy31415
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the YAML script for TC-TSTAT-2.1 to remove the elements which have been deprecated in spec and removed from test plan
Related issues
Related spec PRs:
CHIP-Specifications/connectedhomeip-spec#12468
CHIP-Specifications/connectedhomeip-spec#12543
CHIP-Specifications/connectedhomeip-spec#12490
CHIP-Specifications/connectedhomeip-spec#10266
Related test plan PR:
https://github.com/CHIP-Specifications/chip-test-plans/pull/5818
Testing
Successfully pass CI
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines