-
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
[PICS-Removal] Removing automatable PICS from ICDM 2 1 test module #34933
Open
j-ororke
wants to merge
22
commits into
project-chip:master
Choose a base branch
from
j-ororke:remove_PICS_from_ICDM_tests
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.
Open
Changes from 10 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
eb00219
Updated TC_ICDM_2_1 test module:
j-ororke f74cdc7
Restyled by autopep8
restyled-commits 38cdc25
Merge branch 'master' into remove_PICS_from_ICDM_tests
j-ororke dd77706
updated TC_ICDM_2_1: Attempting to resolve issue in CI/CD pipeline
j-ororke 355e460
Restyled by autopep8
restyled-commits 372e144
Merge branch 'master' into remove_PICS_from_ICDM_tests
j-ororke 6f9e1e5
Updated TC_ICDM_2_1 test module:
j-ororke 076cbe6
Updating TC_ICDM_2_1 and test_TC_ICDM_2_1 test modules:
j-ororke 267afbe
Restyled by autopep8
restyled-commits fa944cd
Merge branch 'master' into remove_PICS_from_ICDM_tests
j-ororke a629150
Merge branch 'master' into remove_PICS_from_ICDM_tests
j-ororke 07bb37a
Merge branch 'master' into remove_PICS_from_ICDM_tests
j-ororke d7747ed
Update TC_ICDM_2_1 test module:
j-ororke 0d62747
Updating TC_ICDM_2_1 test module:
j-ororke fcb86b7
Updating TC_ICDM_2_1 and matter_testing support module:
j-ororke 969a87f
Merge remote-tracking branch 'upstream/master' into remove_PICS_from_…
j-ororke 4618ff4
Updating TC_ICDM_2_1 test module:
j-ororke 2a59997
Merge branch 'master' into remove_PICS_from_ICDM_tests
j-ororke 0eb6b99
Restyled by autopep8
restyled-commits 1b63d63
Restyled by isort
restyled-commits 545232f
Updating TC_ICDM_2_1 test module:
j-ororke ddb3488
Merge branch 'master' into remove_PICS_from_ICDM_tests
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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment here as on the opstate tests - this gets rid of the skip marker. Though this test is already a mixed bag of whether that happens.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Cecille,
I have created a function in MatterBaseTest class named "attributes_guard" as you had mentioned using the check_attributes function in the matter_testing_scripts helper module.
This should work I hope, please see the update to the issue #370 you have filed and let me know if this will resolve the above comment.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that in this PR or a different PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Cecille,
Sorry, the above created attributes_guard function is actually implemented currently in PR #34290 for the Opstate PICS replacement tests.