CLOUDSTACK-8147: Fixed typo in test case test_redundant_router.py Signed-off-by: SrikanteswaraRao Talluri <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9056e4c3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9056e4c3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9056e4c3 Branch: refs/heads/master Commit: 9056e4c3fb568a4cbb978ef0c798bc2dd2c43bf1 Parents: d0b6234 Author: Ashutosh K <[email protected]> Authored: Mon Jan 12 18:11:20 2015 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Jan 13 15:13:59 2015 +0530 ---------------------------------------------------------------------- test/integration/component/maint/test_redundant_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9056e4c3/test/integration/component/maint/test_redundant_router.py ---------------------------------------------------------------------- diff --git a/test/integration/component/maint/test_redundant_router.py b/test/integration/component/maint/test_redundant_router.py index 01d635b..98b0bae 100644 --- a/test/integration/component/maint/test_redundant_router.py +++ b/test/integration/component/maint/test_redundant_router.py @@ -787,7 +787,7 @@ class TestRVRInternals(cloudstackTestCase): self.apiclient.connection.mgtSvr, 22, self.apiclient.connection.user, - self.apiclient.connction.passwd, + self.apiclient.connection.passwd, backup_router.linklocalip, 'ip addr show eth2', hypervisor=self.hypervisor
