Re: [PATCH 23/42] test: Release board after tests complete

2024-06-12 Thread Simon Glass
Hi Tom, On Wed, 12 Jun 2024 at 10:02, Tom Rini wrote: > > On Tue, Jun 11, 2024 at 02:01:37PM -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 23/42] test: Release board after tests complete

2024-06-12 Thread Tom Rini
On Tue, Jun 11, 2024 at 02:01:37PM -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 > --- > > test/py/u_boot_console_exec_att

[PATCH 23/42] test: Release board after tests complete

2024-06-11 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 --- test/py/u_boot_console_exec_attach.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/test/py