diff options
author | 2020-04-29 20:34:43 +0200 | |
---|---|---|
committer | 2020-05-04 21:31:18 +0200 | |
commit | 6ece10c4aa84ac3be0a9a3e5873c7c58ee5e8107 (patch) | |
tree | 5ebcaabdf1aebcbc4743aaa166960df0130b75f6 /ansible | |
parent | 29a61c0abff62495b1fb400538b359b371fa12c1 (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 48bfa8412..e21b9af4d 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 |