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
42 stars 24 forks source link

[Feature] Support to side load python test step names #484

Closed rquidute closed 4 days ago

rquidute commented 2 weeks ago

Feature description

The goal of this feature, is to provide a mechanism to get all python test steps and store this information in a json file, instead of getting the step name while TH is launching.

The folllowing task must be implemented: 01 - Isolate SDK docker pull script: PR: https://github.com/project-chip/certification-tool-backend/pull/142 02 - Script to parser SDK python tests: PR: https://github.com/project-chip/certification-tool-backend/pull/144 03- Update custom python test case run: PR: https://github.com/project-chip/certification-tool-backend/pull/167

Use Cases

Perform a script execution in order to retrieve the steps name and store in a json file

Test Cases

No response

Additional Information

No response