From 5a8648f9585ad88075cb8a2366850c5534d6c0aa Mon Sep 17 00:00:00 2001 From: nitt10prashant Date: Fri, 10 Jul 2015 11:25:02 +0530 Subject: [PATCH] CLOUDSTACK-8620 :skip test cases if rbd storage is not available in lxc setup Signed-off-by: Daan Hoogland This closes #570 --- test/integration/component/test_ps_resize_volume.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/component/test_ps_resize_volume.py b/test/integration/component/test_ps_resize_volume.py index c854f05fd02..cddd6f88656 100644 --- a/test/integration/component/test_ps_resize_volume.py +++ b/test/integration/component/test_ps_resize_volume.py @@ -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