qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>,
	qemu-devel@nongnu.org
Cc: Radoslaw Biernacki <rad@semihalf.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Leif Lindholm <quic_llindhol@quicinc.com>,
	Cleber Rosa <crosa@redhat.com>,
	Wainer dos Santos Moschetta <wainersm@redhat.com>,
	Beraldo Leal <bleal@redhat.com>, Brad Smith <brad@comstyle.com>,
	qemu-arm@nongnu.org
Subject: Re: [PATCH v3 3/4] tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
Date: Mon, 18 Mar 2024 17:35:33 +0100	[thread overview]
Message-ID: <7fdd2a28-a9d3-4462-a688-0199d4dc96cf@linaro.org> (raw)
In-Reply-To: <20240318-sbsa-ref-firmware-update-v3-3-1c33b995a538@linaro.org>

On 18/3/24 15:08, Marcin Juszkiewicz wrote:
> PAuth makes run timeout on CI so add tests using 'max' without it
> and with impdef one.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
>   tests/avocado/machine_aarch64_sbsaref.py | 18 ++++++++++++++++++
>   1 file changed, 18 insertions(+)
> 
> diff --git a/tests/avocado/machine_aarch64_sbsaref.py b/tests/avocado/machine_aarch64_sbsaref.py
> index 259225f15f..cf8954d02e 100644
> --- a/tests/avocado/machine_aarch64_sbsaref.py
> +++ b/tests/avocado/machine_aarch64_sbsaref.py
> @@ -140,18 +140,36 @@ def boot_alpine_linux(self, cpu):
>       def test_sbsaref_alpine_linux_cortex_a57(self):
>           """
>           :avocado: tags=cpu:cortex-a57
> +        :avocado: tags=os:linux
>           """
>           self.boot_alpine_linux("cortex-a57")
>   
>       def test_sbsaref_alpine_linux_neoverse_n1(self):
>           """
>           :avocado: tags=cpu:neoverse-n1
> +        :avocado: tags=os:linux
>           """
>           self.boot_alpine_linux("neoverse-n1")
>   
> +    def test_sbsaref_alpine_linux_max_pauth_off(self):
> +        """
> +        :avocado: tags=cpu:max
> +        :avocado: tags=os:linux
> +        """
> +        self.boot_alpine_linux("max,pauth=off")
> +
> +    def test_sbsaref_alpine_linux_max_pauth_impdef(self):
> +        """
> +        :avocado: tags=cpu:max
> +        :avocado: tags=os:linux
> +        """
> +        self.boot_alpine_linux("max,pauth-impdef=on")
> +
> +    @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout')

Odd, this tag doesn't seem processed in my test. Anyhow,

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

>       def test_sbsaref_alpine_linux_max(self):
>           """
>           :avocado: tags=cpu:max
> +        :avocado: tags=os:linux
>           """
>           self.boot_alpine_linux("max")
>   
> 



  reply	other threads:[~2024-03-18 16:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18 14:08 [PATCH v3 0/4] tests/avocado: update sbsa-ref firmware to latest Marcin Juszkiewicz
2024-03-18 14:08 ` [PATCH v3 1/4] tests/avocado: update sbsa-ref firmware Marcin Juszkiewicz
2024-03-18 16:32   ` Philippe Mathieu-Daudé
2024-03-18 14:08 ` [PATCH v3 2/4] tests/avocado: drop virtio-rng from sbsa-ref tests Marcin Juszkiewicz
2024-03-18 14:08 ` [PATCH v3 3/4] tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup Marcin Juszkiewicz
2024-03-18 16:35   ` Philippe Mathieu-Daudé [this message]
2024-03-18 14:08 ` [PATCH v3 4/4] tests/avocado: sbsa-ref: add OpenBSD " Marcin Juszkiewicz
2024-03-18 16:34   ` Philippe Mathieu-Daudé
2024-03-18 16:30 ` [PATCH v3 0/4] tests/avocado: update sbsa-ref firmware to latest Philippe Mathieu-Daudé
2024-03-18 16:36   ` Philippe Mathieu-Daudé
2024-03-19 16:18 ` Alex Bennée

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=7fdd2a28-a9d3-4462-a688-0199d4dc96cf@linaro.org \
    --to=philmd@linaro.org \
    --cc=bleal@redhat.com \
    --cc=brad@comstyle.com \
    --cc=crosa@redhat.com \
    --cc=marcin.juszkiewicz@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quic_llindhol@quicinc.com \
    --cc=rad@semihalf.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 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).