mirror of https://github.com/apache/cloudstack.git
Snapshot tests are not supported on Hyper-v so skipping the tests
This commit is contained in:
parent
ace44f7f13
commit
57e02f16ee
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue