index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
py
/
u_boot_console_base.py
Age
Commit message (
Expand
)
Author
2017-09-15
test/py: u_boot_console_base.py: fix typo
Heinrich Schuchardt
2016-08-20
test/py: match prompt only at line boundaries
Stephen Warren
2016-08-05
test: Adjust run_command_list() to return a list of strings
Simon Glass
2016-08-05
test: Add a function to restart U-Boot
Simon Glass
2016-08-05
test: Fix typos in comments
Simon Glass
2016-07-15
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-07-14
test/py: Provide a way to get early console output
Simon Glass
2016-07-14
test/py: Note which console produced unexpected output
Simon Glass
2016-07-14
test/py: Add a helper to run a list of U-Boot commands
Simon Glass
2016-05-27
test/py: Support setting up specific timeout
Michal Simek
2016-02-26
test/py: use space to interrupt autoboot
Stephen Warren
2016-02-25
test/py: Add option to skip SPL signature checking
Michal Simek
2016-02-24
test/py: only check for SPL signature if SPL uses serial output
Heiko Schocher
2016-02-15
test/py: put "Starting U-Boot" into separate log section
Stephen Warren
2016-02-15
test/py: fix CONFIG_SPL test
Stephen Warren
2016-02-09
test/py: capture the entire U-Boot version at boot
Stephen Warren
2016-02-08
test/py: support running sandbox under gdbserver
Stephen Warren
2016-01-28
test/py: detect another "bad pattern" in console output
Stephen Warren
2016-01-28
test/py: check for bad patterns everywhere we wait
Stephen Warren
2016-01-28
test.py: calculate bad patterns on change only
Stephen Warren
2016-01-28
test/py: use " for docstrings
Stephen Warren
2016-01-28
test/py: make crash detection more robust
Stephen Warren
2016-01-28
test/py: move find_ram_base() into u_boot_utils
Stephen Warren
2016-01-28
test/py: add various utility code
Stephen Warren
2016-01-28
test/py: log when tests send CTRL-C
Stephen Warren
2016-01-28
test/py: drain console log at the end of any failed test
Stephen Warren
2016-01-28
test/py: move U-Boot respawn trigger to the test core
Stephen Warren
2016-01-20
test/py: Implement pytest infrastructure
Stephen Warren