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