Merge "Fix web-download trying to import qcow2 as raw"
This commit is contained in:
commit
357fc7ec2d
@ -132,7 +132,7 @@ class ImportImagesTest(base.BaseV2ImageTest):
|
|||||||
"""
|
"""
|
||||||
self._require_import_method('web-download')
|
self._require_import_method('web-download')
|
||||||
|
|
||||||
image = self._create_image()
|
image = self._create_image(disk_format='qcow2')
|
||||||
# Now try to get image details
|
# Now try to get image details
|
||||||
body = self.client.show_image(image['id'])
|
body = self.client.show_image(image['id'])
|
||||||
self.assertEqual(image['id'], body['id'])
|
self.assertEqual(image['id'], body['id'])
|
||||||
|
Loading…
Reference in New Issue
Block a user