Re: [U-Boot] [PATCH] test/py/tests/test_vboot.py: Add check that we boot the image

2016-09-19 Thread Stephen Warren
On 09/18/2016 07:46 AM, Tom Rini wrote: 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. Acked-by: Stephen Warren __

Re: [U-Boot] [PATCH] test/py/tests/test_vboot.py: Add check that we boot the image

2016-09-18 Thread Simon Glass
On 18 September 2016 at 07:46, Tom Rini wrote: > > 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 > Cc: Stephen Warren > Signed-off-

[U-Boot] [PATCH] test/py/tests/test_vboot.py: Add check that we boot the image

2016-09-18 Thread Tom Rini
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 Cc: Stephen Warren Signed-off-by: Tom Rini --- test/py/tests/test_vboot.py | 16 ++-