Initial test code for functest
[stor4nfv.git] / stor4nfv_tests / main.py
diff --git a/stor4nfv_tests/main.py b/stor4nfv_tests/main.py
new file mode 100644 (file)
index 0000000..1bbe352
--- /dev/null
@@ -0,0 +1,6 @@
+import sys
+
+
+def main():
+    """stor4nfv main"""
+    print ('This is main of stor4nfv test case')