summaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_base.py
Commit message (Expand)AuthorAgeLines
* test/py: use space to interrupt autobootStephen Warren2016-02-26-1/+1
* test/py: Add option to skip SPL signature checkingMichal Simek2016-02-25-1/+3
* test/py: only check for SPL signature if SPL uses serial outputHeiko Schocher2016-02-24-2/+7
* test/py: put "Starting U-Boot" into separate log sectionStephen Warren2016-02-15-1/+3
* test/py: fix CONFIG_SPL testStephen Warren2016-02-15-1/+1
* test/py: capture the entire U-Boot version at bootStephen Warren2016-02-09-8/+3
* test/py: support running sandbox under gdbserverStephen Warren2016-02-08-1/+2
* test/py: detect another "bad pattern" in console outputStephen Warren2016-01-28-0/+2
* test/py: check for bad patterns everywhere we waitStephen Warren2016-01-28-7/+19
* test.py: calculate bad patterns on change onlyStephen Warren2016-01-28-24/+25
* test/py: use " for docstringsStephen Warren2016-01-28-24/+24
* test/py: make crash detection more robustStephen Warren2016-01-28-13/+7
* test/py: move find_ram_base() into u_boot_utilsStephen Warren2016-01-28-37/+0
* test/py: add various utility codeStephen Warren2016-01-28-0/+19
* test/py: log when tests send CTRL-CStephen Warren2016-01-28-0/+1
* test/py: drain console log at the end of any failed testStephen Warren2016-01-28-0/+38
* test/py: move U-Boot respawn trigger to the test coreStephen Warren2016-01-28-2/+0
* test/py: Implement pytest infrastructureStephen Warren2016-01-20-0/+360