]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: test poweroff
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 27 Oct 2020 19:29:23 +0000 (20:29 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:30 +0000 (09:11 -0700)
commit35d949222f5fc629cf89063a39998fbc39c2c4ca
tree84fa0a69494512fc752acfebb8199048d41f9af4
parentb1ad4157638ed4f22d8ae59c434f694730163bca
test/py: test poweroff

It is the 'poweroff' and not the 'reset' command that should shut down the
sandbox.

Adjust the unit test accordingly

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_sandbox_exit.py