Removed raise for skiptest

This commit is contained in:
sanjeev 2015-04-22 11:48:55 +05:30
parent 2a14f78248
commit b5a74c34cf
1 changed files with 3 additions and 3 deletions

View File

@ -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