Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TC_TSTAT_2_2.py for v1.4.1 compatibility (#37528)
* test: Update TC_TSTAT_2_2.py for v1.4.1 compatibility 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 * backport: Add get_endpoint() to MatterBaseTest for TC_TSTAT_2_2.py 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.
- Loading branch information