diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-26 18:00:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-29 19:21:14 +0100 |
commit | 513cd0ab8e0c4f438bab76b2a2bbe47f04d0096c (patch) | |
tree | 6384583666c8f7d9f465189ced95c5499da377be /ansible | |
parent | 061bf6629f2115764f5e8b6fe68ab24bd3057eb6 (diff) |
Add cinder-tempest-plugin
It adds tempest_cinder which runs the tests proposed by
cinder-tempest-plugin [1]. test_incremental_backup is disabled because
it currently fails vs Functest SUT (under analysis).
[1] https://opendev.org/openstack/cinder-tempest-plugin
Change-Id: I85b255eb05b9ab1c74c3829148da5230d6c7647e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e46aa41172fa1bf63364505fbbf922323788ac98)
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 9c3aff88a..8cedb79dc 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -58,6 +58,7 @@ - container: functest-smoke tests: - neutron-tempest-plugin-api + - tempest_cinder - rally_sanity - refstack_compute - refstack_object |