Merge "Improve glance sanity check"
This commit is contained in:
commit
5d0459b147
@ -34,7 +34,9 @@ class SanityChecks(object):
|
||||
|
||||
@staticmethod
|
||||
def glance(cloud):
|
||||
[image for image in cloud.glance_client.images.list()]
|
||||
open("/tmp/blank.qcow2", 'a').close()
|
||||
cloud.create_image("test", filename="/tmp/blank.qcow2",
|
||||
disk_format="qcow2", container_format="bare")
|
||||
|
||||
@staticmethod
|
||||
def cinder(cloud):
|
||||
|
Loading…
Reference in New Issue
Block a user