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] Custom YAML and Python scripts are being executed in TH in place of the SDK scripts #133

Closed rquidute closed 8 months ago

rquidute commented 8 months ago

Describe the bug

Custom YAML and Python scripts are being executed in TH in place of the SDK scripts when the selected test in TH UI is the SDK script.

Steps to reproduce the behavior

  1. Create a custom test script by copying an SDK script and modify some steps
  2. in TH select the SDK script (NOT the custom script)
  3. When the user start the test execution, the TC that is running is not the SDK script but the custom script. If the user selects the custom script, TH runs the custom script. In other words, TH run only the custom script when there is a custom script.

Expected behavior

No response

Log files

No response

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response