Re: [PATCH 1/2] dts: add remote create dir function

2025-05-28 Thread Dean Marx
Tested-by: Dean Marx

[PATCH 1/2] dts: add remote create dir function

2025-04-15 Thread Thomas Wilks
Add a function that creates a directory on the remote. Signed-off-by: Thomas Wilks Reviewed-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/testbed_model/os_session.py| 4 dts/framework/testbed_model/posix_session.py | 4 2 files changed, 8 insertions(+) diff --