manila-tempest-plugin/manila_tempest_tests/tests/api/admin
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
..
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
test_admin_actions_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_admin_actions.py Extend testing for reset state operation 2019-01-06 10:13:29 +02:00
test_export_locations_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_export_locations.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_migration_negative.py Add tests for share type availability_zones extra-spec 2019-02-08 22:50:13 +00:00
test_migration.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_multi_backend.py Use more specific asserts in tests 2017-02-09 06:47:38 +01:00
test_quotas_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_quotas.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_replication_actions.py Fix availability zones tests 2019-01-15 11:21:26 -08:00
test_replication.py Fix availability zones tests 2019-01-15 11:21:26 -08:00
test_scheduler_stats.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_security_services.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_services_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_services.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_group_types_negative.py Initial fixes to plugin repo 2017-11-20 12:01:12 -03:00
test_share_group_types.py Test is_default for share type and share group type 2018-07-24 16:49:55 +00:00
test_share_groups_negative.py [Share groups] Add scheduler filter ConsistentSnapshotFilter 2017-06-02 17:48:05 +03:00
test_share_groups.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_instances_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_instances.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_manage_negative.py Delete servers before deleting its share network 2019-03-21 16:35:45 -07:00
test_share_manage.py Delete servers before deleting its share network 2019-03-21 16:35:45 -07:00
test_share_networks.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_servers_manage_negative.py Delete servers before deleting its share network 2019-03-21 16:35:45 -07:00
test_share_servers_manage.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
test_share_servers_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_servers.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
test_share_snapshot_instances_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_snapshot_instances.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_types_extra_specs_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_types_extra_specs.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_share_types_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_share_types.py Test is_default for share type and share group type 2018-07-24 16:49:55 +00:00
test_shares_actions.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_snapshot_export_locations_negative.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_snapshot_export_locations.py Create a generic share type (api tests) 2018-08-05 19:37:43 -03:00
test_snapshot_manage_negative.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
test_snapshot_manage.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
test_user_messages_negative.py Replace test.attr with decorators.attr 2017-07-19 08:24:12 +00:00
test_user_messages.py [Trivialfix]Fix typos 2017-08-01 01:25:50 -07:00