From: Zhihang Wei <wzh@ilbers.de>
To: isar-users@googlegroups.com
Cc: wzh@ilbers.de
Subject: [PATCH v1 1/3] CI: Add nop testcase
Date: Wed, 16 Jul 2025 12:40:08 +0200 [thread overview]
Message-ID: <20250716104010.778032-2-wzh@ilbers.de> (raw)
In-Reply-To: <20250716104010.778032-1-wzh@ilbers.de>
The test_nop testcase always passes to indicate that the test
environment can start testcases.
Signed-off-by: Zhihang Wei <wzh@ilbers.de>
---
testsuite/citest.py | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 9f18a51f..22d9b580 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -18,6 +18,18 @@ except path.CmdNotFoundError:
SKOPEO_AVAILABLE = False
+class EnvTest(CIBaseTest):
+
+ """
+ Test environment
+
+ :avocado: tags=env
+ """
+
+ def test_nop(self):
+ self.log.info("test_nop finish")
+
+
class DevTest(CIBaseTest):
"""
--
2.39.5
--
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/20250716104010.778032-2-wzh%40ilbers.de.
next prev parent reply other threads:[~2025-07-16 13:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-16 10:40 [PATCH v1 0/3] CI: Add 'env' testsuite Zhihang Wei
2025-07-16 10:40 ` Zhihang Wei [this message]
2025-07-16 10:40 ` [PATCH v1 2/3] CI: Add bitbake testcase Zhihang Wei
2025-07-16 10:40 ` [PATCH v1 3/3] CI: Add minimal artifact building testcase Zhihang Wei
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=20250716104010.778032-2-wzh@ilbers.de \
--to=wzh@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