diff options
author | 2020-04-29 20:34:43 +0200 | |
---|---|---|
committer | 2020-05-04 21:36:03 +0200 | |
commit | c6ba4fb196e2b00c55b65a3bf880023d48ccfe86 (patch) | |
tree | 20647f96fb2d1b0591ed3aba86256eac58799806 /ansible | |
parent | 127c2fbf40a03be65773e0bd6c7080e639a4635e (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>
(cherry picked from commit 0d90068be4aa4076ec1af0bcede780d41eddbe01)
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 470b4b07e..57aacb3f6 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -61,6 +61,7 @@ - tempest_cinder - tempest_keystone - tempest_heat + - tempest_telemetry - rally_sanity - refstack_compute - refstack_object |