All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Christopher Clark <christopher.w.clark@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org, cardoe@gentoo.org,
	Bertrand.Marquis@arm.com, andrew.cooper3@citrix.com,
	dpsmith@apertussolutions.com, persaur@gmail.com,
	scott.davis@starlab.io, adam.schwalm@starlab.io,
	jdmason@kudzu.us
Subject: Re: [meta-virtualization][PATCH 0/4] Xen Test Framework OEQA
Date: Thu, 2 Sep 2021 16:37:25 -0400	[thread overview]
Message-ID: <20210902203723.GA13022@gmail.com> (raw)
In-Reply-To: <20210831232743.252498-1-christopher.w.clark@gmail.com>



In message: [meta-virtualization][PATCH 0/4] Xen Test Framework OEQA
on 31/08/2021 Christopher Clark wrote:

> This series integrates the Xen Test Framework (XTF) into the
> OpenEmbedded QA (OEQA) structure and enables testing of Xen with XTF
> test cases in Qemu via the standard OE testimage mechanism.
> It builds upon the earlier work to package XTF and the XTF image.
> 
> I am aiming for this test to be enabled by default to support test
> coverage for the Xen hypervisor and initial virtual machines, the
> Xen toolstack and XTF.
> 
> Since many XTF test cases have hardware-dependent behaviour, the list of
> XTF test cases to run is minimal by default but able to be extended as
> appropriate for a particular downstream image or machine via provided
> configuration variables documented within the test.

I'm cycle constrained while I finish up my ELC presentation and demo,
so I haven't had a chance to test this yet.

But i have queued it and pushed it to master-next, so others can
more easily try it out.

Bruce

> 
> thanks,
> 
> Christopher
> 
> 
> Christopher Clark (4):
>   xen-image-minimal: supply bootloader config for qemux86-64 machine
>   xtf-image: fix QB_DEFAULT_FSTYPE: only needed for x86-64 qemu
>   xtf-image: update qemuboot settings
>   xtf: add testimage integration to run XTF test cases in OEQA
> 
>  .gitignore                                   |   1 +
>  classes/qemuboot-testimage-network.bbclass   |  17 +++
>  lib/oeqa/runtime/cases/xtf_minimal.py        | 116 +++++++++++++++++++
>  recipes-extended/images/xen-image-minimal.bb |   3 +-
>  recipes-extended/images/xtf-image.bb         |  20 +++-
>  wic/qemuboot-xen-x86-64.cfg                  |   8 ++
>  wic/qemuboot-xen-x86-64.wks                  |  12 ++
>  7 files changed, 171 insertions(+), 6 deletions(-)
>  create mode 100644 classes/qemuboot-testimage-network.bbclass
>  create mode 100644 lib/oeqa/runtime/cases/xtf_minimal.py
>  create mode 100644 wic/qemuboot-xen-x86-64.cfg
>  create mode 100644 wic/qemuboot-xen-x86-64.wks
> 
> -- 
> 2.25.1
> 

  parent reply	other threads:[~2021-09-02 20:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31 23:27 [meta-virtualization][PATCH 0/4] Xen Test Framework OEQA Christopher Clark
2021-08-31 23:27 ` [meta-virtualization][PATCH 1/4] xen-image-minimal: supply bootloader config for qemux86-64 machine Christopher Clark
2021-08-31 23:27 ` [meta-virtualization][PATCH 2/4] xtf-image: fix QB_DEFAULT_FSTYPE: only needed for x86-64 qemu Christopher Clark
2021-08-31 23:27 ` [meta-virtualization][PATCH 3/4] xtf-image: update qemuboot settings Christopher Clark
2021-08-31 23:27 ` [meta-virtualization][PATCH 4/4] xtf: add testimage integration to run XTF test cases in OEQA Christopher Clark
2021-09-02 20:37 ` Bruce Ashfield [this message]
2021-09-09 18:37 ` [meta-virtualization][PATCH 0/4] Xen Test Framework OEQA Bruce Ashfield

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=20210902203723.GA13022@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=Bertrand.Marquis@arm.com \
    --cc=adam.schwalm@starlab.io \
    --cc=andrew.cooper3@citrix.com \
    --cc=cardoe@gentoo.org \
    --cc=christopher.w.clark@gmail.com \
    --cc=dpsmith@apertussolutions.com \
    --cc=jdmason@kudzu.us \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=persaur@gmail.com \
    --cc=scott.davis@starlab.io \
    /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.