change parser path from RNC to vRNC
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 11 Aug 2016 05:46:40 +0000 (13:46 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 11 Aug 2016 05:46:40 +0000 (13:46 +0800)
JIRA: FUNCTEST-409

Change-Id: I83887160a328c6f022efaa1547ca214571a9a01c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
ci/exec_test.sh

index ddbe486..ad5041c 100755 (executable)
@@ -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."