[ https://issues.apache.org/jira/browse/CLOUDSTACK-8556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601364#comment-14601364 ]
ASF GitHub Bot commented on CLOUDSTACK-8556: -------------------------------------------- Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/481#discussion_r33268358 --- Diff: test/integration/testpaths/testpath_snapshot_limits.py --- @@ -115,32 +115,51 @@ def tearDownClass(cls): raise Exception("Warning: Exception during cleanup : %s" % e) def setUp(self): + if not self.snapshotSupported: + self.skipTest( + "Snapshots are not supported on %s" % + self.hypervisor) + self.apiclient = self.testClient.getApiClient() self.dbclient = self.testClient.getDbConnection() self.cleanup = [] --- End diff -- cleanup has to be declared before skipping the test case > Unable to delete attached volume in cleanup > ------------------------------------------- > > Key: CLOUDSTACK-8556 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8556 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Automation > Affects Versions: 4.5.1 > Reporter: Priti Sarap > Fix For: 4.5.1 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)