project-chip / project-chip/matter-test-scripts
[Bug] TC-SC-5.1 Step 9b Fails when Device Does Not Support Groups Cluster
@gvargas-csa is already working on this.
Since Mar 26, 2025.
- Dominant language
- Python
- Stars
- 19
- Forks
- 7
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 3
Description
Describe the bug
I am testing the Group Communication Cluster of the lock-app. In the PICS file, G.S and its corresponding items are not checked. However, the test failed at TC-SC-5.1 Step 9b.
The GroupTable should not have an entry because Step 5 was skipped.
I wonder if the PICS requirement for Step 9b should be changed from
" !G.S.F00 && GRPKEY.S.A0001 "
to
" G.S && !G.S.F00 && GRPKEY.S.A0001 ".
Steps to reproduce the behavior
No response
Expected behavior
No response
Log files
TC-SC-51_2024_11_08_06_59_22.log
PICS file
Screenshots
Environment
TH version:
Version: v2.11-beta3.1+fall2024
Sha: 9c1ef58
Additional Information
No response
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.
Assessment
This issue has not been assessed yet.