aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r--docker/smoke/testcases.yaml46
1 files changed, 22 insertions, 24 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index 2493916fc..f7707d66d 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -2,12 +2,11 @@
tiers:
-
name: smoke
- order: 1
description: >-
Set of basic Functional tests to validate the OPNFV scenarios.
testcases:
-
- case_name: neutron-tempest-plugin-api
+ case_name: tempest_neutron
project_name: functest
criteria: 100
blocking: false
@@ -55,6 +54,21 @@ tiers:
- '--concurrency=4'
-
+ case_name: tempest_heat
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ This test case runs the Tempest suite proposed by the
+ Heat project.
+ run:
+ name: tempest_heat
+ args:
+ mode: '^heat_tempest_plugin.tests'
+ option:
+ - '--concurrency=1'
+
+ -
case_name: rally_sanity
project_name: functest
criteria: 100
@@ -112,7 +126,7 @@ tiers:
the OpenStack deployment.
https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84
run:
- name: tempest_scenario
+ name: tempest_common
args:
mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)'
option:
@@ -133,7 +147,7 @@ tiers:
args:
mode: '(?=.*\[.*\bslow\b.*\])(^tempest\.)'
option:
- - '--concurrency=2'
+ - '--concurrency=1'
-
case_name: patrole
@@ -156,24 +170,6 @@ tiers:
- 'test_list_metadef_namespaces'
-
- case_name: neutron_trunk
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case runs the neutron trunk subtest of the
- OpenStack Tempest suite. The list of test cases is
- generated by Tempest having as input the relevant
- testcase list file.
- run:
- name: tempest_common
- args:
- mode: 'neutron_tempest_plugin.(api|scenario).test_trunk'
- neutron_extensions:
- - trunk
- - trunk-details
-
- -
case_name: networking-bgpvpn
project_name: functest
criteria: 100
@@ -189,7 +185,7 @@ tiers:
neutron_extensions:
- bgpvpn
option:
- - '--concurrency=4'
+ - '--concurrency=3'
-
case_name: networking-sfc
@@ -211,7 +207,7 @@ tiers:
- '--concurrency=0'
-
- case_name: barbican
+ case_name: tempest_barbican
project_name: functest
criteria: 100
blocking: false
@@ -225,3 +221,5 @@ tiers:
'^barbican_tempest_plugin.((?!test_signed_image_upload_boot_failure).)*$'
services:
- barbican
+ option:
+ - '--concurrency=4'