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
27 stars 13 forks source link

[Bug] Custom SDK Python Tests are not working properly #204

Closed ccruzagralopes closed 3 months ago

ccruzagralopes commented 4 months ago

Describe the bug

TH is able to parse the custom tests, but it's failing at the execution.

Steps to reproduce the behavior

  1. Copy an SDK Python Test into the custom folder.
  2. Modify the test case but keep the file and test name.
  3. Start TH.
  4. Run the custom test.
  5. The steps are correct, but the test case execution follows the original test.

Expected behavior

Expected the custom test case to be executed.

Log files

No response

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response