manila/manila_tempest_tests
yogesh 29a52269aa [Tempest] Fix tests for pre-existing share network
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
2017-08-08 15:00:51 -04:00
..
common Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
services Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
tests [Tempest] Fix tests for pre-existing share network 2017-08-08 15:00:51 -04: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 share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
plugin.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
share_exceptions.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
utils.py Enable IPv6 in manila(allow access) 2017-07-17 09:44:41 +08:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.