X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fcomponents%2Ftestcases.yaml;h=081dc4c5111215b15c23fb73a7265a8744cbd544;hb=refs%2Fchanges%2F91%2F59491%2F6;hp=e9cea84212a2930e5742df0b59e73a33c5383e33;hpb=90b8e7922a42defb3e571a0a8e81306e9abc0fe3;p=functest.git diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index e9cea8421..081dc4c51 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -8,7 +8,7 @@ tiers: Extensive testing of OpenStack API. testcases: - - case_name: tempest_full_parallel + case_name: tempest_full project_name: functest criteria: 80 blocking: false @@ -17,22 +17,24 @@ tiers: Tempest automatically and depends on the parameters of the OpenStack deplopyment. dependencies: - installer: '^((?!netvirt).)*$' + installer: '' scenario: '' run: module: 'functest.opnfv_tests.openstack.tempest.tempest' - class: 'TempestFullParallel' + class: 'TempestCommon' + args: + mode: '^tempest\.' - case_name: rally_full project_name: functest - criteria: 90 + criteria: 100 blocking: false description: >- This test case runs the full suite of scenarios of the OpenStack Rally suite using several threads and iterations. dependencies: - installer: '^((?!netvirt).)*$' + installer: '' scenario: '' run: module: 'functest.opnfv_tests.openstack.rally.rally'