project-chip / matter-test-scripts

Test scripts related to Matter Certification
https://csa-iot.org/
Apache License 2.0
9 stars 3 forks source link

[TC-S-2.2, 2.3, 2.4] YAML script has to be updated as per Test plan VS document. #297

Closed Ashwinigrl closed 2 weeks ago

Ashwinigrl commented 3 months ago

Test case IDs:

TC-S-2.2 TC-S- 2.3 TC-S- 2.4

Description:

YAML SCript References:

Test Plan References:

Verification Step Document:

lpbeliveau-silabs commented 1 month ago

TC-S-2.2 addressed in: https://github.com/project-chip/connectedhomeip/pull/35519

lpbeliveau-silabs commented 1 month ago

TC-S-2.3 addressed in: https://github.com/project-chip/connectedhomeip/pull/35555

Ashwinigrl commented 2 weeks ago

@lpbeliveau-silabs
TC-S-2.2 - In Test step 8a Command(ValueUnsigned8 Field name should be valueUnsigned16 ) has to be updated as per Verification Step document. It should be updated from
./chip-tool scenesmanagement add-scene 0x0001 0x01 60000000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4001", "ValueUnsigned8": "0x01"}]}]' 1 1

TO

./chip-tool scenesmanagement add-scene 0x0001 0x01 60000000 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4000", "valueUnsigned16": "0x01"}]}]' 1 1

Verification Step Document: