Snapshot tests are not supported on Hyper-v so skipping the tests

This commit is contained in:
sanjeev 2015-05-27 14:18:11 +05:30
parent ace44f7f13
commit 57e02f16ee
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class TestSnapshots(cloudstackTestCase):
cls.services = cls.testClient.getParsedTestDataConfig()
cls.unsupportedHypervisor = False
cls.hypervisor = cls.testClient.getHypervisorInfo()
if cls.hypervisor.lower() in ("lxc"):
if cls.hypervisor.lower() in ("lxc", "hyperv"):
cls.unsupportedHypervisor = True
return
# Get Domain, Zone, Template