diff options
author | 2019-10-26 18:00:54 +0200 | |
---|---|---|
committer | 2019-10-26 19:29:56 +0200 | |
commit | e46aa41172fa1bf63364505fbbf922323788ac98 (patch) | |
tree | 756fda66611d97dfa6cbc487d44d834dab01782a /docker/smoke/testcases.yaml | |
parent | 7b03643170974d4307e0f630e4c79340df98e06f (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>
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index cb5e6ea9c..7ae4c9c3b 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -24,6 +24,22 @@ tiers: - '--concurrency=4' - + case_name: tempest_cinder + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case runs the Tempest suite proposed by the + Cinder project. + run: + name: tempest_common + args: + mode: + '(?!.*test_incremental_backup)(^cinder_tempest_plugin.)' + option: + - '--concurrency=4' + + - case_name: rally_sanity project_name: functest criteria: 100 |