Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c9dd12b
)
change parser path from RNC to vRNC
81/18381/1
author
SerenaFeng
<feng.xiaowei@zte.com.cn>
Thu, 11 Aug 2016 05:46:40 +0000
(13:46 +0800)
committer
SerenaFeng
<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
patch
|
blob
|
history
diff --git
a/ci/exec_test.sh
b/ci/exec_test.sh
index
ddbe486
..
ad5041c
100755
(executable)
--- 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/
v
RNC/parser.py
;;
*)
echo "The test case '${test_name}' does not exist."