Re: [PATCH v7 03/11] test: Allow connecting to a running board

2024-11-01 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2024 at 19:42, Tom Rini wrote: > > On Thu, Oct 31, 2024 at 07:00:24PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 30 Oct 2024 at 00:53, Tom Rini wrote: > > > > > > On Wed, Oct 09, 2024 at 07:51:37PM -0600, Simon Glass wrote: > > > > > > > Sometimes we know that t

Re: [PATCH v7 03/11] test: Allow connecting to a running board

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 07:00:24PM +0100, Simon Glass wrote: > Hi Tom, > > On Wed, 30 Oct 2024 at 00:53, Tom Rini wrote: > > > > On Wed, Oct 09, 2024 at 07:51:37PM -0600, Simon Glass wrote: > > > > > Sometimes we know that the board is already running the right software, > > > so provide an optio

Re: [PATCH v7 03/11] test: Allow connecting to a running board

2024-10-31 Thread Simon Glass
Hi Tom, On Wed, 30 Oct 2024 at 00:53, Tom Rini wrote: > > On Wed, Oct 09, 2024 at 07:51:37PM -0600, 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 v7 03/11] test: Allow connecting to a running board

2024-10-29 Thread Tom Rini
On Wed, Oct 09, 2024 at 07:51:37PM -0600, 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 v7 03/11] test: Allow connecting to a running board

2024-10-09 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 --- Changes in v7: - Rena