From: "'Cedric Hombourger' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Cedric Hombourger <cedric.hombourger@siemens.com>
Subject: [PATCH 3/4] CI: add build tests for isar-dracut initrd images
Date: Sat, 1 Nov 2025 12:13:16 +0100 [thread overview]
Message-ID: <20251101111326.600581-4-cedric.hombourger@siemens.com> (raw)
In-Reply-To: <20251101111326.600581-1-cedric.hombourger@siemens.com>
Signed-off-by: Cedric Hombourger <cedric.hombourger@siemens.com>
---
testsuite/citest.py | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 23900a6c..7f046a7f 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -319,6 +319,11 @@ class InitRdTest(InitRdBaseTest):
"""Test switch to dracut in an image recipe."""
self.dracut_in_image(['mc:qemuamd64-bookworm:isar-image-ci'])
+ def test_dracut_build_initrd(self):
+ """ Test build of an initrd image that uses dracut."""
+ self.init()
+ self.perform_build_test(['mc:qemuamd64-bookworm:isar-dracut'])
+
class InitRdCrossTests(InitRdBaseTest):
"""
@@ -335,6 +340,16 @@ class InitRdCrossTests(InitRdBaseTest):
'mc:qemuarm64-trixie:isar-image-ci'
])
+ def test_dracut_build_initrd(self):
+ """ Test build of initrd images that use dracut."""
+ self.init()
+ self.perform_build_test([
+ 'mc:qemuamd64-bookworm:isar-dracut',
+ 'mc:qemuamd64-trixie:isar-dracut',
+ 'mc:qemuarm64-bookworm:isar-dracut',
+ 'mc:qemuarm64-trixie:isar-dracut'
+ ])
+
class WicTest(CIBaseTest):
--
2.47.3
--
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 visit https://groups.google.com/d/msgid/isar-users/20251101111326.600581-4-cedric.hombourger%40siemens.com.
next prev parent reply other threads:[~2025-11-01 11:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-01 11:13 [PATCH 0/4] Add test-cases for dracut-based initrds 'Cedric Hombourger' via isar-users
2025-11-01 11:13 ` [PATCH 1/4] CI: support negative build tests 'Cedric Hombourger' via isar-users
2025-11-01 11:13 ` [PATCH 2/4] CI: add smoke-tests for switch to dracut in isar-image-ci 'Cedric Hombourger' via isar-users
2025-11-01 11:13 ` 'Cedric Hombourger' via isar-users [this message]
2025-11-01 11:13 ` [PATCH 4/4] CI: check if the build fails when dracut fails 'Cedric Hombourger' via isar-users
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=20251101111326.600581-4-cedric.hombourger@siemens.com \
--to=isar-users@googlegroups.com \
--cc=cedric.hombourger@siemens.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