aboutsummaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_base.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-20test/py: match prompt only at line boundariesStephen Warren1-3/+3
2016-08-05test: Adjust run_command_list() to return a list of stringsSimon Glass1-3/+4
2016-08-05test: Add a function to restart U-BootSimon Glass1-0/+5
2016-08-05test: Fix typos in commentsSimon Glass1-2/+2
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+11
2016-07-14test/py: Provide a way to get early console outputSimon Glass1-0/+10
2016-07-14test/py: Note which console produced unexpected outputSimon Glass1-1/+1
2016-07-14test/py: Add a helper to run a list of U-Boot commandsSimon Glass1-0/+16
2016-05-27test/py: Support setting up specific timeoutMichal Simek1-0/+31
2016-02-26test/py: use space to interrupt autobootStephen Warren1-1/+1
2016-02-25test/py: Add option to skip SPL signature checkingMichal Simek1-1/+3
2016-02-24test/py: only check for SPL signature if SPL uses serial outputHeiko Schocher1-2/+7
2016-02-15test/py: put "Starting U-Boot" into separate log sectionStephen Warren1-1/+3
2016-02-15test/py: fix CONFIG_SPL testStephen Warren1-1/+1
2016-02-09test/py: capture the entire U-Boot version at bootStephen Warren1-8/+3
2016-02-08test/py: support running sandbox under gdbserverStephen Warren1-1/+2
2016-01-28test/py: detect another "bad pattern" in console outputStephen Warren1-0/+2
2016-01-28test/py: check for bad patterns everywhere we waitStephen Warren1-7/+19
2016-01-28test.py: calculate bad patterns on change onlyStephen Warren1-24/+25
2016-01-28test/py: use " for docstringsStephen Warren1-24/+24
2016-01-28test/py: make crash detection more robustStephen Warren1-13/+7
2016-01-28test/py: move find_ram_base() into u_boot_utilsStephen Warren1-37/+0
2016-01-28test/py: add various utility codeStephen Warren1-0/+19
2016-01-28test/py: log when tests send CTRL-CStephen Warren1-0/+1
2016-01-28test/py: drain console log at the end of any failed testStephen Warren1-0/+38
2016-01-28test/py: move U-Boot respawn trigger to the test coreStephen Warren1-2/+0
2016-01-20test/py: Implement pytest infrastructureStephen Warren1-0/+360