From 57e02f16ee190b98a1850d8258c2cc68d8b85a74 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Wed, 27 May 2015 14:18:11 +0530 Subject: [PATCH] Snapshot tests are not supported on Hyper-v so skipping the tests --- test/integration/component/test_escalations_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_escalations_snapshots.py b/test/integration/component/test_escalations_snapshots.py index bad419ac54b..1e2b445d1e1 100644 --- a/test/integration/component/test_escalations_snapshots.py +++ b/test/integration/component/test_escalations_snapshots.py @@ -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