summaryrefslogtreecommitdiffstats
path: root/stor4nfv_tests
diff options
context:
space:
mode:
Diffstat (limited to 'stor4nfv_tests')
-rw-r--r--stor4nfv_tests/__init__.py0
-rw-r--r--stor4nfv_tests/main.py6
2 files changed, 6 insertions, 0 deletions
diff --git a/stor4nfv_tests/__init__.py b/stor4nfv_tests/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/stor4nfv_tests/__init__.py
diff --git a/stor4nfv_tests/main.py b/stor4nfv_tests/main.py
new file mode 100644
index 0000000..1bbe352
--- /dev/null
+++ b/stor4nfv_tests/main.py
@@ -0,0 +1,6 @@
+import sys
+
+
+def main():
+ """stor4nfv main"""
+ print ('This is main of stor4nfv test case')