deb-manila/manila_tempest_tests/tests/api
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
..
admin Fix share manage tempest test cleanup 2016-11-10 09:36:44 -02:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
base.py [Tempest] Fix visibility of test_quotas.py module 2016-11-01 13:17:20 +02:00
test_availability_zones_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_availability_zones.py Merge "Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone" 2016-10-13 10:33:53 +00:00
test_consistency_group_actions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_consistency_groups_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_consistency_groups.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_extensions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_limits.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_metadata_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_metadata.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_microversions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_quotas_negative.py [Tempest] Fix visibility of test_quotas.py module 2016-11-01 13:17:20 +02:00
test_quotas.py [Tempest] Fix visibility of test_quotas.py module 2016-11-01 13:17:20 +02:00
test_replication_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_replication_snapshots.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_replication.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_rules_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_rules.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_scheduler_stats_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services_mapping_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services_mapping.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_networks_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_networks.py Merge "Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone" 2016-10-13 10:33:53 +00:00
test_share_types_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_shares_actions_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_shares_actions.py Merge "Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone" 2016-10-13 10:33:53 +00:00
test_shares_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_shares.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00