test/py/tests/test_vboot.py: Add check that we boot the image
authorTom Rini <trini@konsulko.com>
Sun, 18 Sep 2016 13:46:58 +0000 (09:46 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 22 Sep 2016 15:34:58 +0000 (11:34 -0400)
commitde4be9ec171c1eb8aa5dbcaef8ee515ed0109ebe
tree80c46408543d221066a999003e359f772c2e32b8
parentbd86ef117d983a9f89cb1125cc93e63d07f03e02
test/py/tests/test_vboot.py: Add check that we boot the image

Make sure that when we're telling bootm to boot an image, and we expect
the image to boot we get the output from sandbox that we attempted to
run Linux and that U-Boot completed its job.

Cc: Simon Glass <sjg@chromium.org>
Cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_vboot.py