From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 3/3] Add run tests for bookworm images
Date: Fri, 21 Oct 2022 12:59:31 +0200 [thread overview]
Message-ID: <20221021105931.12071-4-ubely@ilbers.de> (raw)
In-Reply-To: <20221021105931.12071-1-ubely@ilbers.de>
We build several bookworm-based images, but don't test if they
are run by qemu.
Here we simply add run tests for them and it costs almost nothing
(few seconds needed to run an image until login prompt reached).
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
testsuite/citest.py | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index b161c967..2ee5ba98 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -317,6 +317,10 @@ class VmBootTestFast(CIBaseTest):
self.init()
self.vm_start('amd64','bullseye')
+ def test_arm_bookworm(self):
+ self.init()
+ self.vm_start('arm','bookworm')
+
class VmBootTestFull(CIBaseTest):
"""
@@ -358,3 +362,19 @@ class VmBootTestFull(CIBaseTest):
def test_amd64_focal(self):
self.init()
self.vm_start('amd64','focal')
+
+ def test_amd64_bookworm(self):
+ self.init()
+ self.vm_start('amd','bookworm')
+
+ def test_arm_bookworm(self):
+ self.init()
+ self.vm_start('arm','bookworm')
+
+ def test_i386_bookworm(self):
+ self.init()
+ self.vm_start('i386','bookworm')
+
+ def test_mipsel_bookworm(self):
+ self.init()
+ self.vm_start('mipsel','bookworm')
--
2.20.1
next prev parent reply other threads:[~2022-10-21 10:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-21 10:59 [PATCH 0/3] " Uladzimir Bely
2022-10-21 10:59 ` [PATCH 1/3] Small rework of groups of tests Uladzimir Bely
2022-10-21 10:59 ` [PATCH 2/3] Separate fast and full groups of run tests Uladzimir Bely
2022-10-21 10:59 ` Uladzimir Bely [this message]
2022-10-21 11:32 ` [PATCH 0/3] Add run tests for bookworm images Henning Schild
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=20221021105931.12071-4-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