Initial test code for functest 53/53953/1
authorQiaowei Ren <qiaowei.ren@intel.com>
Fri, 16 Mar 2018 07:22:59 +0000 (15:22 +0800)
committerQiaowei Ren <qiaowei.ren@intel.com>
Fri, 16 Mar 2018 07:24:56 +0000 (15:24 +0800)
Change-Id: I918150ab35d5506918baaf39d9e5ec9ec622092f
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
stor4nfv_tests/__init__.py [new file with mode: 0644]
stor4nfv_tests/main.py [new file with mode: 0644]
tests/.gitkeep [deleted file]

diff --git a/stor4nfv_tests/__init__.py b/stor4nfv_tests/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
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')
diff --git a/tests/.gitkeep b/tests/.gitkeep
deleted file mode 100644 (file)
index 617c45f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Ignore everything in this directory
-*
-# Except this file !.gitkeep