manila-tempest-plugin/manila_tempest_tests/tests/api
Lucio Seki 9743939c6c Delete servers before deleting its share network
When deleting a share network, the belonging share servers were being
deleted automatically. However, any possible errors were being ignored,
possibly leaving share servers in the backend.

The patch https://review.openstack.org/644560 avoids this by making the
Manila API to return an error if the share network about to be deleted
still has any share server, which in turn has `is_auto_deletable=True`
or contains any share.

This patch modifies the base test class tearDown method, to delete the
share servers before the share network they belong to.

Change-Id: I7d330b8b5fb3f08d3cbdae2c1735e266e75a70d3
Depends-On: I4144a532d5827b929a1dce0d4d642e6d1cee47b1
Related-Bug: #1820118
2019-03-21 16:35:45 -07:00
..
admin Delete servers before deleting its share network 2019-03-21 16:35:45 -07:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
base.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
test_access_rules_metadata.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_access_rules_metadata_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_availability_zones.py Merge "Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone" 2016-10-13 10:33:53 +00:00
test_availability_zones_negative.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.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_metadata_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_microversions.py Remove the max api microversion assertion 2018-01-01 10:49:13 +08:00
test_quotas.py [TrivialFix] Add negative test in quota detail 2017-01-13 11:41:06 +08:00
test_quotas_negative.py [TrivialFix] Add negative test in quota detail 2017-01-13 11:41:06 +08:00
test_replication.py Add tests for share type availability_zones extra-spec 2019-02-08 22:50:13 +00:00
test_replication_export_locations.py Add tests for export location changes in APIv 2.47 2019-02-08 10:57:01 -08:00
test_replication_export_locations_negative.py Add tests for export location changes in APIv 2.47 2019-02-08 10:57:01 -08:00
test_replication_negative.py Add tests for share type availability_zones extra-spec 2019-02-08 22:50:13 +00:00
test_replication_snapshots.py Fix availability zones tests 2019-01-15 11:21:26 -08:00
test_revert_to_snapshot.py Fix availability zones tests 2019-01-15 11:21:26 -08:00
test_revert_to_snapshot_negative.py Remove redundant revert-to-snapshot test option 2017-02-20 12:49:00 -03:00
test_rules.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_rules_negative.py Add skip_checks classmethod 2018-11-08 11:08:52 +02:00
test_scheduler_stats_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_security_services_mapping.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services_mapping_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_security_services_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_group_actions.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_groups.py Fix availability zones tests 2019-01-15 11:21:26 -08:00
test_share_groups_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_networks.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_networks_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_type_availability_zones.py Add tests for share type availability_zones extra-spec 2019-02-08 22:50:13 +00:00
test_share_type_availability_zones_negative.py Add tests for share type availability_zones extra-spec 2019-02-08 22:50:13 +00:00
test_share_types_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_shares.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_shares_actions.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_shares_actions_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_shares_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_snapshot_rules.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_snapshot_rules_negative.py Fixes test skips in 7c56035bb6 2018-09-07 09:15:28 +02:00