Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | test: Drop the cmd() function | Simon Glass | 2016-08-05 | -14/+5 |
* | test: Fix typos in comments | Simon Glass | 2016-08-05 | -2/+2 |
* | test: Check exit status in run_and_log_expect_exception() | Simon Glass | 2016-08-05 | -1/+3 |
* | test/py: Provide a way to check that a command fails | Simon Glass | 2016-07-14 | -0/+22 |
* | test/py: Add an option to execute a string containing a command | Simon Glass | 2016-07-14 | -0/+12 |
* | test/py: Return output from run_and_log() | Simon Glass | 2016-07-14 | -2/+3 |
* | test/py: support 'memstart =' in u_boot_utils.find_ram_base() | Daniel Schwierzeck | 2016-07-08 | -1/+1 |
* | test/py: fix NameError exception if bdi cmd is not supported | Heiko Schocher | 2016-05-27 | -0/+1 |
* | tests: py: fix NameError exception if bdi cmd is not supported | Heiko Schocher | 2016-05-13 | -0/+1 |
* | test/py: use " for docstrings | Stephen Warren | 2016-01-28 | -18/+18 |
* | test/py: move find_ram_base() into u_boot_utils | Stephen Warren | 2016-01-28 | -0/+38 |
* | test/py: add various utility code | Stephen Warren | 2016-01-28 | -0/+171 |