~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/image/test_s3.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        uuid = translated['id']
192
192
        image_service = fake.FakeImageService()
193
193
        updated_image = image_service.update(self.context, uuid,
194
 
                        {'is_public': True}, None,
195
 
                        {'x-glance-registry-purge-props': False})
 
194
                        {'is_public': True}, purge_props=False)
196
195
        self.assertTrue(updated_image['is_public'])
197
196
        self.assertEqual(updated_image['status'], 'active')
198
197
        self.assertEqual(updated_image['properties']['image_state'],