You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/28 23:14:15 UTC

[47/50] [abbrv] git commit: updated refs/heads/4.4 to 2025f35

CLOUDSTACK-7013: Fixing test script issue in test_add_remove_network.py

(cherry picked from commit f99a96f38a1f2433cb01bd7af25890789716e070)


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

Branch: refs/heads/4.4
Commit: 6b66fe92ca89633ec64397cedb0d1572d0089c93
Parents: 01e7833
Author: Ashutosh K <as...@clogeny.com>
Authored: Wed Jul 16 23:30:43 2014 -0400
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 23:12:57 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b66fe92/test/integration/component/test_add_remove_network.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_add_remove_network.py b/test/integration/component/test_add_remove_network.py
index dbba59b..2bd6ec2 100644
--- a/test/integration/component/test_add_remove_network.py
+++ b/test/integration/component/test_add_remove_network.py
@@ -1391,7 +1391,7 @@ class TestFailureScenariosRemoveNicFromVM(cloudstackTestCase):
         cls._cleanup = []
 
         cls.account = Account.create(cls.api_client,cls.services["account"],domainid = cls.domain.id)
-        cls.append(cls.account)
+        cls._cleanup.append(cls.account)
 
         cls.service_offering = ServiceOffering.create(cls.api_client,cls.services["service_offering"])
         cls._cleanup.append(cls.service_offering)