mirror of https://github.com/apache/cloudstack.git
skipped iso attach test on lxc setup
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
6202142132
commit
3147090e23
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue