mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8620 :skip test cases if rbd storage is not available in lxc setup
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com> This closes #570
This commit is contained in:
parent
efee194b91
commit
5a8648f958
|
|
@ -91,9 +91,9 @@ class TestResizeVolume(cloudstackTestCase):
|
|||
cls.hypervisor = str(get_hypervisor_type(cls.api_client)).lower()
|
||||
|
||||
# Creating service offering with normal config
|
||||
cls.service_offering = ServiceOffering.create(cls.api_client,
|
||||
cls.services["\
|
||||
service_offering"])
|
||||
cls.service_offering = ServiceOffering.create(
|
||||
cls.api_client,
|
||||
cls.services["service_offering"])
|
||||
cls._cleanup.append(cls.service_offering)
|
||||
|
||||
cls.services["disk_offering"]["disksize"] = 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue