Merge "Fix snapshot manage Tempest test"

This commit is contained in:
Jenkins 2016-07-04 10:22:21 +00:00 committed by Gerrit Code Review
commit 5b11b87dc7
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ class ManageNFSSnapshotTest(base.BaseSharesAdminTest):
self.assertEqual(name, get_snapshot['name'])
self.assertEqual(description, get_snapshot['description'])
self.assertEqual(snapshot['share_id'], get_snapshot['share_id'])
self.assertEqual(snapshot['provider_location'],
get_snapshot['provider_location'])
# Delete snapshot
self.shares_v2_client.delete_snapshot(get_snapshot['id'])