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 /stor4nfv_tests/main.py | |
parent | 6bc7e08cc5d80941c80e8d36d3a2b1373f147a05 (diff) |
Initial test code for functest
Change-Id: I918150ab35d5506918baaf39d9e5ec9ec622092f
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'stor4nfv_tests/main.py')
-rw-r--r-- | stor4nfv_tests/main.py | 6 |
1 files changed, 6 insertions, 0 deletions
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') |