manila/manila_tempest_tests/tests/api
yogesh ed62a751c5 [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
(cherry picked from commit 29a52269aa)
2018-04-19 19:07:20 +00:00
..
admin [Tempest] Fix tests for pre-existing share network 2018-04-19 19:07:20 +00: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 2018-04-19 19:07:20 +00: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-17 00:59:04 +00:00
test_replication_negative.py Only return share host for admins using shares API 2017-02-17 00:59:04 +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 NetApp: Support share revert to snapshot 2017-01-23 21:49:23 +00:00
test_revert_to_snapshot_negative.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
test_rules.py Add access-rules tests to improve the coverage 2017-01-31 02:19:33 +00:00
test_rules_negative.py Fix wrong access-rule negative test 2017-02-03 17:32:16 +00: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 Replace six.iteritems() with .items() 2016-12-09 13:44:44 +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 Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_security_services_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_group_actions.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
test_share_groups.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
test_share_groups_negative.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
test_share_networks.py Replace six.iteritems() with .items() 2016-12-09 13:44:44 +08:00
test_share_networks_negative.py [Tempest] Fix tests for pre-existing share network 2018-04-19 19:07:20 +00: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 Only return share host for admins using shares API 2017-02-17 00:59:04 +00:00
test_shares_actions.py Only return share host for admins using shares API 2017-02-17 00:59:04 +00:00
test_shares_actions_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_shares_negative.py Only return share host for admins using shares API 2017-02-17 00:59:04 +00:00
test_snapshot_rules.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_snapshot_rules_negative.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00