project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
42 stars 24 forks source link

[Bug] TC-SC-5.1 Step 9b Fails when Device Does Not Support Groups Cluster #485

Open Yinxq opened 2 weeks ago

Yinxq commented 2 weeks ago

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

Group Communication.zip

Screenshots

image

Environment

TH version: Version: v2.11-beta3.1+fall2024 Sha: 9c1ef58

Additional Information

No response