From e648bdc9f4f52208a44936fd8732afbe256a20c2 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 11 Aug 2016 16:58:35 +0800 Subject: 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 --- 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 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." -- cgit 1.2.3-korg