diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-08-11 13:46:40 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-08-11 13:46:40 +0800 |
commit | 7bc9945698fa29c0f1fae4696b4aecb6537aa19a (patch) | |
tree | ca6defed5a5a27045e45d1832acc62718097968a | |
parent | c9dd12b85b2513c9ec576ed579a86ca901860397 (diff) |
change parser path from RNC to vRNC
JIRA: FUNCTEST-409
Change-Id: I83887160a328c6f022efaa1547ca214571a9a01c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rwxr-xr-x | ci/exec_test.sh | 2 |
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." |