Merge "Fix tempest test for export locations API"

This commit is contained in:
Jenkins 2016-02-15 14:02:45 +00:00 committed by Gerrit Code Review
commit ba159a9ea3
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ class ExportLocationsTest(base.BaseSharesAdminTest):
self.share['id'])
for export_location in export_locations:
if export_location['is_admin_only']:
continue
el = self.member_client.get_share_export_location(
self.share['id'], export_location['uuid'])
self._verify_export_location_structure(el, 'member')