-
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
Update TC_TSTAT_2_2.py for v1.4.1 compatibility #37528
Merged
andy31415
merged 2 commits into
project-chip:v1.4-branch
from
swan-amazon:backport/tc-tstat-2.2
Feb 12, 2025
Merged
Update TC_TSTAT_2_2.py for v1.4.1 compatibility #37528
andy31415
merged 2 commits into
project-chip:v1.4-branch
from
swan-amazon:backport/tc-tstat-2.2
Feb 12, 2025
+10
−15
Conversation
This file contains 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
Make two compatibility changes for v1.4.1 build: 1. Change import path from 'chip.testing.matter_testing' to 'matter_testing_support' to fix import resolution 2. Reformat CI Test Arguments header block to use legacy parser format (single-line arguments instead of nested YAML structure) Old path: chip.testing.matter_testing New path: matter_testing_support Parser compatibility: - Flattened nested YAML structure in CI Test Arguments - Changed 'factory-reset' to 'factoryreset' for parser support - Maintained all original test parameters and values Testing: - Verified successful build on v1.4.1 - Validated CI Test Arguments parsing
Changed Files
|
cecille
approved these changes
Feb 11, 2025
PR #37528: Size comparison from 7d67dc9 to f1affad Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Add get_endpoint() function to MatterBaseTest class to support the backported TC_TSTAT_2_2.py thermostat test script. This function was originally added to MatterBaseTest in a newer branch and is required for the test script to function properly.
PR #37528: Size comparison from 7d67dc9 to f9f90e5 Full report (87 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Pull #37523 failed to build in CI based on inability to execute TC_TSTAT_2_2.py
#37523
Testing