Merge "Expose checksum index image property in client"

This commit is contained in:
Jenkins
2013-07-17 19:00:48 +00:00
committed by Gerrit Code Review
3 changed files with 60 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ class LegacyShellV1Test(testtools.TestCase):
self.visibility = True
self.member_status = 'Fake'
self.owner = 'test'
self.checksum = 'fake_checksum'
with mock.patch.object(gc.images, 'list') as mocked_list:
mocked_list.return_value = {}