summaryrefslogtreecommitdiff
path: root/test/py/u_boot_spawn.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-31test/py: Use raw strings more to avoid deprecation warningsTom Rini1-4/+1
2019-10-31test/py: Manual python3 fixesTom Rini1-2/+2
2018-07-10test/py: Use range() rather than xrange()Paul Burton1-3/+3
2018-07-10test/py: Make print statements python 3.x safePaul Burton1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-07-15test/py: Provide a way to get early console outputSimon Glass1-0/+13
2016-07-09test/py: strip VT100 codes from match bufferStephen Warren1-0/+9
2016-02-15test/py: handle exceptions in console creationStephen Warren1-2/+6
2016-02-10test/py: fix off-by-one error in spawn matching codeStephen Warren1-1/+1
2016-02-08test/py: support running sandbox under gdbserverStephen Warren1-4/+8
2016-01-29test/py: run sandbox in source directoryStephen Warren1-2/+6
2016-01-29test/py: fix spawn.expect multiple match handlingStephen Warren1-1/+1
2016-01-29test/py: use " for docstringsStephen Warren1-15/+15
2016-01-29test/py: fix timeout to be absoluteStephen Warren1-1/+6
2016-01-21test/py: Implement pytest infrastructureStephen Warren1-0/+174