The scripts u-boot-test-release is called at the end of testing. Describe it.
Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> --- doc/develop/py_testing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst index 217ae447035..824e3c0d9a7 100644 --- a/doc/develop/py_testing.rst +++ b/doc/develop/py_testing.rst @@ -388,6 +388,13 @@ to download the U-Boot binary directly into RAM and execute it. This would avoid the need for `u-boot-test-flash` to actually write U-Boot to flash, thus saving wear on the flash chip(s). +u-boot-test-release +''''''''''''''''''' + +When all tests for the board have been executed, this script is called. + +The board can be switched off now. + Examples '''''''' -- 2.48.1