diff options
author | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-20 13:44:22 +0800 |
---|---|---|
committer | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-21 19:57:49 +0800 |
commit | a0d67adf3f8c6f2a869fd2440c0b862860e1479d (patch) | |
tree | 339303b18fb4d758d07a4075f73081b056624950 /stor4nfv_tests/main.py | |
parent | 80a855170e1488eeb8cc0833ffba2b1938c327ac (diff) |
Add k8s test case
Change-Id: I7ef6fd6aa31fae47cca446d31b6b54d13454df9c
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, 0 insertions, 6 deletions
diff --git a/stor4nfv_tests/main.py b/stor4nfv_tests/main.py deleted file mode 100644 index 1bbe352..0000000 --- a/stor4nfv_tests/main.py +++ /dev/null @@ -1,6 +0,0 @@ -import sys - - -def main(): - """stor4nfv main""" - print ('This is main of stor4nfv test case') |