diff options
author | valentin boucher <valentin.boucher@orange.com> | 2016-08-04 08:21:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-04 08:21:59 +0000 |
commit | 8ff41c55c650e45cc0464a89c3c26ccc54f2a15c (patch) | |
tree | 1da25f3ae2659a4fbbb45fc91cd1f3083c043e62 /ci/testcases.yaml | |
parent | 3acdf5161577bfc5b01d677c4e5c7eefb0042cde (diff) | |
parent | 86195b92c29c2925529771d7a8014392e815f38c (diff) |
Merge "unify test result check for feature project and apply to parser"
Diffstat (limited to 'ci/testcases.yaml')
-rw-r--r-- | ci/testcases.yaml | 2 |
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. |