summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stor4nfv_tests/__init__.py0
-rw-r--r--stor4nfv_tests/main.py6
-rw-r--r--tests/.gitkeep3
3 files changed, 6 insertions, 3 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')
diff --git a/tests/.gitkeep b/tests/.gitkeep
deleted file mode 100644
index 617c45f..0000000
--- a/tests/.gitkeep
+++ /dev/null
@@ -1,3 +0,0 @@
-# Ignore everything in this directory
-*
-# Except this file !.gitkeep