test/py: test that sandbox exits when asked
authorStephen Warren <swarren@wwwdotorg.org>
Fri, 15 Jan 2016 18:15:25 +0000 (11:15 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:23 +0000 (19:06 -0700)
commit472040d5cbd1bbf9f5f325508b37feb7f129c125
tree7a4d1f9086f3c00d598c5601be4cfb1bed834671
parentd201506cca782c54309b488170623094f252aab5
test/py: test that sandbox exits when asked

Test the sandbox port's implementation of the reset command and SIGHUP
handling. These should both cause the U-Boot process to exit gracefully.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_sandbox_exit.py [new file with mode: 0644]