From 7bc9945698fa29c0f1fae4696b4aecb6537aa19a Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 11 Aug 2016 13:46:40 +0800 Subject: change parser path from RNC to vRNC JIRA: FUNCTEST-409 Change-Id: I83887160a328c6f022efaa1547ca214571a9a01c Signed-off-by: SerenaFeng --- ci/exec_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/exec_test.sh') 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." -- cgit 1.2.3-korg