Skipping change service offering test for LXC since this is not applicable to containers

This closes #213
This commit is contained in:
sanjeev 2015-04-30 14:39:36 +05:30
parent 866cc41145
commit d9064ecfea

View File

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