]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test/py: Add a helper to run a list of U-Boot commands
authorSimon Glass <sjg@chromium.org>
Sun, 3 Jul 2016 15:40:42 +0000 (09:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:36 +0000 (18:22 -0400)
commit73a9054d0f33dc4612a13200c6f3af00d2a1fcda
tree2c9580136826321a7f74aa7e89e770c526ee2ade
parent9e17b0345afe198490689d9f36fab3849e9ef69a
test/py: Add a helper to run a list of U-Boot commands

Some tests want to execute a sequence of commands. Add a helper for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Teddy Reed <teddy.reed@gmail.com>
test/py/u_boot_console_base.py