Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information