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
28 stars 15 forks source link

[TC-CGEN-2.4] Python test gets hangs once after the successfull commissioning in UI #200

Closed Rajashreekalmane closed 3 months ago

Rajashreekalmane commented 5 months ago

Describe the bug

When we ran the below mentioned Python test in TH image, the test gets stucked(It's just loading for a long time) once after the successful commissioning and even not able to abort it.

Steps to reproduce the behavior

  1. From the Test-Harness user interface loaded the PICS file to select the test cases.
  2. Selected the python test case in python section to executed.
  3. Click the Start button on Test-Harness user interface.

    Expected behavior

TC should execute successfully without error.

Log files

TC-CGEN-2.4.txt UI_Test_Run_2024_02_27_14_55_29(1).log

PICS file

No response

Screenshots

image

Environment

Version: 2.10-beta3+spring2024 Sha: 1fd1429

Additional Information

No response

rquidute commented 5 months ago

This issue seems to be related to: https://github.com/project-chip/certification-tool/issues/163

rquidute commented 4 months ago

Hi @Rajashreekalmane, there is an update in the release branch. Could you check if the changes works for you? Could you please follow the steps bellow in order to update the release branch and test again?

./scripts/stop.sh cd certification-tool git fetch git checkout v2.10-beta3+spring2024 git pull git submodule update --init --recursive ./scripts/start.sh

Rajashreekalmane commented 4 months ago

@rquidute I followed the procedure to update the image and validated the TC-CGEN-2.4 test case with the updated image. It worked as expected. Thank you.

PFA Screenshot : image

PFA log : UI_Test_Run_2024_03_15_11_56_56.log