diff options
author | 2020-04-29 20:34:43 +0200 | |
---|---|---|
committer | 2020-05-01 11:42:18 +0200 | |
commit | 297512996dab61b626588b1e87a52159950dbf5a (patch) | |
tree | 10623c6b8f6fee99c74848fbacd18c0add000405 /ansible | |
parent | ff0c7e293022e8fdf8bb45a9006fc8f3acbfaf41 (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 'ansible')
-rw-r--r-- | ansible/site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 8320870b1..b609fac2f 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -56,6 +56,7 @@ - tempest_cinder - tempest_keystone - tempest_heat + - tempest_telemetry - rally_sanity - refstack_compute - refstack_object |