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
36 stars 22 forks source link

[Bug] Commissioning step is missing for the ACE-2.1 & @ 2.2 Python tetstcases. #154

Closed Saravana-kr22 closed 6 months ago

Saravana-kr22 commented 7 months ago

Describe the bug

For the below mentioned Testcases Commissioning step is missing in the UI and starts the test execution direcltly without commissioning. This affect the testcase execution in the UI.

Expected behavior

Commissioning step needs to be added for this Test-cases like other python testcases

Log files

ace.log

Screenshots

image

Environment

Version: 2.10-beta2.1+spring2024 Sha: 549e33f

ccruzagralopes commented 7 months ago

Hi @cecille, this is the issue we talked about in last week's meeting. For TH to identify that a test case expects the DUT to be commissioned, it needs to have the is_commissioning parameter set to True in the first TestStep.

cecille commented 7 months ago

https://github.com/project-chip/connectedhomeip/pull/31715

fabiowmm commented 6 months ago

@Saravana-kr22 can you verify and close if ok?

Saravana-kr22 commented 6 months ago

This issiue is resolve the latest Th : Version: 2.10-beta3+spring2024 Sha: 1fd1429