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:
nitt10prashant 2015-07-10 11:25:02 +05:30 committed by Daan Hoogland
parent efee194b91
commit 5a8648f958
1 changed files with 3 additions and 3 deletions

View File

@ -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