From a7359708a3896916da2f075d141cceadc7dff533 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 23 Jul 2013 12:22:14 -0700 Subject: [PATCH] Automation: Fix typo in test_redundant_network_rules It result in failed to setUp and clean up. --- .../component/test_redundant_router_network_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_redundant_router_network_rules.py b/test/integration/component/test_redundant_router_network_rules.py index d54b470bfc5..92889d08dc7 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):