manila/manila_tempest_tests/tests/api/admin
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
..
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
test_admin_actions.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_admin_actions_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_export_locations.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_export_locations_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_migration.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
test_migration_negative.py Improve test coverage for share migration 2017-02-03 23:27:34 -05:00
test_multi_backend.py Use more specific asserts in tests 2017-02-09 06:47:38 +01:00
test_quotas.py Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
test_quotas_negative.py Add share groups and share group snapshots quotas 2017-07-26 11:32:43 +03:00
test_replication.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_replication_actions.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_scheduler_stats.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_security_services.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_services.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_services_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_group_types.py Replace assertEqual([], items) with assertEmpty(items) 2017-06-14 14:28:26 +07:00
test_share_group_types_negative.py [Share Groups] Fix creation of share group types with wrong specs values 2017-06-06 13:11:17 +03:00
test_share_groups.py [Share groups] Add scheduler filter ConsistentSnapshotFilter 2017-06-02 17:48:05 +03:00
test_share_groups_negative.py [Share groups] Add scheduler filter ConsistentSnapshotFilter 2017-06-02 17:48:05 +03:00
test_share_instances.py Add export-location filter in share and share instance list API 2017-06-29 18:06:21 +00:00
test_share_instances_negative.py Add export-location filter in share and share instance list API 2017-06-29 18:06:21 +00:00
test_share_manage.py Add MapR-FS native driver 2017-01-12 18:05:39 +02:00
test_share_networks.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_servers.py [Tempest] Fix tests for pre-existing share network 2017-08-08 15:00:51 -04:00
test_share_servers_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_snapshot_instances.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_snapshot_instances_negative.py Remove tempest.test usage from manila tests 2016-09-30 12:47:17 +00:00
test_share_types.py Replace assertEqual([], items) with assertEmpty(items) 2017-06-14 14:28:26 +07:00
test_share_types_extra_specs.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_share_types_extra_specs_negative.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_types_negative.py Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
test_shares_actions.py Add export-location filter in share and share instance list API 2017-06-29 18:06:21 +00:00
test_snapshot_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_snapshot_export_locations_negative.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_snapshot_manage.py Add MapR-FS native driver 2017-01-12 18:05:39 +02:00
test_snapshot_manage_negative.py Add MapR-FS native driver 2017-01-12 18:05:39 +02:00
test_user_messages.py [Trivialfix]Fix typos 2017-08-01 01:25:50 -07:00
test_user_messages_negative.py Replace test.attr with decorators.attr 2017-07-19 08:24:12 +00:00