From: SerenaFeng Date: Sun, 14 Aug 2016 03:33:16 +0000 (+0800) Subject: add parser to feature tier to make it run daily X-Git-Tag: colorado.1.0~151^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5d27608273072ca2ae3cd8294717b1aa74a47580;p=functest.git add parser to feature tier to make it run daily For now parser belongs to vnf tier, but this tier is defined to run weekly, which is not parser wanted, so I move it to feature tier to make it run daily. JIRA: FUNCTEST-413 Change-Id: I5b1fe3e7b140d26fe2e71f0a625e0ffad7937a13 Signed-off-by: SerenaFeng --- diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 47d544b96..9109cd1d2 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: ''