summaryrefslogtreecommitdiffstats
path: root/test/py/u_boot_utils.py
Commit message (Expand)AuthorAgeFilesLines
* test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz2018-07-201-0/+6
* test/py: Use range() rather than xrange()Paul Burton2018-07-101-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test/py: add generic CRC32 functionLiam Beguin2018-03-221-0/+23
* test/py: do not import pytest multiple timesLiam Beguin2018-03-221-1/+0
* test/py: regenerate persistent GPT image if code changesStephen Warren2017-11-061-0/+74
* test: Drop the cmd() functionSimon Glass2016-08-051-14/+5
* test: Fix typos in commentsSimon Glass2016-08-051-2/+2
* test: Check exit status in run_and_log_expect_exception()Simon Glass2016-08-051-1/+3
* test/py: Provide a way to check that a command failsSimon Glass2016-07-141-0/+22
* test/py: Add an option to execute a string containing a commandSimon Glass2016-07-141-0/+12
* test/py: Return output from run_and_log()Simon Glass2016-07-141-2/+3
* test/py: support 'memstart =' in u_boot_utils.find_ram_base()Daniel Schwierzeck2016-07-081-1/+1
* test/py: fix NameError exception if bdi cmd is not supportedHeiko Schocher2016-05-271-0/+1
* tests: py: fix NameError exception if bdi cmd is not supportedHeiko Schocher2016-05-131-0/+1
* test/py: use " for docstringsStephen Warren2016-01-281-18/+18
* test/py: move find_ram_base() into u_boot_utilsStephen Warren2016-01-281-0/+38
* test/py: add various utility codeStephen Warren2016-01-281-0/+171