summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2016-03-17 12:23:19 +0530
committerSimon Glass <sjg@chromium.org>2016-04-14 11:51:39 -0600
commit7b3dc45ea5179b377c01c8f878c1633d707186c8 (patch)
treee05964baf0209d2f05c497c9759ffe3b8a01235f
parente57f9c8eef9ea44b3dd079375a64fef727a8fbcb (diff)
downloadtalos-obmc-uboot-7b3dc45ea5179b377c01c8f878c1633d707186c8.tar.gz
talos-obmc-uboot-7b3dc45ea5179b377c01c8f878c1633d707186c8.zip
board: README.sandbox: Update dm test command
Update dm test command with pytest instead of ./test/dm/test-dm.sh Cc: Tom Rini <trini@konsulko.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Jagan Teki <jteki@openedev.com>
-rw-r--r--board/sandbox/README.sandbox3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 08489e3880..fa1842bc00 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -349,7 +349,8 @@ directory. These include:
- Unit tests for U-Boot's compression algorithms, useful for
security checking. It supports gzip, bzip2, lzma and lzo.
driver model
- - test/dm/test-dm.sh to run these.
+ - Run this pytest
+ ./test/py/test.py --bd sandbox --build -k ut_dm -v
image
- Unit tests for images:
test/image/test-imagetools.sh - multi-file images
OpenPOWER on IntegriCloud