public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH] testsuite: Build bookworm arm64 image in no-cross test
Date: Mon,  5 Aug 2024 10:05:30 +0300	[thread overview]
Message-ID: <20240805070535.18243-1-ubely@ilbers.de> (raw)

Instead of legacy bullseye, build and run stable bookworm image
for qemuarm64 target.

Images for amd64 and arm64 are more likely to be required by custom
run tests (e.g. pending "container fetcher and pre-loader").

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 testsuite/citest.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/testsuite/citest.py b/testsuite/citest.py
index 4e1634b7..7064c1e4 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -203,7 +203,7 @@ class NoCrossTest(CIBaseTest):
         targets = [
             'mc:qemuarm-buster:isar-image-ci',
             'mc:qemuarm-bullseye:isar-image-base',
-            'mc:qemuarm64-bullseye:isar-image-ci',
+            'mc:qemuarm64-bookworm:isar-image-ci',
             'mc:qemui386-buster:isar-image-base',
             'mc:qemui386-bullseye:isar-image-base',
             'mc:qemuamd64-buster:isar-image-ci',
@@ -334,7 +334,7 @@ class SignatureTest(CIBaseTest):
             'mc:qemuamd64-bullseye:isar-image-ci',
             'mc:qemuarm-bullseye:isar-image-base',
             'mc:qemuarm-bullseye:isar-image-base:do_populate_sdk',
-            'mc:qemuarm64-bullseye:isar-image-base',
+            'mc:qemuarm64-bookworm:isar-image-base',
             'mc:qemuamd64-focal:isar-image-base',
         ]
 
@@ -518,25 +518,25 @@ class VmBootTestFull(CIBaseTest):
             script='test_systemd_unit.sh getty.target 10',
         )
 
-    def test_arm64_bullseye(self):
+    def test_arm64_bookworm(self):
         self.init()
-        self.vm_start('arm64', 'bullseye', image='isar-image-ci', keep=True)
+        self.vm_start('arm64', 'bookworm', image='isar-image-ci', keep=True)
 
-    def test_arm64_bullseye_getty_target(self):
+    def test_arm64_bookworm_getty_target(self):
         self.init()
         self.vm_start(
             'arm64',
-            'bullseye',
+            'bookworm',
             image='isar-image-ci',
             cmd='systemctl is-active getty.target',
             keep=True,
         )
 
-    def test_arm64_bullseye_example_module(self):
+    def test_arm64_bookworm_example_module(self):
         self.init()
         self.vm_start(
             'arm64',
-            'bullseye',
+            'bookworm',
             image='isar-image-ci',
             script='test_kernel_module.sh example_module',
         )
-- 
2.44.2

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20240805070535.18243-1-ubely%40ilbers.de.

             reply	other threads:[~2024-08-05  7:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-05  7:05 Uladzimir Bely [this message]
2024-08-07 14:36 ` Uladzimir Bely

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=20240805070535.18243-1-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.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