From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Xiangyu Chen <xiangyu.chen@eng.windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test-get_item in ptest
Date: Wed, 8 Mar 2023 17:09:04 -0500 [thread overview]
Message-ID: <ZAkHgMzlCWp1pRny@gmail.com> (raw)
In-Reply-To: <20230301061237.380129-1-xiangyu.chen@eng.windriver.com>
merged.
I'm still holding the template patch while we investigate the bash/busybox differences a bit more.
Bruce
In message: [meta-virtualization][PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test-get_item in ptest
on 01/03/2023 Xiangyu Chen wrote:
> From: Xiangyu Chen <xiangyu.chen@windriver.com>
>
> lxc-test-apparmor-mount and lxc-test-get_item related to apparmor,
> since the lxc-test-apparmor has been already skipped, so also skip
> those two cases.
>
> Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
> ---
> recipes-containers/lxc/files/run-ptest | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/recipes-containers/lxc/files/run-ptest b/recipes-containers/lxc/files/run-ptest
> index 3f3a75f..2e5af3c 100644
> --- a/recipes-containers/lxc/files/run-ptest
> +++ b/recipes-containers/lxc/files/run-ptest
> @@ -9,6 +9,9 @@ dmesg -n 1
> blacklist=""
> # Not applicable
> blacklist="$blacklist lxc-test-apparmor"
> +blacklist="$blacklist lxc-test-apparmor-mount"
> +#lxc-test-get_item would report Built without AppArmor support error
> +blacklist="$blacklist lxc-test-get_item"
> # These currently hang so skip them until someone fixes them up
> blacklist="$blacklist lxc-test-shutdowntest"
> blacklist="$blacklist lxc-test-state-server"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7910): https://lists.yoctoproject.org/g/meta-virtualization/message/7910
> Mute This Topic: https://lists.yoctoproject.org/mt/97309060/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2023-03-08 22:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-01 6:12 [meta-virtualization][PATCH] lxc: skip lxc-test-apparmor-mount and lxc-test-get_item in ptest Xiangyu Chen
2023-03-08 22:09 ` 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=ZAkHgMzlCWp1pRny@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=xiangyu.chen@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.