You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/01/03 11:18:14 UTC

[41/50] [abbrv] git commit: updated refs/heads/opendaylight to 858fb69

CLOUDSTACK-5633: Fixed network cleanup issue


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

Branch: refs/heads/opendaylight
Commit: 4251a09ef7ef0df42ffc9ac3f9614c4a5a9bd115
Parents: 89945cd
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Fri Jan 3 11:02:30 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri Jan 3 11:02:30 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_project_resources.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4251a09e/test/integration/component/test_project_resources.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_resources.py b/test/integration/component/test_project_resources.py
index 1838269..5fec993 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