summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-04 11:25:15 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-04 15:06:18 +0800
commit86195b92c29c2925529771d7a8014392e815f38c (patch)
treeb91d1adb50831959d02a15d1501decd40a9f17cf /ci
parent8f3ad08c40bd8977651794f6720eda5df61b0c26 (diff)
unify test result check for feature project and apply to parser
add check_test_result() method to unify test result process JIRA: FUNCTEST-405 Change-Id: Iee4d2876cbbf372f8c3e3bf94448036669bc7f7e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'ci')
-rw-r--r--ci/testcases.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index 315969ae7..221d2fcf1 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -257,7 +257,7 @@ tiers:
scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$'
-
name: parser
- criteria: 'status == "PASS"'
+ criteria: 'ret == 0'
blocking: false
description: >-
Test suite from Parser project.