diff options
-rw-r--r-- | stor4nfv_tests/__init__.py | 0 | ||||
-rw-r--r-- | stor4nfv_tests/main.py | 6 | ||||
-rw-r--r-- | tests/.gitkeep | 3 |
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 |