manila/manila_tempest_tests/tests/api
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
..
admin [Tempest] Fix tests for pre-existing share network 2017-08-08 15:00:51 -04:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
base.py [Tempest] Fix tests for pre-existing share network 2017-08-08 15:00:51 -04: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 Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_metadata_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_microversions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00: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 Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_replication_negative.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_replication_snapshots.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_revert_to_snapshot.py Remove redundant revert-to-snapshot test option 2017-02-20 12:49:00 -03: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 Fix cannot deny ipv6 access rules 2017-08-02 18:16:33 +00:00
test_rules_negative.py Enable IPv6 in manila(allow access) 2017-07-17 09:44:41 +08: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 Enable some off-by-default checks 2017-08-03 16:13:32 +08: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 Merge "Use tempest-plugin service client registration" 2017-08-03 13:42:22 +00:00
test_security_services_negative.py Merge "Use tempest-plugin service client registration" 2017-08-03 13:42:22 +00:00
test_share_group_actions.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_groups.py [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
test_share_groups_negative.py [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
test_share_networks.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
test_share_networks_negative.py [Tempest] Fix tests for pre-existing share network 2017-08-08 15:00:51 -04:00
test_share_types_negative.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_shares.py Use parenthesis instead of backslashes in tempest folder 2017-06-22 02:48:50 +00:00
test_shares_actions.py Fix the exact filter can be filter by inexact value 2017-07-24 11:49:13 +08:00
test_shares_actions_negative.py Fix the exact filter can be filter by inexact value 2017-07-24 11:49:13 +08:00
test_shares_negative.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_snapshot_rules.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_snapshot_rules_negative.py Enable IPv6 in manila(allow access) 2017-07-17 09:44:41 +08:00