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] Re-consider the docker directory re-mapping #462

Open cecille opened 1 month ago

cecille commented 1 month ago

Feature description

I'm not sure if this is a feature or a bug, but when the TH starts the docker, it re-maps a bunch of directories. Folks that have experience running these tests mostly know where these files are located in the SDK, but the remapping changes that. It also means you can't just run a find in the TH AND you can't just open a docker because that already involves knowing how the remapping was done. It just makes it really hard to find stuff.

Use Cases

Test Cases

No response

Additional Information

No response