[PATCH v2 RESEND 1/3] CI: Add nop testcase

1 view
Skip to first unread message

Zhihang Wei

unread,
Oct 15, 2025, 10:09:01 AM (3 days ago) Oct 15
to isar-...@googlegroups.com
The test_nop testcase always passes to indicate that the test
environment can start testcases.

Signed-off-by: Zhihang Wei <w...@ilbers.de>
---
testsuite/citest.py | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/testsuite/citest.py b/testsuite/citest.py
index c99b2fb3..9bdc9620 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -24,6 +24,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

Reply all
Reply to author
Forward
0 new messages