summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/components/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml
index 749249a01..57ad5a5f5 100644
--- a/docker/components/testcases.yaml
+++ b/docker/components/testcases.yaml
@@ -23,7 +23,7 @@ tiers:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
- mode: '^tempest\.'
+ mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))'
-
case_name: rally_full
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 7bb88be6c..bdc7ba001 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -349,7 +349,7 @@ tiers:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
args:
- mode: '^tempest\.'
+ mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))'
-
case_name: rally_full