qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] tests/avocado: use OpenBSD 7.4 for sbsa-ref


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 3/3] tests/avocado: use OpenBSD 7.4 for sbsa-ref
Date: Wed, 13 Mar 2024 12:44:38 +0100
User-agent: Mozilla Thunderbird

Hi Marcin,

On 13/3/24 11:08, Marcin Juszkiewicz wrote:
7.4 was released in October 2023, time to update before 7.3 gets dropped.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
  tests/avocado/machine_aarch64_sbsaref.py | 26 +++++++++++++-------------
  1 file changed, 13 insertions(+), 13 deletions(-)


@@ -180,23 +180,23 @@ def boot_openbsd73(self, cpu):
          self.vm.launch()
          wait_for_console_pattern(self,
                                   "Welcome to the OpenBSD/arm64"
-                                 " 7.3 installation program.")
+                                 " 7.4 installation program.")
- def test_sbsaref_openbsd73_cortex_a57(self):
+    def test_sbsaref_openbsd_cortex_a57(self):
          """
-        :avocado: tags=cpu:cortex-a57
+        :avocado: tags=cpu:cortex-a57,os:openbsd

IIRC for some reason we must use one tag per line... Even if
named 'tags', this is handled as a single tag, so we couldn't
filter on "os:openbsd". We need:

  :avocado: tags=cpu:cortex-a57
  :avocado: tags=os:openbsd

          """
-        self.boot_openbsd73("cortex-a57")
+        self.boot_openbsd("cortex-a57")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]