From: SerenaFeng Date: Thu, 11 Aug 2016 05:46:40 +0000 (+0800) Subject: change parser path from RNC to vRNC X-Git-Tag: 0.2~1321 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7bc9945698fa29c0f1fae4696b4aecb6537aa19a;p=functest-xtesting.git change parser path from RNC to vRNC JIRA: FUNCTEST-409 Change-Id: I83887160a328c6f022efaa1547ca214571a9a01c Signed-off-by: SerenaFeng --- diff --git a/ci/exec_test.sh b/ci/exec_test.sh index ddbe486f..ad5041c0 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -172,7 +172,7 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py ;; "parser") - python ${FUNCTEST_REPO_DIR}/testcases/vnf/RNC/parser.py + python ${FUNCTEST_REPO_DIR}/testcases/vnf/vRNC/parser.py ;; *) echo "The test case '${test_name}' does not exist."