-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements in Python testing support (#27116)
* Improvements in Python testing support Problem: - It was no longer possible to run `matter_testing_support.py`-based tests on already commissioned devices due to changes in command line logic that impacted fabric ID selection and broke stack init. - Some variables that contained multiple entries in `matter_test_support.py` were singular which was somewhat confusing and a change from the initial semantics where unique values only were allowed. Changes in this PR: - Pluralize required fields - Fix running tests without commissioning - Improve setup_payload decoder module API - Give access to raw TLV results for reads, not just subs Testing done: - Re-ran `TC_DA_1_7.py` with updates (thanks cecille@) - Re-ran `TC_CGEN_2_4.py` with updates. - Used updated APIs in a seperate branch (upcoming) * Restyled by isort * Fix TC_RR_1_1.py * Fix indent * Restyled by autopep8 --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
fd9721d
commit 551651e
Showing
6 changed files
with
146 additions
and
76 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.