aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r--functest/ci/testcases.yaml20
1 files changed, 14 insertions, 6 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 48e64747f..2f5c8c09e 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -233,7 +233,7 @@ tiers:
Set of basic Functional tests to validate the OPNFV scenarios.
testcases:
-
- case_name: tempest_smoke_serial
+ case_name: tempest_smoke
project_name: functest
criteria: 100
blocking: false
@@ -247,7 +247,9 @@ tiers:
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
- class: 'TempestSmokeSerial'
+ class: 'TempestCommon'
+ args:
+ mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$'
-
case_name: rally_sanity
@@ -372,8 +374,10 @@ tiers:
installer: '(fuel)|(apex)|(compass)'
scenario: ''
run:
- module: 'functest.opnfv_tests.openstack.tempest.tempest'
+ module: 'functest.opnfv_tests.openstack.trunk.trunk'
class: 'TempestNeutronTrunk'
+ args:
+ mode: 'neutron_tempest_plugin.(api|scenario).test_trunk'
-
case_name: barbican
@@ -388,7 +392,9 @@ tiers:
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
- class: 'TempestBarbican'
+ class: 'TempestCommon'
+ args:
+ mode: 'barbican_tempest_plugin.tests.(api|scenario)'
-
name: features
@@ -486,7 +492,7 @@ tiers:
Extensive testing of OpenStack API.
testcases:
-
- case_name: tempest_full_parallel
+ case_name: tempest_full
project_name: functest
criteria: 80
blocking: false
@@ -499,7 +505,9 @@ tiers:
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
- class: 'TempestFullParallel'
+ class: 'TempestCommon'
+ args:
+ mode: '^tempest\.'
-
case_name: rally_full