From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 16 Mar 2016 17:30:29 +0530 Subject: [U-Boot] [PATCH 2/2] board: README.sandbox: Update dm test command In-Reply-To: <1458129629-15541-1-git-send-email-jteki@openedev.com> References: <1458129629-15541-1-git-send-email-jteki@openedev.com> Message-ID: <1458129629-15541-2-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update dm test command with pytest instead of ./test/dm/test-dm.sh Cc: Tom Rini Cc: Simon Glass Cc: Stephen Warren Signed-off-by: Jagan Teki --- board/sandbox/README.sandbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 08489e3..fa1842b 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 -- 1.9.1