mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-04 20:29:27 +01:00
Skipping change service offering test for LXC since this is not applicable to containers
This closes #213
This commit is contained in:
parent
866cc41145
commit
d9064ecfea
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user