summaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_sandbox.py
AgeCommit message (Expand)Author
2022-05-05test/py: Add a way to start sandbox without a device treeSimon Glass
2022-05-02vpl: Support running vpl testsSimon Glass
2022-02-26test/py: Handle expected reboot while booting sandboxMasami Hiramatsu
2021-11-26test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt
2018-11-26test/py: Add a way to pass flags to sandboxSimon Glass
2018-07-10test/py: Use range() rather than xrange()Paul Burton
2018-07-10test/py: Make print statements python 3.x safePaul Burton
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-14test/py: Start sandbox SPL when enabledSimon Glass
2016-07-14test/py: Allow tests to control the sandbox device-tree fileSimon Glass
2016-04-11test/py: pass -v option when executing sandboxStephen Warren
2016-02-08test/py: support running sandbox under gdbserverStephen Warren
2016-01-28test/py: run sandbox in source directoryStephen Warren
2016-01-28test/py: pass test DTB to sandboxStephen Warren
2016-01-28test/py: use " for docstringsStephen Warren
2016-01-28test/py: move U-Boot respawn trigger to the test coreStephen Warren
2016-01-20test/py: Implement pytest infrastructureStephen Warren