-
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
Support user input for python tests in TH #32299
Merged
mergify
merged 6 commits into
project-chip:master
from
ccruzagralopes:support_user_input_for_python_tests_in_TH
Feb 26, 2024
Merged
Support user input for python tests in TH #32299
mergify
merged 6 commits into
project-chip:master
from
ccruzagralopes:support_user_input_for_python_tests_in_TH
Feb 26, 2024
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
PR #32299: Size comparison from b7a781a to 6424d39 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
antonio-amjr
approved these changes
Feb 26, 2024
PR #32299: Size comparison from 8f2a4d2 to 6ee58a7 Full report (14 builds for cc13x4_26x4, cc32xx, mbed, nrfconnect, qpg, stm32)
|
PR #32299: Size comparison from 8f2a4d2 to 1a0e639 Full report (7 builds for cc32xx, mbed, nrfconnect, stm32)
|
fabiowmm
approved these changes
Feb 26, 2024
ccruzagralopes
commented
Feb 26, 2024
@cecille can you take a look at this and help getting it merged? This is to support TH ability to run python tests that require user action and ideally should be released to SVE participants. |
fabiowmm
approved these changes
Feb 26, 2024
PR #32299: Size comparison from 8f2a4d2 to 6aad087 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
hiltonlima
approved these changes
Feb 26, 2024
cecille
approved these changes
Feb 26, 2024
raju-apple
approved these changes
Feb 26, 2024
rquidute
approved these changes
Feb 26, 2024
woody-apple
approved these changes
Feb 26, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Feb 26, 2024
* Add supporting functions * Update TC-RVCOPSTATE-2.4 * Fix linting errors * Restyled by isort * Update src/python_testing/matter_testing_support.py --------- Co-authored-by: Restyled.io <commits@restyled.io>
andy31415
pushed a commit
that referenced
this pull request
Feb 27, 2024
* Add supporting functions * Update TC-RVCOPSTATE-2.4 * Fix linting errors * Restyled by isort * Update src/python_testing/matter_testing_support.py --------- Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
huangxuyong
pushed a commit
to huangxuyong/connectedhomeip
that referenced
this pull request
Mar 19, 2024
* Add supporting functions * Update TC-RVCOPSTATE-2.4 * Fix linting errors * Restyled by isort * Update src/python_testing/matter_testing_support.py --------- Co-authored-by: Restyled.io <commits@restyled.io>
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TC-RVCOPSTATE-2.4
as an example.The other tests that need user input need to be updated to use this new
wait_for_user_input
function created in this PR.Related TH backend PR: