diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-11-22 15:55:30 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-11-25 17:51:06 +0800 |
commit | 96aef41089d2c62913320028dd9618197d0e75c5 (patch) | |
tree | 9a7c1b03340108e08d494d3c7e34fe678f2b31b2 /functest/ci/exec_test.sh | |
parent | e2de95f657cdeabd5c6aa4decaaee39e69f0ca32 (diff) |
Adapt Parser test case to the new template
JIRA: FUNCTEST-565
Change-Id: If702831438fac97c28a1a35b1a91b81feb8397bd
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'functest/ci/exec_test.sh')
-rw-r--r-- | functest/ci/exec_test.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index cc885c4c..57678429 100644 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -153,9 +153,6 @@ function run_test(){ source ${ODL_SFC_DIR}/tackerc python ${ODL_SFC_DIR}/sfc.py $report ;; - "parser") - python ${FUNCTEST_TEST_DIR}/vnf/vRNC/parser.py $report - ;; *) echo "The test case '${test_name}' does not exist." exit 1 |