diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-09 15:08:41 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-10 14:13:43 +0200 |
commit | 2d8974d6cebaa1428ab1a175ceb9a0432a84e615 (patch) | |
tree | e3b0c5d5108db3f824ef2aa5222a3e6ce06c0297 /ci/testcases.yaml | |
parent | acd3d80504a56183a4909dce52b56bc7e15bc6cd (diff) |
Adapt tiers to run depending on WEEKLY/DAILY
JIRA: FUNCTEST-244
Change-Id: I11bf28baff52b75b0f6c58845edc22f266dfcbe8
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci/testcases.yaml')
-rw-r--r-- | ci/testcases.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 7f701d1a3..045068154 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -2,7 +2,7 @@ tiers: - name: healthcheck order: 0 - ci: daily + ci_loop: '(daily)|(weekly)' description : >- First tier to be executed to verify the basic operations in the VIM. @@ -20,15 +20,15 @@ tiers: - name: smoke order: 1 - ci: daily + ci_loop: '(daily)|(weekly)' description : >- Set of basic Functional tests to validate the OpenStack deployment. testcases: - name: vping_ssh description: >- - This test case verifies: 1) SSH to an instance using floating - IPs over the public network. 2) Connectivity between 2 instances + This test case verifies: 1) SSH to an instance using floating + IPs over the public network. 2) Connectivity between 2 instances over a private network. dependencies: installer: '' @@ -37,7 +37,7 @@ tiers: - name: vping_userdata description: >- - This test case verifies: 1) Boot a VM with given userdata. + This test case verifies: 1) Boot a VM with given userdata. 2) Connectivity between 2 instances over a private network. dependencies: installer: '' @@ -76,7 +76,7 @@ tiers: - name: sdn_suites order: 2 - ci: daily + ci_loop: '(daily)|(weekly)' description : >- Test suites corresponding to the different SDN Controllers existing in OPNFV. @@ -113,7 +113,7 @@ tiers: - name: features order: 3 - ci: daily + ci_loop: '(daily)|(weekly)' description : >- Test suites from feature projects integrated in functest @@ -145,7 +145,7 @@ tiers: - name: tempest order: 4 - ci: weekly + ci_loop: 'weekly' description : >- This test case runs the full set of the OpenStack Tempest suite. testcases: @@ -162,7 +162,7 @@ tiers: - name: rally order: 5 - ci: weekly + ci_loop: 'weekly' description : >- Rally suite from the OpenStack community. testcases: @@ -178,7 +178,7 @@ tiers: - name: vnf order: 6 - ci: weekly + ci_loop: 'weekly' description : >- Collection of VNF test cases. testcases: |