commit | bd88ad69eb95a1413b92e33fc682d00e1d0c47e3 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Feb 15 14:02:45 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Feb 15 14:02:45 2016 +0000 |
tree | f069d1a23c59c7d34ea1548bb71f3b997c5c9f68 | |
parent | 203e45095fb81ab31a4d30d972eaabd76bfebd74 [diff] | |
parent | eada06eb1471dde4dddf8617eedd548d4a900494 [diff] |
Merge "Fix tempest test for export locations API"
diff --git a/manila_tempest_tests/tests/api/admin/test_export_locations.py b/manila_tempest_tests/tests/api/admin/test_export_locations.py index 9c759fc..4791cb0 100644 --- a/manila_tempest_tests/tests/api/admin/test_export_locations.py +++ b/manila_tempest_tests/tests/api/admin/test_export_locations.py
@@ -98,6 +98,8 @@ 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')