-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Create Test] Creating IDM_3_2 python3 test module #41066
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
Open
j-ororke
wants to merge
76
commits into
project-chip:master
Choose a base branch
from
j-ororke:create_TC_IDM_3_2_python3_test
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+707
−452
Open
Changes from 66 commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
67f7371
[Create Test] Creating IDM_3_2 python3 test module
j-ororke 8f46e31
Update src/python_testing/TC_IDM_3_2.py
j-ororke 42e50eb
Update src/python_testing/TC_IDM_3_2.py
j-ororke 4c4a4b5
Restyled by autopep8
restyled-commits 6c3d0aa
Removing unneeded imports
j-ororke 669a2a7
Resolving linting errors
j-ororke d072b90
Restyled by autopep8
restyled-commits 3ddd434
Resolving linting errors part 2
j-ororke 605c6cc
Updating docstrings to be more logical and understandable
j-ororke dcd0548
Updating docstrings further for clarity
j-ororke be9e579
Adding plumbing for TIMED_REQUEST_MISMATCH validation, changed to nod…
j-ororke b3d8e2d
Restyled by whitespace
restyled-commits bc1626f
Restyled by clang-format
restyled-commits 8439c8a
Restyled by autopep8
restyled-commits 7210fae
Update TC_IDM_3_2.py
j-ororke 55716ed
Resolving linting errors and added some additional comments to test s…
j-ororke 282ebdb
Resolving code dups in ChipDeviceCtrl.py, Attribute.py, and attribute…
j-ororke f688582
Restyled by whitespace
restyled-commits 9a7ca6f
Restyled by clang-format
restyled-commits d1f78ea
Restyled by autopep8
restyled-commits d095563
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke cb26e88
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke b4e13fb
Refactored timed request logic and improve attribute discovery
j-ororke c292e5c
Restyled by autopep8
restyled-commits 474e423
Implement SuppressResponse functionality and fix WriteHandler bug per…
j-ororke 30de357
Restyled by whitespace
restyled-commits 6786a1b
Restyled by clang-format
restyled-commits ec8efb6
Restyled by autopep8
restyled-commits 1de2422
Restyled by isort
restyled-commits 92278a2
Update WriteHandler.cpp
j-ororke d0d7e7b
Update TC_IDM_3_2.py
j-ororke f3bc13c
Update TC_IDM_3_2.py
j-ororke 1dcc960
Update TC_IDM_3_2.py
j-ororke 2a482dc
Applying autopep8
j-ororke 8c63503
Recovering lost variable
j-ororke 1c4bf3a
Restyled by autopep8
restyled-commits 0dbbb1f
resolving lint error
j-ororke 702e0fd
Restyled by autopep8
restyled-commits a9fa14c
Update src/controller/python/matter/ChipDeviceCtrl.py
j-ororke d80c2c5
Address PR feedback from Cecille: improve type safety and simplify at…
j-ororke 80c4bf4
Restyled by autopep8
restyled-commits f4416a2
Resolving linting error and removing some unneeded comments
j-ororke 4a14bc9
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke 6189f8a
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke ad4c031
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke 6a364bc
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke d264c6e
Apply suggestions from code review by Cecille
j-ororke b6eb409
Improve TC_IDM_3_2 and add type hint to Attribute.py's _prepare_write…
j-ororke 6eba285
Restyled by autopep8
restyled-commits bde6d01
Improve timed write documentation and add missing edge case test scen…
j-ororke 13ea73f
Restyled by whitespace
restyled-commits 3ae33ff
Restyled by clang-format
restyled-commits 79fc25b
Restyled by autopep8
restyled-commits 4b20b2e
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke 4c5ecf3
Apply suggestions for timed request field value name change from Boris
j-ororke 3c0d450
Rename mForceTimedRequestFlag to mTimedRequestFieldValue and improve …
j-ororke e4292a7
Removed SuppressResponse enablement from current python framework cha…
j-ororke 7ea0969
Correcting test step 4 comment to provide issue link and more context
j-ororke d9b4f30
Restyled by whitespace
restyled-commits a9356fc
Restyled by clang-format
restyled-commits 49c1782
Restyled by autopep8
restyled-commits b896bb9
Remove leftover SuppressResponse reference and revert unintended file…
j-ororke 610043b
Consolidate redundant test-only Timed Request code per Boris's feedback:
j-ororke 48b1ff7
Restyled by clang-format
restyled-commits b9463af
Restyled by autopep8
restyled-commits 7eeb60c
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke 200bd11
Merge branch 'master' into create_TC_IDM_3_2_python3_test
j-ororke be4547d
Refactor attribute write helpers per code review from Cecille:
j-ororke 1210325
Resolving minor noticed change aftter merging master
j-ororke 431a12d
Restyled by clang-format
restyled-commits 2c38877
Restyled by autopep8
restyled-commits f3f405e
Resolving linting errors
j-ororke c13545d
Restyled by autopep8
restyled-commits dc88770
Resolving mypy issues
j-ororke d10727e
Restyled by autopep8
restyled-commits 7d3f430
Resolving further mypy issues in ChipDeviceCtrl python3 module
j-ororke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.