Re: [PATCH v6 04/19] test: Allow connecting to a running board

2024-09-25 Thread Simon Glass
Hi Tom, On Mon, 23 Sept 2024 at 22:35, Tom Rini wrote: > > On Fri, Sep 20, 2024 at 08:01:39AM +0200, Simon Glass wrote: > > > Sometimes we know that the board is already running the right software, > > so provide an option to allow running of tests directly, without first > > resetting the board.

Re: [PATCH v6 04/19] test: Allow connecting to a running board

2024-09-23 Thread Tom Rini
On Fri, Sep 20, 2024 at 08:01:39AM +0200, Simon Glass wrote: > Sometimes we know that the board is already running the right software, > so provide an option to allow running of tests directly, without first > resetting the board. > > This saves time when re-running a test where only the Python c

[PATCH v6 04/19] test: Allow connecting to a running board

2024-09-19 Thread Simon Glass
Sometimes we know that the board is already running the right software, so provide an option to allow running of tests directly, without first resetting the board. This saves time when re-running a test where only the Python code is changing. Signed-off-by: Simon Glass --- (no changes since v1)