29a52269aa
Currently tempest tests do not support creating and adding Security Service to newly created share networks. This causes CIFS multitenancy tests to fail on some of the backends. Therefore, having pre-existing share network helps testing such scenarios. When using a pre-existing share network, we can still test the share network API and create share networks, however, we shouldn't create shares on such networks. So, any tests that create new share networks and use them to create shares need to be skipped. - This patch makes sure that the pre-existing share_network is not cleaned up. - One share_server related test is skipped to avoid deleting share network as part of test. - One share network negative test is skipped to avoid creating a share with new share network. Change-Id: I272806b05c8b4d30451d0cf4b9dd3f366b8bf728 Closes-Bug: #1698429 |
||
---|---|---|
.. | ||
common | ||
services | ||
tests | ||
__init__.py | ||
clients.py | ||
config.py | ||
plugin.py | ||
README.rst | ||
share_exceptions.py | ||
utils.py |
Tempest Integration
This directory contains Tempest tests to cover Manila project.