manila/manila_tempest_tests/tests/api
Jiao Pengju 95aea67f91 Fix getting share networks and security services error
It will fail when non-admin tenants try to get share networks
and security services with option '{all_tenants: 1}'.
The reason is that the policy of 'get_all_share_networks' and
'get_all_security_services' are admin api, they do not allow
the non-admin tenants list the share networks and security
services with all_tenants=1. This patch removes the policy check
of non-admin tenants and allows non-admin tenants to request to
list with 'all_tenants=1', however 'all_tenants' in the request
is just ignored.

Change-Id: Ied021b66333f1254cd232bbc38562a4a9b762ad2
Co-Authored-By: Goutham Pacha Ravi <gouthampravi@gmail.com>
Related-Bug: #1721787
(cherry picked from commit 9f69258cab)
(cherry picked from commit 7a6955dd7f)
2018-08-01 04:33:22 +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 Fix getting share networks and security services error 2018-08-01 04:33:22 +00: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 Fix getting share networks and security services error 2018-08-01 04:33:22 +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 Fix getting share networks and security services error 2018-08-01 04:33:22 +00:00
test_share_networks_negative.py Fix getting share networks and security services error 2018-08-01 04:33:22 +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