From: "Alex Bennée" <alex.bennee@linaro.org>
To: David Woodhouse <dwmw2@infradead.org>
Cc: "Cleber Rosa" <crosa@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Paul Durrant" <paul@xen.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Peter Xu" <peterx@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [PATCH v2 2/3] tests/avocado: Add Fedora 34 distro, including kernel/initrd checksums
Date: Wed, 08 Mar 2023 17:42:45 +0000 [thread overview]
Message-ID: <87pm9jnnmo.fsf@linaro.org> (raw)
In-Reply-To: <20230308111952.2728440-3-dwmw2@infradead.org>
David Woodhouse <dwmw2@infradead.org> writes:
> From: David Woodhouse <dwmw@amazon.co.uk>
>
> The kernel in Fedora 31 doesn't support 'xen_no_vector_callback' on
> its command line, so add a slightly newer version as a prelude to
> enabling avocado tests for Xen guests.
Why slightly newer rather than current release?
Our existing Fedora guest builds cause all sorts of timeout issues
running under TCG and seem particularly heavyweight considering the
coverage we manage to get.
>
> Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
> ---
> tests/avocado/avocado_qemu/__init__.py | 27 ++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/tests/avocado/avocado_qemu/__init__.py b/tests/avocado/avocado_qemu/__init__.py
> index a313e88c07..49e414e267 100644
> --- a/tests/avocado/avocado_qemu/__init__.py
> +++ b/tests/avocado/avocado_qemu/__init__.py
> @@ -485,6 +485,23 @@ class LinuxDistro:
> ' console=tty0'),
> },
> },
> + '34': {
> + 'x86_64':
> + {'checksum': ('b9b621b26725ba95442d9a56cbaa0547'
> + '84e0779a9522ec6eafff07c6e6f717ea'),
> + 'pxeboot_url': ('https://archives.fedoraproject.org/'
> + 'pub/archive/fedora/linux/releases/34/'
> + 'Everything/x86_64/os/images/pxeboot/'),
> + 'kernel_hash': ('085fc6e47f2e3a271b591f3e56739ca9'
> + '4c16718837a5f431ab95468e1e95f9eb'),
> + 'initrd_hash': ('d6cd2e03e8188eed6c896fd65ff05f81'
> + '2c4c1c8777d630b5909e9a1a4627e337'),
> + 'kernel_params': ('root=UUID=386769a3-cfa5-47c8-8797-'
> + 'd5ec58c9cb6c ro no_timer_check '
> + 'net.ifnames=0 console=tty1 '
> + 'console=ttyS0,115200n8'),
> + },
> + },
> }
> }
>
> @@ -513,6 +530,16 @@ def pxeboot_url(self):
> """Gets the repository url where pxeboot files can be found"""
> return self._info.get('pxeboot_url', None)
>
> + @property
> + def kernel_hash(self):
> + """Gets checksum of the pxeboot kernel image"""
> + return self._info.get('kernel_hash', None)
> +
> + @property
> + def initrd_hash(self):
> + """Gets checksum of the pxeboot initrd image"""
> + return self._info.get('initrd_hash', None)
> +
> @property
> def default_kernel_params(self):
> """Gets the default kernel parameters"""
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2023-03-08 17:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-08 11:19 [PATCH v2 0/3] Enable avocado testing for Xen guests David Woodhouse
2023-03-08 11:19 ` [PATCH v2 1/3] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update David Woodhouse
2023-03-09 11:44 ` Paolo Bonzini
2023-03-08 11:19 ` [PATCH v2 2/3] tests/avocado: Add Fedora 34 distro, including kernel/initrd checksums David Woodhouse
2023-03-08 17:42 ` Alex Bennée [this message]
2023-03-08 19:20 ` David Woodhouse
2023-03-09 8:51 ` David Woodhouse
2023-03-08 11:19 ` [PATCH v2 3/3] tests/avocado: Test Xen guest support under KVM David Woodhouse
2023-03-08 17:45 ` Alex Bennée
2023-03-08 19:07 ` David Woodhouse
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=87pm9jnnmo.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=crosa@redhat.com \
--cc=dwmw2@infradead.org \
--cc=mst@redhat.com \
--cc=paul@xen.org \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).