mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
e57f9c8eef
commit
7b3dc45ea5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue