summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-11 13:46:40 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-11 13:46:40 +0800
commit7bc9945698fa29c0f1fae4696b4aecb6537aa19a (patch)
treeca6defed5a5a27045e45d1832acc62718097968a /ci
parentc9dd12b85b2513c9ec576ed579a86ca901860397 (diff)
change parser path from RNC to vRNC
JIRA: FUNCTEST-409 Change-Id: I83887160a328c6f022efaa1547ca214571a9a01c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'ci')
-rwxr-xr-xci/exec_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index ddbe486f1..ad5041c02 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."