test/py: Provide a way to get early console output
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:39 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commitebec58fbcb6da7404b535b9d860546d9baef55c2
tree2c178319877eeb1e1b7d0aed67baeecf49bafec0
parentc7f636f59d7d506b89d7fc52aa6509329e9ded1b
test/py: Provide a way to get early console output

Some tests want to check the console output from SPL or U-Boot proper.
Provide a means to do this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_base.py
test/py/u_boot_spawn.py