diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-11 23:27:56 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-20 15:33:28 +0200 |
commit | 3a85a34474a9d7a9384f22bce35e7b81177830e3 (patch) | |
tree | 351b815b7477ab20e63c943aef6f3c758cf79438 /CI/testcases.yaml | |
parent | 4f94345cd8532528c561a32fd462d5b4f709e60e (diff) |
Add Tier scripts handlers and list of test cases yaml
JIRA: FUNCTEST-190
Change-Id: If63034be36e5a7a5d8b3f549444d53fb9ce28b55
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'CI/testcases.yaml')
-rw-r--r-- | CI/testcases.yaml | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/CI/testcases.yaml b/CI/testcases.yaml new file mode 100644 index 000000000..1a71f91a1 --- /dev/null +++ b/CI/testcases.yaml @@ -0,0 +1,117 @@ +healthcheck: + order: 0 + description : | + This is the optional healthcheck + that can provided by the installer + or the internal in functest + testcases: + healthcheck: + installer: any + sdn: any + feat: any + mode: any +smoke: + order: 1 + description : | + This is the set of basic functest + tests and smoke tempest in serial mode. + testcases: + vping_ssh: + installer: any + sdn: any + feat: any + mode: any + + vping_userdata: + installer: any + sdn: any + feat: any + mode: any + + tempest_smoke_serial: + installer: any + sdn: any + feat: any + mode: any + + rally_smoke: + installer: any + sdn: any + feat: any + mode: any + + security_groups: + installer: any + sdn: any + feat: any + mode: any +sdn_suites: + order: 2 + description : | + test cases for the SDN controllers + testcases: + odl: + installer: any + sdn: odl_l2|odl_l3 + feat: any + mode: any + onos: + installer: any + sdn: onos + feat: any + mode: any + ovno: + installer: any + sdn: ocl + feat: any + mode: any +features: + order: 4 + description : | + test from feature projects integrated in functest + testcases: + promise: + installer: fuel|joid + sdn: any + feat: any + mode: any + sdnvpn: + installer: fuel|apex + sdn: odl_l2 + feat: bgpvpn + mode: any + policy-test: + installer: any + sdn: odl_l2|odl_l3 + feat: any + mode: any +tempest: + order: 5 + description : | + this is the execution of the full tempest suite in parallel + testcases: + tempest_full_parallel: + installer: any + sdn: any + feat: any + mode: any +rally: + order: 6 + description : | + Full Rally suite + testcases: + tempest_full_parallel: + installer: any + sdn: any + feat: any + mode: any +vnf: + order: 7 + description : | + collection of VNF test cases + testcases: + vims: + installer: any + sdn: any + feat: any + mode: any
\ No newline at end of file |