aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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