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:52:05 +0100 |
commit | b998a5ab4827012e45a349c302059b78ed6cd66f (patch) | |
tree | c0584160f7a82d1168cd374b5ce75c10f6506511 /ansible | |
parent | 9441711c5a03a7a8c476dcc28e1fbace38b48654 (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 dd449cd33..dd8d965db 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 |