diff --git a/test/integration/testpaths/testpath_stopped_vm.py b/test/integration/testpaths/testpath_stopped_vm.py index c3a129da220..1260330f197 100644 --- a/test/integration/testpaths/testpath_stopped_vm.py +++ b/test/integration/testpaths/testpath_stopped_vm.py @@ -662,7 +662,10 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): # 3. Register an ISO and attach it to the VM # 4. Verify that ISO is attached to the VM """ - + if self.hypervisor.lower() in ['lxc']: + self.skipTest( + "feature is not supported in %s" % + self.hypervisor) # Create VM in account virtual_machine = VirtualMachine.create( self.userapiclient, @@ -724,6 +727,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): # 4. Verify that ISO is attached to the VM """ + # Create VM in account virtual_machine = VirtualMachine.create( self.userapiclient,