summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-11 16:58:35 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-11 16:58:35 +0800
commite648bdc9f4f52208a44936fd8732afbe256a20c2 (patch)
tree56e0146ed89f6ac91ba14cba66983de69a221a7f /ci/exec_test.sh
parentb1c0cd2f1a6c7c5c213d587b8fdb86ea44aa424e (diff)
add report flag to parser
parser has no report flag, every time we run the test the results will be reported to db JIRA: FUNCTEST-410 Change-Id: I6336b4c367fd8edc70e076b81d01d9356580bc22 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'ci/exec_test.sh')
-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 97b567af5..9951c0973 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -173,7 +173,7 @@ function run_test(){
python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py
;;
"parser")
- python ${FUNCTEST_REPO_DIR}/testcases/vnf/vRNC/parser.py
+ python ${FUNCTEST_REPO_DIR}/testcases/vnf/vRNC/parser.py $report
;;
*)
echo "The test case '${test_name}' does not exist."