From: Anthony PERARD <anthony.perard@citrix.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: <xen-devel@lists.xenproject.org>, <iwj@xenproject.org>,
<cardoe@cardoe.com>, <wl@xen.org>, <andrew.cooper3@citrix.com>,
"Stefano Stabellini" <stefano.stabellini@xilinx.com>
Subject: Re: [PATCH v2 3/3] automation: add a QEMU based x86_64 Dom0/DomU test
Date: Wed, 27 Oct 2021 15:13:37 +0100 [thread overview]
Message-ID: <YXleke8ciibv/1qt@perard> (raw)
In-Reply-To: <20211026014200.32102-3-sstabellini@kernel.org>
On Mon, Oct 25, 2021 at 06:42:00PM -0700, Stefano Stabellini wrote:
> From: Stefano Stabellini <stefano.stabellini@xilinx.com>
>
> Introduce a test based on QEMU to run Xen, Dom0 and start a DomU.
> This is similar to the existing qemu-alpine-arm64.sh script and test.
> The only differences are:
> - use Debian's qemu-system-x86_64 (on ARM we build our own)
> - use ipxe instead of u-boot and ImageBuilder
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
> ---
> automation/gitlab-ci/test.yaml | 24 ++++++
> automation/scripts/qemu-alpine-x86_64.sh | 95 ++++++++++++++++++++++++
> 2 files changed, 119 insertions(+)
> create mode 100755 automation/scripts/qemu-alpine-x86_64.sh
>
> diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
> index 91a10febbf..43d248a604 100644
> --- a/automation/gitlab-ci/test.yaml
> +++ b/automation/gitlab-ci/test.yaml
> @@ -47,6 +47,30 @@ qemu-alpine-arm64-gcc:
> - /^coverity-tested\/.*/
> - /^stable-.*/
>
> +qemu-alpine-x86_64-gcc:
> + stage: test
> + image: registry.gitlab.com/xen-project/xen/${CONTAINER}
> + variables:
> + CONTAINER: debian:stretch
> + script:
> + - ./automation/scripts/qemu-alpine-x86_64.sh 2>&1 | tee qemu-smoke-arm64.log
Maybe the log file should be called "qemu-smoke-x86_64.log" ? Or just
"qemu-smoke.log"?
I'm still not happy about the `apt install` in the middle of the test,
but I guess that will do for now:
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Thanks,
--
Anthony PERARD
next prev parent reply other threads:[~2021-10-27 14:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 1:37 [PATCH v2 0/3] automation: introduce an x86_64 Dom0/DomU test Stefano Stabellini
2021-10-26 1:41 ` [PATCH v2 1/3] automation: add x86_64 alpine 3.12 test-artifact Stefano Stabellini
2021-10-26 1:41 ` [PATCH v2 2/3] automation: Linux 5.10.74 test-artifact Stefano Stabellini
2021-10-26 1:42 ` [PATCH v2 3/3] automation: add a QEMU based x86_64 Dom0/DomU test Stefano Stabellini
2021-10-27 14:13 ` Anthony PERARD [this message]
2021-10-27 23:26 ` Stefano Stabellini
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=YXleke8ciibv/1qt@perard \
--to=anthony.perard@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=cardoe@cardoe.com \
--cc=iwj@xenproject.org \
--cc=sstabellini@kernel.org \
--cc=stefano.stabellini@xilinx.com \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
/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.