Repository: cloudstack
Updated Branches:
  refs/heads/master 28a4ae371 -> 0c050e04f


CLOUDSTACK-7020:Fixed test script issue


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

Branch: refs/heads/master
Commit: 0c050e04fd80b83dccdeb9d4abe4298aedcf0ea0
Parents: 28a4ae3
Author: Ashutosh K <[email protected]>
Authored: Wed Jul 16 22:08:29 2014 -0400
Committer: Girish Shilamkar <[email protected]>
Committed: Wed Jul 16 23:19:19 2014 -0400

----------------------------------------------------------------------
 test/integration/component/test_usage.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0c050e04/test/integration/component/test_usage.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_usage.py 
b/test/integration/component/test_usage.py
index 4413f43..4f9d1d7 100644
--- a/test/integration/component/test_usage.py
+++ b/test/integration/component/test_usage.py
@@ -661,6 +661,7 @@ class TestTemplateUsage(cloudstackTestCase):
                             cls.services["ostype"]
                             )
         cls.services["server"]["zoneid"] = cls.zone.id
+        cls._cleanup = []
         try:
             cls.account = Account.create(
                             cls.api_client,

Reply via email to