aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-08-15 21:21:48 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-15 21:21:49 +0000
commit6ae323665948de5aaf09d59b6e129355deb34153 (patch)
treeb16a6b420f5e96e66e62a73cbb79af3c4008aae1 /ci
parent488b828d2925422ad87eb0ab257b668dc7abb2e0 (diff)
parent5d27608273072ca2ae3cd8294717b1aa74a47580 (diff)
Merge "add parser to feature tier to make it run daily"
Diffstat (limited to 'ci')
-rw-r--r--ci/testcases.yaml19
1 files changed, 9 insertions, 10 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index aec997143..ca0273c27 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -207,7 +207,15 @@ tiers:
dependencies:
installer: ''
scenario: 'onos-sfc'
-
+ -
+ name: parser
+ criteria: 'ret == 0'
+ blocking: false
+ description: >-
+ Test suite from Parser project.
+ dependencies:
+ installer: 'fuel'
+ scenario: ''
-
name: openstack
order: 4
@@ -255,12 +263,3 @@ tiers:
dependencies:
installer: ''
scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$'
- -
- name: parser
- criteria: 'ret == 0'
- blocking: false
- description: >-
- Test suite from Parser project.
- dependencies:
- installer: 'fuel'
- scenario: ''