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-DESC-2.2 Test case is not parsed correctly from the base file. #194

Closed Survensa closed 5 months ago

Survensa commented 5 months ago

Describe the bug

image_2024_02_22T14_21_21_667Z

Steps to reproduce the behavior

  1. Open the TH image
  2. Bring up the DUT
  3. Select the TC-DESC-2.2 from python script section

Expected behavior

The test case parsed from TC_DeviceBasicComposition should be TC_DESC_2_2 not Test_DESC_2_2.

Environment

Version: 2.10-beta3+spring2024 Sha: 1fd1429

Additional Information

Even the test run fails the runner displays as PASSED

image_2024_02_22T14_19_01_240Z

rquidute commented 5 months ago

Hi @Survensa the current branch was updated with the fix, could you please get the updates?

git fetch origin
git pull
git submodule update --init --recursive

Then stop/start the TH

Survensa commented 5 months ago

Issue fixed after the update. The runner gets the argument correctly but raised issue https://github.com/project-chip/certification-tool/issues/196 for UI hang