skipped iso attach test on lxc setup

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
SrikanteswaraRao Talluri 2015-04-30 06:36:27 +05:30
parent 6202142132
commit 3147090e23
1 changed files with 5 additions and 1 deletions

View File

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