diff options
author | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-16 15:22:59 +0800 |
---|---|---|
committer | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-16 15:24:56 +0800 |
commit | b76f050cab6e736f19d0f9b74b3239c180dac0c3 (patch) | |
tree | 884bc995e7af8f45792582ee17864e15f4f47464 | |
parent | 6bc7e08cc5d80941c80e8d36d3a2b1373f147a05 (diff) |
Initial test code for functest
Change-Id: I918150ab35d5506918baaf39d9e5ec9ec622092f
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
-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 |