aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-07-15 12:22:06 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-07-15 12:26:34 +0200
commitba4a7802dddca3ca7545e1febaa0a8fbf664a8b9 (patch)
tree9b4f3dea1f7d9c7f4cd44ab91c3e1b2592b759aa
parent4118db6826e8a98482ad2adbf9b5a808cb384d1f (diff)
Include neutron_tempest_plugin in tempest-[smoke,full]
Change-Id: I19f9a6ff2f76a4684bf341b2f22ffc4d09dca1cc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/components/testcases.yaml2
-rw-r--r--docker/smoke/testcases.yaml5
-rw-r--r--functest/ci/testcases.yaml7
3 files changed, 8 insertions, 6 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml
index 5471dd8c1..babe3e687 100644
--- a/docker/components/testcases.yaml
+++ b/docker/components/testcases.yaml
@@ -19,7 +19,7 @@ tiers:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
- mode: '^tempest\.'
+ mode: '^(tempest|neutron_tempest_plugin)\.'
-
case_name: rally_full
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index aed2a64ec..207bfc96b 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -20,7 +20,8 @@ tiers:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
- mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$'
+ mode:
+ '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$'
-
case_name: rally_sanity
@@ -139,7 +140,7 @@ tiers:
blocking: false
description: >-
It leverages on the tempest plugin containing tests used to
- verify the functionality of a barbican installation
+ verify the functionality of a barbican installation.
dependencies:
- INSTALLER_TYPE: '^((?!fuel|apex|compass|daisy|osa).)*$'
run:
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 4549a8a7d..158b550dd 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -211,7 +211,8 @@ tiers:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
- mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$'
+ mode:
+ '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$'
-
case_name: rally_sanity
@@ -330,7 +331,7 @@ tiers:
blocking: false
description: >-
It leverages on the tempest plugin containing tests used to
- verify the functionality of a barbican installation
+ verify the functionality of a barbican installation.
dependencies:
- INSTALLER_TYPE: '^((?!fuel|apex|compass|daisy|osa).)*$'
run:
@@ -441,7 +442,7 @@ tiers:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
- mode: '^tempest\.'
+ mode: '^(tempest|neutron_tempest_plugin)\.'
-
case_name: rally_full