From: "Alex Bennée" <alex.bennee@linaro.org>
To: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Cc: "Radoslaw Biernacki" <rad@semihalf.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Leif Lindholm" <quic_llindhol@quicinc.com>,
qemu-arm@nongnu.org, qemu-devel@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: Re: [PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2
Date: Fri, 03 Mar 2023 11:24:59 +0000 [thread overview]
Message-ID: <87mt4u9itl.fsf@linaro.org> (raw)
In-Reply-To: <20230302191146.1790560-1-marcin.juszkiewicz@linaro.org>
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> writes:
Next time please ensure you have a cover letter for a multi-patch series
as the various bits of tooling get confused without one.
> To test Alpine boot on SBSA-Ref target we need Alpine Linux
> 'standard' image as 'virt' one lacks kernel modules.
Is this kernel modules we will need for SBSA "hw" choices?
> So to minimalize Avocado cache I move test to 'standard' image.
>
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> tests/avocado/machine_aarch64_virt.py | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/avocado/machine_aarch64_virt.py b/tests/avocado/machine_aarch64_virt.py
> index 25dab8dc00..a90dc6ff4b 100644
> --- a/tests/avocado/machine_aarch64_virt.py
> +++ b/tests/avocado/machine_aarch64_virt.py
> @@ -38,11 +38,11 @@ def test_alpine_virt_tcg_gic_max(self):
> :avocado: tags=accel:tcg
> """
> iso_url = ('https://dl-cdn.alpinelinux.org/'
> - 'alpine/v3.16/releases/aarch64/'
> - 'alpine-virt-3.16.3-aarch64.iso')
> + 'alpine/v3.17/releases/aarch64/'
> + 'alpine-standard-3.17.2-aarch64.iso')
>
> # Alpine use sha256 so I recalculated this myself
> - iso_sha1 = '0683bc089486d55c91bf6607d5ecb93925769bc0'
> + iso_sha1 = '76284fcd7b41fe899b0c2375ceb8470803eea839'
> iso_path = self.fetch_asset(iso_url, asset_hash=iso_sha1)
>
> self.vm.set_console()
> @@ -65,7 +65,7 @@ def test_alpine_virt_tcg_gic_max(self):
> self.vm.add_args('-object', 'rng-random,id=rng0,filename=/dev/urandom')
>
> self.vm.launch()
> - self.wait_for_console_pattern('Welcome to Alpine Linux 3.16')
> + self.wait_for_console_pattern('Welcome to Alpine Linux 3.17')
>
>
> def common_aarch64_virt(self, machine):
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2023-03-03 11:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 19:11 [PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2 Marcin Juszkiewicz
2023-03-02 19:11 ` [PATCH 2/3] tests/avocado: Add set of boot tests on SBSA-ref Marcin Juszkiewicz
2023-03-03 11:27 ` Alex Bennée
2023-03-03 15:24 ` Marcin Juszkiewicz
2023-03-02 19:11 ` [PATCH 3/3] tests/avocado: add Alpine Linux boot on AArch64/sbsa-ref Marcin Juszkiewicz
2023-03-03 11:38 ` Alex Bennée
2023-03-03 11:24 ` Alex Bennée [this message]
2023-03-03 15:24 ` [PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2 Marcin Juszkiewicz
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=87mt4u9itl.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=marcin.juszkiewicz@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=quic_llindhol@quicinc.com \
--cc=rad@semihalf.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.