]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Release board after tests complete
authorSimon Glass <sjg@chromium.org>
Tue, 12 Nov 2024 14:13:16 +0000 (07:13 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 18:01:35 +0000 (12:01 -0600)
commit530c694c450e5b98c50ea5b1201df474bc952ca9
tree3b3b7a613face126874bad00d7b7e238e962d3dd
parent8344038a93348d39099e03878ae253cf41ca250d
test: Release board after tests complete

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.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_exec_attach.py