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/22 08:20:42 UTC

git commit: updated refs/heads/master to b5a74c3

Repository: cloudstack
Updated Branches:
  refs/heads/master 2a14f7824 -> b5a74c34c


Removed raise for skiptest


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

Branch: refs/heads/master
Commit: b5a74c34cf352e733040ffd6f2cbe0dd3b105c84
Parents: 2a14f78
Author: sanjeev <sa...@apache.org>
Authored: Wed Apr 22 11:48:55 2015 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Wed Apr 22 11:49:34 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/b5a74c34/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 5d5cdc4..36acbba 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"):
-            raise unittest.SkipTest(
-                "VM snapshot feature is not supported on KVM, Hyper-V or LXC")
-
+            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