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

1 view
Skip to first unread message

Zhihang Wei

unread,
Sep 17, 2025, 10:26:45 AM (10 days ago) Sep 17
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 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

Reply all
Reply to author
Forward
0 new messages