Skip to content
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

[TC-S-2.2] In Test step 8g Command has to be updated as per Verification Steps Document. #509

Closed
Ashwinigrl opened this issue Feb 19, 2025 · 1 comment

Comments

@Ashwinigrl
Copy link
Collaborator

Test case ID:

TC-S-2.2

Description:

The command in Test Step 8g needs to be updated according to the Verification Step document. Specifically, the attributeValue variable name has to be changed to valueUnsigned16 in attributeValueList struct.

In Test step 8g command has to be updated from:

./chip-tool scenesmanagement add-scene 0x0001 0x01 1000 "scene name" '[{"clusterID": "0x006", "attributeValueList":[{"attributeID": "0x4001", "attributeValue": "0x01"}]}]' 1 1

to

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

Steps to reproduce:

Test step 8g

Verification Step Document:

Yaml Script References:

@Ashwinigrl
Copy link
Collaborator Author

Issue fixed in PR project-chip/connectedhomeip#37803. Hence closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant