-
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
Updated DoorLock Python scripts and DRLK_2_1 yaml. #35182
Merged
mergify
merged 7 commits into
project-chip:master
from
Harshith-GRL:drlk_python_script_updates
Sep 4, 2024
Merged
Updated DoorLock Python scripts and DRLK_2_1 yaml. #35182
mergify
merged 7 commits into
project-chip:master
from
Harshith-GRL:drlk_python_script_updates
Sep 4, 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
* TC_DRLK_2_X.py - updated as per latest test plan * TC_BOOLCFG_3_1.py - Test description is changed. * TC_PWRTL_2_1.py - Added missing step for subset check as per latest test plan. * Test_TC_DRLK_2_1.yaml - Script is updated with latest changes from test plan.
Review changes with SemanticDiff. Analyzed 7 of 8 files. Overall, the semantic diff is 29% smaller than the GitHub diff.
|
github-actions
bot
added
app
tests
matter-1.4-te2-script-change
Script changes before end of Matter 1.4 TE2
labels
Aug 23, 2024
pullapprove
bot
requested review from
andy31415,
andyg-apple,
anush-apple,
arkq,
axelnxp,
bauerschwan,
bzbarsky-apple,
carol-apple,
cecille,
chapongatien,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi,
doru91,
fessehaeve,
harsha-rajendran,
hawk248,
hicklin and
jepenven-silabs
August 23, 2024 17:12
pullapprove
bot
requested review from
rcasallas-silabs,
ReneJosefsen,
robszewczyk,
saurabhst,
selissia,
sharadb-amazon,
tcarmelveilleux,
tecimovic,
tehampson,
tima-q,
tobiasgraf,
turon,
vivien-apple,
wiba-nordic,
woody-apple,
younghak-hwang and
yufengwangca
August 23, 2024 17:12
PR #35182: Size comparison from 9520bef to 025fcab Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
jrhees-cae
reviewed
Sep 4, 2024
jrhees-cae
approved these changes
Sep 4, 2024
Dan-Matosian
approved these changes
Sep 4, 2024
cjandhyala
approved these changes
Sep 4, 2024
andy31415
approved these changes
Sep 4, 2024
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this pull request
Sep 10, 2024
* Updated DoorLock Python scripts and DRLK_2_1 yaml. * TC_DRLK_2_X.py - updated as per latest test plan * TC_BOOLCFG_3_1.py - Test description is changed. * TC_PWRTL_2_1.py - Added missing step for subset check as per latest test plan. * Test_TC_DRLK_2_1.yaml - Script is updated with latest changes from test plan. * Restyled by whitespace * Restyled by prettier-yaml * Restyled by autopep8 * Lint errors are fixed * ednpoint will be taken from command line args * Teardown function added for all scripts --------- Co-authored-by: Restyled.io <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app
fast track
matter-1.4-te2-script-change
Script changes before end of Matter 1.4 TE2
review - pending
tests
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-DRLK-2.2,2.3 & 2.12 , drlk_2_x_common.py - updated as per latest test plan
TC_BOOLCFG_3_1.py - Test description is changed.
TC_PWRTL_2_1.py - Added missing step for subset check as per latest test plan.
Test_TC_DRLK_2_1.yaml - Script is updated with latest changes from test plan.
1.) Fix for #35033 [TC_BOOLCFG_3_1.py]
2.) Fix for #34344 [TC-DRLK-2.2,2.3 & 2.12 , drlk_2_x_common.py]
3.) Fix for #34847 [TC_PWRTL_2_1.py]
4.) Fix for #34710 [Test_TC_DRLK_2_1.yaml]
5.) Fix for project-chip/matter-test-scripts#271 [Test_TC_DRLK_2_1.yaml]
Test plan changes for these DRLK scripts are in progress https://github.com/CHIP-Specifications/chip-test-plans/pull/4554
6.) Accept endpoint from command line argument, FIx for project-chip/matter-test-scripts#334