From 0a757b0f10ddf5f226b8b47ba3b172ed81277153 Mon Sep 17 00:00:00 2001 From: Ashutosh K Date: Thu, 4 Dec 2014 12:44:42 +0530 Subject: [PATCH] CLOUDSTACK-8020: test_snapshots.py - Fixed cleanup issue Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_snapshots.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 62f2f06fb82..4bb2dcf333e 100644 --- a/test/integration/component/test_snapshots.py +++ b/test/integration/component/test_snapshots.py @@ -667,7 +667,6 @@ class TestSnapshots(cloudstackTestCase): #Create snapshot from detached volume snapshot = Snapshot.create(self.apiclient, volume.id) - self.cleanup.append(snapshot) volumes = list_volumes( self.apiclient,