Re: [PATCH v2 1/3] dts: Improve output gathering in interactive shells

2024-05-15 Thread Jeremy Spewock
On Mon, May 13, 2024 at 10:58 AM Juraj Linkeš wrote: > > Other than the one minor documentation nitpick, > Reviewed-by: Juraj Linkeš > > > > diff --git a/dts/framework/remote_session/interactive_shell.py > > b/dts/framework/remote_session/interactive_shell.py > > > @@ -124,20 +130,34 @@ def sen

Re: [PATCH v2 1/3] dts: Improve output gathering in interactive shells

2024-05-13 Thread Juraj Linkeš
Other than the one minor documentation nitpick, Reviewed-by: Juraj Linkeš > diff --git a/dts/framework/remote_session/interactive_shell.py > b/dts/framework/remote_session/interactive_shell.py > @@ -124,20 +130,34 @@ def send_command(self, command: str, prompt: str | None > = None) -> str: >

Re: [PATCH v2 1/3] dts: Improve output gathering in interactive shells

2024-05-09 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v2 1/3] dts: Improve output gathering in interactive shells

2024-05-01 Thread jspewock
From: Jeremy Spewock The current implementation of consuming output from interactive shells relies on being able to find an expected prompt somewhere within the output buffer after sending the command. This is useful in situations where the prompt does not appear in the output itself, but in some