All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: mingli.yu@eng.windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] aardvark-dns: Improve the ptest output
Date: Wed, 10 Jul 2024 03:52:19 +0000	[thread overview]
Message-ID: <Zo4Fcz/Jn596jp6v@gmail.com> (raw)
In-Reply-To: <20240626032417.1990728-1-mingli.yu@windriver.com>

staged to master-next

Bruce

In message: [meta-virtualization] [PATCH] aardvark-dns: Improve the ptest output
on 26/06/2024 Yu, Mingli via lists.yoctoproject.org wrote:

> From: Mingli Yu <mingli.yu@windriver.com>
> 
> The previous ptest result show as ✓ or ✗ , improve the result to
> PASS or FAIL.
>  # ./run-ptest
>  [snip]
>  PASS: 6 basic container - dns itself with long network name
>  PASS: 7 two containers on the same network
>  PASS: 8 two containers on different networks
>  [snip]
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-containers/aardvark-dns/files/run-ptest | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-containers/aardvark-dns/files/run-ptest b/recipes-containers/aardvark-dns/files/run-ptest
> index b33d8fd4..d7abbb34 100644
> --- a/recipes-containers/aardvark-dns/files/run-ptest
> +++ b/recipes-containers/aardvark-dns/files/run-ptest
> @@ -1,3 +1,3 @@
>  #!/bin/bash
>  
> -NETAVARK=/usr/libexec/podman/netavark AARDVARK=/usr/libexec/podman/aardvark-dns bats ./test/
> +NETAVARK=/usr/libexec/podman/netavark AARDVARK=/usr/libexec/podman/aardvark-dns bats -t ./test/ | sed -e '/^ok/ s/^ok/PASS:/g' | sed -e '/^not ok/ s/^not ok/FAIL:/g'
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8812): https://lists.yoctoproject.org/g/meta-virtualization/message/8812
> Mute This Topic: https://lists.yoctoproject.org/mt/106884095/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2024-07-10  3:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-26  3:24 [PATCH] aardvark-dns: Improve the ptest output mingli.yu
2024-07-10  3:52 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zo4Fcz/Jn596jp6v@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=mingli.yu@eng.windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.