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, 2.3, 2.4] YAML script has to be updated as per Test plan VS document. #297

Closed
3 tasks
Ashwinigrl opened this issue Jul 26, 2024 · 3 comments · Fixed by project-chip/connectedhomeip#35585 or project-chip/connectedhomeip#36235
Labels
scenes v1.4 Issues found in 1.4 Timeframe

Comments

@Ashwinigrl
Copy link
Collaborator

Ashwinigrl commented Jul 26, 2024

Test case IDs:

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

Description:

  • TC-S-2.2

  • In Test Steps 2a, 11a ("Is DUT configured with AC1?") Command and log has to be updated as per VS document.

  • In Test Steps 3a, 4c, 10a, 12a ("Is DUT configured with AC2?") Command and log has to be updated as per VS document.

  • In Test Steps 3b, 4d "DUT returns to AC1" is missed to verify.

  • In Step 5a ExtensionFieldSets parameter is missing in the ViewScene command Response.

  • Test Step 8a - Command has to be updated as per VS document.

  • Step 8b - Test step is Saying, set the extension fields appropriate to AC1. But it is verifying with empty value.

  • In Test Step 14a ("Is DUT configured with AC3?") Command and log has to be updated as per VS document.

  • The cluster(Unit Testing cluster) used in the precondition step does not matches the main clusters of the test case.

  • TC-S-2.3

  • In Test Steps 2, 6a command has to be updated as per VS document.

  • In Test Steps 3, 6b log has to be updated as per VS document

  • In Test Step 5a - Command and log has to be updated as per VS document.

  • In Test Step 5b ("Verify DUT returns to AC1") Command and log has to be updated as per VS document.

  • The cluster(Unit Testing cluster) used in the precondition step does not matches the main clusters of the test case.

  • TC-S-2.4

  • In Test Step 4a ("Is DUT configured with AC1?") Command and log has to be updated as per VS document.

  • In Test Steps 5a, 6a, 7a ( "Is DUT configured with AC2?") Command and log has to be updated as per VS document.

  • In Test Steps 5b, 7b ("Is the transition done over 20s") Command and log has to be updated as per VS document.

  • In test Step 6b ("Is the transition done over 5s") Command and log has to be updated as per VS document.

YAML SCript References:

Test Plan References:

Verification Step Document:

@lpbeliveau-silabs
Copy link

TC-S-2.2 addressed in: project-chip/connectedhomeip#35519

@lpbeliveau-silabs
Copy link

TC-S-2.3 addressed in: project-chip/connectedhomeip#35555

@Ashwinigrl
Copy link
Collaborator Author

Ashwinigrl commented Oct 24, 2024

@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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scenes v1.4 Issues found in 1.4 Timeframe
Projects
None yet
5 participants