manila-tempest-plugin/manila_tempest_tests
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
..
common Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
services Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
tests Delete servers before deleting its share network 2019-03-21 16:35:45 -07: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
clients.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
config.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
plugin.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
share_exceptions.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
utils.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.