diff options
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 |