Re: [PATCH v1 2/2] dts: improve starting and stopping interactive shells

2024-07-11 Thread Jeremy Spewock
On Thu, Jul 11, 2024 at 10:53 AM Juraj Linkeš wrote: > > With the docs changes below, > Reviewed-by: Juraj Linkeš > > > diff --git a/dts/framework/remote_session/interactive_shell.py > > b/dts/framework/remote_session/interactive_shell.py > > index 11dc8a0643..fcaf1f6a5f 100644 > > --- a/dts/fra

Re: [PATCH v1 2/2] dts: improve starting and stopping interactive shells

2024-07-11 Thread Juraj Linkeš
With the docs changes below, Reviewed-by: Juraj Linkeš diff --git a/dts/framework/remote_session/interactive_shell.py b/dts/framework/remote_session/interactive_shell.py index 11dc8a0643..fcaf1f6a5f 100644 --- a/dts/framework/remote_session/interactive_shell.py +++ b/dts/framework/remote_sessi

Re: [PATCH v1 2/2] dts: improve starting and stopping interactive shells

2024-07-10 Thread Dean Marx
For the whole series: Tested-by: Dean Marx

[PATCH v1 2/2] dts: improve starting and stopping interactive shells

2024-07-09 Thread jspewock
From: Jeremy Spewock The InteractiveShell class currently relies on being cleaned up and shutdown at the time of garbage collection, but this cleanup of the class does no verification that the session is still running prior to cleanup. So, if a user were to call this method themselves prior to ga