aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-29 20:34:43 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-05-01 11:42:18 +0200
commit297512996dab61b626588b1e87a52159950dbf5a (patch)
tree10623c6b8f6fee99c74848fbacd18c0add000405 /functest
parentff0c7e293022e8fdf8bb45a9006fc8f3acbfaf41 (diff)
Add tempest_telemetry
It runs all telemetry-tempest-plugin tests except test_autoscaling which is currently failing in our gates. Change-Id: I2c712eda71799e96735419e1c547a775be659156 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest')
-rw-r--r--functest/ci/testcases.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 09ce04257..377f966cf 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -248,6 +248,26 @@ tiers:
- '--concurrency=1'
-
+ case_name: tempest_telemetry
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ This test case runs the Tempest suite proposed by the
+ Telemetry project.
+ run:
+ name: tempest_common
+ args:
+ mode: "(?!.*test_autoscaling)\
+ (^telemetry_tempest_plugin)"
+ services:
+ - aodh
+ - gnocchi
+ - panko
+ option:
+ - '--concurrency=3'
+
+ -
case_name: rally_sanity
project_name: functest
criteria: 100