aboutsummaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_base.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-4/+11
2024-05-08test/py: Make the number of SPL banners seen a variableWIP/08May2024-nextTom Rini1-11/+4
2022-05-26test/py: Reset the console timeout valueBin Meng1-0/+4
2022-03-02test: Correct pylint errorsSimon Glass1-0/+8
2022-02-26test/py: Handle expected reboot while booting sandboxMasami Hiramatsu1-20/+28
2022-02-26test/py: Handle expected reset by commandMasami Hiramatsu1-41/+58
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-2/+2
2020-08-04test/py: Add test support for three stage bootYan Liu1-0/+10
2018-12-07spl/tpl: change banner into upper caseHeiko Schocher1-1/+1
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-1/+1
2018-10-06test/py: ignore console read exceptions after test failureStephen Warren1-1/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-17test/py: add timestamps to logStephen Warren1-0/+3
2017-09-15test/py: u_boot_console_base.py: fix typoHeinrich Schuchardt1-1/+1
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