summaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_sandbox.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-26test/py: Add a way to pass flags to sandboxSimon Glass1-0/+18
2018-07-10test/py: Use range() rather than xrange()Paul Burton1-1/+1
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-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+5
2016-07-15test/py: Start sandbox SPL when enabledSimon Glass1-1/+5
2016-07-15test/py: Allow tests to control the sandbox device-tree fileSimon Glass1-1/+1
2016-04-12test/py: pass -v option when executing sandboxStephen Warren1-0/+1
2016-02-08test/py: support running sandbox under gdbserverStephen Warren1-1/+4
2016-01-29test/py: run sandbox in source directoryStephen Warren1-1/+1
2016-01-29test/py: pass test DTB to sandboxStephen Warren1-1/+6
2016-01-29test/py: use " for docstringsStephen Warren1-10/+10
2016-01-29test/py: move U-Boot respawn trigger to the test coreStephen Warren1-1/+0
2016-01-21test/py: Implement pytest infrastructureStephen Warren1-0/+79