Merge "Improve glance sanity check"
This commit is contained in:
commit
5d0459b147
@ -34,7 +34,9 @@ class SanityChecks(object):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def glance(cloud):
|
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
|
@staticmethod
|
||||||
def cinder(cloud):
|
def cinder(cloud):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user