From d9064ecfea362f72c277b758feda559c5295ceec Mon Sep 17 00:00:00 2001 From: sanjeev Date: Thu, 30 Apr 2015 14:39:36 +0530 Subject: [PATCH] Skipping change service offering test for LXC since this is not applicable to containers This closes #213 --- test/integration/smoke/test_service_offerings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/smoke/test_service_offerings.py b/test/integration/smoke/test_service_offerings.py index 1b1b113e8ea..56989e3b158 100644 --- a/test/integration/smoke/test_service_offerings.py +++ b/test/integration/smoke/test_service_offerings.py @@ -326,6 +326,8 @@ class TestServiceOfferings(cloudstackTestCase): # 2. Using listVM command verify that this Vm # has Small service offering Id. + if self.hypervisor.lower() == "lxc": + self.skipTest("Skipping this test for {} due to bug CS-38153".format(self.hypervisor)) try: self.medium_virtual_machine.stop(self.apiclient) except Exception as e: