project-chip / project-chip/matter-test-scripts
More automated remove fabric mechanism
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 7
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 3
Description
We have a lot of tests where the last step of the test is to remove the extra fabrics added in the test.
There are also a lot of tests where this isn't done.
It would make sense to have the test framework remove extra fabrics as part of the test teardown. The function would have to be careful to only remove fabrics added as a part of the test - ie, fabrics that are listed in the test framework certificate authority manager.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the test framework teardown and the certificate authority manager mentioned in the issue. Trace how fabrics are recorded for each test and verify that teardown removes only fabrics added during that test. Done means extra test-created fabrics are cleaned up automatically without removing pre-existing fabrics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100