Re: [PATCH v7 02/11] test: Release board after tests complete

2024-11-02 Thread Simon Glass
Hi Tom, On Fri, 1 Nov 2024 at 18:08, Tom Rini wrote: > > On Fri, Nov 01, 2024 at 04:33:47PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 31 Oct 2024 at 19:34, Tom Rini wrote: > > > > > > On Thu, Oct 31, 2024 at 07:00:14PM +0100, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed,

Re: [PATCH v7 02/11] test: Release board after tests complete

2024-11-01 Thread Tom Rini
On Fri, Nov 01, 2024 at 04:33:47PM +0100, Simon Glass wrote: > Hi Tom, > > On Thu, 31 Oct 2024 at 19:34, Tom Rini wrote: > > > > On Thu, Oct 31, 2024 at 07:00:14PM +0100, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 30 Oct 2024 at 00:53, Tom Rini wrote: > > > > > > > > On Wed, Oct 09, 20

Re: [PATCH v7 02/11] test: Release board after tests complete

2024-11-01 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2024 at 19:34, Tom Rini wrote: > > On Thu, Oct 31, 2024 at 07:00:14PM +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:36PM -0600, Simon Glass wrote: > > > > > > > When a board is finished

Re: [PATCH v7 02/11] test: Release board after tests complete

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 07:00:14PM +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:36PM -0600, Simon Glass wrote: > > > > > When a board is finished with, the lab may want to power it off, or > > > perform some other func

Re: [PATCH v7 02/11] test: Release board after tests complete

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:36PM -0600, Simon Glass wrote: > > > When a board is finished with, the lab may want to power it off, or > > perform some other function. Add a new script which is called when tests > > are complete. > > > > S

Re: [PATCH v7 02/11] test: Release board after tests complete

2024-10-29 Thread Tom Rini
On Wed, Oct 09, 2024 at 07:51:36PM -0600, Simon Glass wrote: > When a board is finished with, the lab may want to power it off, or > perform some other function. Add a new script which is called when tests > are complete. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini But please note I

[PATCH v7 02/11] test: Release board after tests complete

2024-10-09 Thread Simon Glass
When a board is finished with, the lab may want to power it off, or perform some other function. Add a new script which is called when tests are complete. Signed-off-by: Simon Glass --- (no changes since v1) test/py/u_boot_console_exec_attach.py | 10 ++ 1 file changed, 10 insertions(+