You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2013/07/23 21:23:30 UTC

git commit: updated refs/heads/4.2 to a735970

Updated Branches:
  refs/heads/4.2 49b44e4cd -> a7359708a


Automation: Fix typo in test_redundant_network_rules

It result in failed to setUp and clean up.


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

Branch: refs/heads/4.2
Commit: a7359708a3896916da2f075d141cceadc7dff533
Parents: 49b44e4
Author: Sheng Yang <sh...@citrix.com>
Authored: Tue Jul 23 12:22:14 2013 -0700
Committer: Sheng Yang <sh...@citrix.com>
Committed: Tue Jul 23 12:23:24 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a7359708/test/integration/component/test_redundant_router_network_rules.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_redundant_router_network_rules.py b/test/integration/component/test_redundant_router_network_rules.py
index d54b470..92889d0 100644
--- a/test/integration/component/test_redundant_router_network_rules.py
+++ b/test/integration/component/test_redundant_router_network_rules.py
@@ -188,7 +188,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
                                      admin=True,
                                      domainid=self.domain.id
                                      )
-        self._clean.insert(0, self.account)
+        self._cleanup.insert(0, self.account)
         return
 
     def tearDown(self):