Codebase list cinder-tempest-plugin / 08a3851
Skip create from image if no glance deployed The test should not run if no glance is available, else it would sadly fail, by throwing an exception like [1]. [1]: http://logs.openstack.org/24/571724/1/check/openstack-ansible-functional-ubuntu-xenial/2b1d2ce/job-output.txt.gz#_2018-06-04_14_40_48_660731 Change-Id: I8f8a912b7b1cc4f491420e64d40f7e3f8bdde0da Jean-Philippe Evrard 7 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2525 @classmethod
2626 def skip_checks(cls):
2727 super(VolumeFromImageTest, cls).skip_checks()
28 if not CONF.service_available.glance:
29 raise cls.skipException("Glance service is disabled")
2830
2931 @classmethod
3032 def create_volume_no_wait(cls, **kwargs):