manila/manila_tempest_tests
tpsilva 1eadb5a51c Fix share manage tempest test cleanup
test_share_manage.ManageNFSShareTest might leave undeleted shares on
backend if some tests are not run. This happens because the shares are
created and unmanaged on resource_setup and are expected to be managed
and deleted on the tests. If the tests don't run, the cleanup will not
delete the shares because they are already unmanaged, thus leaving them
created on the backend.

This patch fixes this issue by moving the share creation and unmanage
operations from resource_setup to the tests themselves.

Closes-bug: #1639848

Change-Id: I2d1790f0a323fdc7b11805842985ca5907dd23c3
2016-11-10 09:36:44 -02:00
..
common Fix Share Migration improper behavior for drivers 2016-08-30 08:30:21 -03:00
services [TrivialFix] Correct file mode settings 2016-09-28 17:02:24 +08:00
tests Fix share manage tempest test cleanup 2016-11-10 09:36:44 -02:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Stop adding ServiceAvailable group option 2016-10-04 20:38:15 +05:30
plugin.py Stop adding ServiceAvailable group option 2016-10-04 20:38:15 +05:30
share_exceptions.py Add snapshot instances admin APIs 2016-07-29 11:21:35 +08:00
utils.py Improve Share Migration tempest tests 2016-09-13 13:17:07 -03:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.