commit | f6bc6fa7bc0e46857aba2b141f31b516a7d30a41 | [log] [tgz] |
---|---|---|
author | Victoria Martinez de la Cruz <victoria@redhat.com> | Thu Feb 01 11:27:00 2018 -0500 |
committer | Victoria Martinez de la Cruz <victoria@redhat.com> | Sun Aug 05 19:37:43 2018 -0300 |
tree | a35efd3d0f0af4ae4518d53d18d17136437e6566 | |
parent | f572d5f75e8427b8f18cb015832c6bcc50b69ab7 [diff] |
Create a generic share type (api tests) Tempest assumes a default share type already created to work. This means, if a default share type is not created and not specified in the conf file, tempest tests fail. A workaround is to create a share type as part of the environment setup for all the tests that need it. This patch set does that. Change-Id: I15880e400df30918762ebd7304244b4a27200168 Closes-Bug: #1743472