From: "Michael S. Tsirkin" <mst@redhat.com>
To: Ani Sinha <ani@anisinha.ca>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
"Beraldo Leal" <bleal@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Daniel P . Berrangé" <berrange@redhat.com>,
"Igor Mammedov" <imammedo@redhat.com>,
"John Snow" <jsnow@redhat.com>,
"Maydell Peter" <peter.maydell@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Qemu Devel" <qemu-devel@nongnu.org>,
"Thomas Huth" <thuth@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>
Subject: Re: [PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
Date: Sat, 22 Oct 2022 12:40:59 -0400 [thread overview]
Message-ID: <20221022124008-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <CAARzgww8iQs7Czf0pCG-3JuaKTrf7qtx1buMf_U-J++f_FW1eg@mail.gmail.com>
On Fri, Oct 21, 2022 at 05:12:07PM +0530, Ani Sinha wrote:
>
>
> On Fri, Oct 21, 2022 at 13:50 Michael S. Tsirkin <mst@redhat.com> wrote:
>
> On Fri, Oct 21, 2022 at 05:10:43AM +0530, Ani Sinha wrote:
> >
> >
> > On Fri, Oct 21, 2022 at 12:43 AM Michael S. Tsirkin <mst@redhat.com>
> wrote:
> >
> > On Thu, Oct 20, 2022 at 06:20:20PM +0530, Ani Sinha wrote:
> > > On Thu, Oct 20, 2022 at 6:15 PM Michael S. Tsirkin <mst@redhat.com>
> > wrote:
> > > >
> > > > On Thu, Oct 20, 2022 at 06:12:10PM +0530, Ani Sinha wrote:
> > > > > On Thu, Oct 20, 2022 at 6:08 PM Michael S. Tsirkin <
> mst@redhat.com>
> > wrote:
> > > > > >
> > > > > > On Thu, Oct 20, 2022 at 06:04:56PM +0530, Ani Sinha wrote:
> > > > > > >
> > > > > > >
> > > > > > > Changelog:
> > > > > > > v6:
> > > > > > > - skip test when dependencies (xorriso for example) are
> not
> > installed.
> > > > > > > - skip test when run on a platform other than x86_64.
> > > > > >
> > > > > > Hmm why is that btw?
> > > > >
> > > > > The bits binaries that generate the iso (grub-mkrescue etc) are
> built
> > > > > for and are known to work only on x86_64 platform. They might
> also
> > > > > work on amd64 but I do not have one at my disposal at the
> moment to
> > > > > check.
> > > > > On other platforms, for example 32 bit x86 and non-x86, those
> > binaries
> > > > > will likely not work. The test will fail.
> > > >
> > > > confused. I thought we are distributing the iso?
> > >
> > > No, the test builds the iso after adding the modified test scripts
> and
> > > then spawns the vm with it. It is all part of the test itself.
> > > We need to do that so that the iso contains the newly added tests
> etc.
> >
> > It's good to have for people developing tests, but for most qemu
> > developers please just have a ready iso and have avocado fetch it.
> > It's important to make tests run on all platforms.
> >
> >
> > This changes things a lot and goes down the path of where do we check in
> test
> > code changes? Do we deal with multiple repos? Where do we keep iso? Etc.
> having
> > a static iso limits us also.
>
> It's the same as any firmware really. I don't see much of a difference.
>
>
> Except that the iso is much larger than the current edk2 binaries and there are
> serious objections to keeping them along with other bios binary blobs in qemu
> repo.
>
Right, I get that. So avocado was supposed to know how to download them
automatically, no?
--
MST
next prev parent reply other threads:[~2022-10-24 0:45 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-20 12:34 [PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits Ani Sinha
2022-10-20 12:34 ` [PATCH v6 01/10] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits Ani Sinha
2022-10-20 17:27 ` Alex Bennée
2022-10-20 12:34 ` [PATCH v6 02/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests Ani Sinha
2022-10-20 12:34 ` [PATCH v6 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits Ani Sinha
2022-10-20 17:27 ` Alex Bennée
2022-10-20 12:35 ` [PATCH v6 04/10] acpi/tests/avocado/bits: add smilatency test suite from bits in order to disable it Ani Sinha
2022-10-20 12:35 ` [PATCH v6 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests Ani Sinha
2022-10-20 17:43 ` Alex Bennée
2022-10-20 12:35 ` [PATCH v6 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime Ani Sinha
2022-10-20 17:46 ` Alex Bennée
2022-10-21 8:39 ` Ani Sinha
2022-10-20 12:35 ` [PATCH v6 07/10] acpi/tests/avocado/bits: add biosbits config file for running bios tests Ani Sinha
2022-10-20 17:47 ` Alex Bennée
2022-10-21 5:37 ` Ani Sinha
2022-10-20 12:35 ` [PATCH v6 08/10] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits Ani Sinha
2022-10-20 17:30 ` Alex Bennée
2022-10-20 12:35 ` [PATCH v6 09/10] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test Ani Sinha
2022-10-20 17:08 ` Alex Bennée
2022-10-20 12:35 ` [PATCH v6 10/10] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests Ani Sinha
2022-10-20 12:38 ` [PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits Michael S. Tsirkin
2022-10-20 12:42 ` Ani Sinha
2022-10-20 12:45 ` Michael S. Tsirkin
2022-10-20 12:50 ` Ani Sinha
2022-10-20 19:13 ` Michael S. Tsirkin
2022-10-20 23:40 ` Ani Sinha
2022-10-21 0:15 ` Ani Sinha
2022-10-21 8:32 ` Michael S. Tsirkin
2022-10-21 8:43 ` Ani Sinha
2022-10-21 9:30 ` Alex Bennée
2022-10-21 9:40 ` Michael S. Tsirkin
2022-10-21 9:58 ` Ani Sinha
2022-10-21 11:52 ` Alex Bennée
2022-10-21 12:22 ` Ani Sinha
2022-10-21 13:13 ` Ani Sinha
2022-10-21 15:53 ` Alex Bennée
2022-10-21 16:11 ` Ani Sinha
2022-10-22 0:58 ` Ani Sinha
2022-10-22 16:35 ` Michael S. Tsirkin
2022-10-22 16:43 ` Ani Sinha
2022-10-22 16:47 ` Michael S. Tsirkin
2022-10-22 10:56 ` Ani Sinha
2022-10-21 16:03 ` Alex Bennée
2022-10-21 16:17 ` Ani Sinha
2022-10-22 16:45 ` Michael S. Tsirkin
2022-10-22 17:34 ` Ani Sinha
2022-10-21 8:20 ` Michael S. Tsirkin
2022-10-21 11:42 ` Ani Sinha
2022-10-22 16:40 ` Michael S. Tsirkin [this message]
2022-10-22 16:44 ` Ani Sinha
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=20221022124008-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=ani@anisinha.ca \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=crosa@redhat.com \
--cc=f4bug@amsat.org \
--cc=imammedo@redhat.com \
--cc=jsnow@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.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.