From 4251a09ef7ef0df42ffc9ac3f9614c4a5a9bd115 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Fri, 3 Jan 2014 11:02:30 +0530 Subject: [PATCH] CLOUDSTACK-5633: Fixed network cleanup issue --- test/integration/component/test_project_resources.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/integration/component/test_project_resources.py b/test/integration/component/test_project_resources.py index 18382690b90..5fec9934ea1 100644 --- a/test/integration/component/test_project_resources.py +++ b/test/integration/component/test_project_resources.py @@ -376,7 +376,7 @@ class TestNetwork(cloudstackTestCase): ) cls._cleanup = [ cls.account, - cls.service_offering, + cls.domain ] return @@ -543,8 +543,6 @@ class TestNetwork(cloudstackTestCase): # Wait for expunge interval to cleanup VM wait_for_cleanup(self.apiclient, ["expunge.delay", "expunge.interval"]) - - self.cleanup.append(domain_network) return