summaryrefslogtreecommitdiffstats
path: root/test/py/u_boot_spawn.py
Commit message (Expand)AuthorAgeFilesLines
* test/py: Use raw strings more to avoid deprecation warningsTom Rini2019-10-301-4/+1
* test/py: Manual python3 fixesTom Rini2019-10-301-2/+2
* test/py: Use range() rather than xrange()Paul Burton2018-07-101-3/+3
* test/py: Make print statements python 3.x safePaul Burton2018-07-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test/py: Provide a way to get early console outputSimon Glass2016-07-141-0/+13
* test/py: strip VT100 codes from match bufferStephen Warren2016-07-081-0/+9
* test/py: handle exceptions in console creationStephen Warren2016-02-151-2/+6
* test/py: fix off-by-one error in spawn matching codeStephen Warren2016-02-091-1/+1
* test/py: support running sandbox under gdbserverStephen Warren2016-02-081-4/+8
* test/py: run sandbox in source directoryStephen Warren2016-01-281-2/+6
* test/py: fix spawn.expect multiple match handlingStephen Warren2016-01-281-1/+1
* test/py: use " for docstringsStephen Warren2016-01-281-15/+15
* test/py: fix timeout to be absoluteStephen Warren2016-01-281-1/+6
* test/py: Implement pytest infrastructureStephen Warren2016-01-201-0/+174