diff mbox

[U-Boot,v2,2/2] board: README.sandbox: Update dm test command

Message ID 1458197599-24692-2-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Jagan Teki March 17, 2016, 6:53 a.m. UTC
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>
---
 board/sandbox/README.sandbox | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jagan Teki March 28, 2016, 4:15 p.m. UTC | #1
On 17 March 2016 at 12:23, Jagan Teki <jteki@openedev.com> wrote:
> 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>

Ping!
Simon Glass April 9, 2016, 4:03 p.m. UTC | #2
On 17 March 2016 at 00:53, Jagan Teki <jteki@openedev.com> wrote:
> 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>
> ---
>  board/sandbox/README.sandbox | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass April 9, 2016, 4:09 p.m. UTC | #3
On 9 April 2016 at 10:03, Simon Glass <sjg@chromium.org> wrote:
> On 17 March 2016 at 00:53, Jagan Teki <jteki@openedev.com> wrote:
>> 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>
>> ---
>>  board/sandbox/README.sandbox | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!
diff mbox

Patch

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