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