You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2015/04/23 07:17:50 UTC

git commit: updated refs/heads/master to fd92f9d

Repository: cloudstack
Updated Branches:
  refs/heads/master 5b7527e2d -> fd92f9d4d


Revert "Removed raise for skiptest"

This reverts commit b5a74c34cf352e733040ffd6f2cbe0dd3b105c84.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fd92f9d4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fd92f9d4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fd92f9d4

Branch: refs/heads/master
Commit: fd92f9d4d8001efa32f0b872afe1092f9f851860
Parents: 5b7527e
Author: sanjeev <sa...@apache.org>
Authored: Thu Apr 23 10:46:16 2015 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Thu Apr 23 10:46:16 2015 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_vm_snapshots.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fd92f9d4/test/integration/smoke/test_vm_snapshots.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_vm_snapshots.py b/test/integration/smoke/test_vm_snapshots.py
index 36acbba..5d5cdc4 100644
--- a/test/integration/smoke/test_vm_snapshots.py
+++ b/test/integration/smoke/test_vm_snapshots.py
@@ -40,9 +40,9 @@ class TestVmSnapshot(cloudstackTestCase):
 
         hypervisor = testClient.getHypervisorInfo()
         if hypervisor.lower() in (KVM.lower(), "hyperv", "lxc"):
-            unittest.SkipTest(
-                "VM snapshot feature is not supported on KVM, Hyper-V or LXC"
-            )
+            raise unittest.SkipTest(
+                "VM snapshot feature is not supported on KVM, Hyper-V or LXC")
+
         cls.apiclient = testClient.getApiClient()
         cls.services = testClient.getParsedTestDataConfig()
         # Get Zone, Domain and templates