Removed junk characters from test_netscaler_lb.py Signed-off-by: Prasanna Santhanam <[email protected]> (cherry picked from commit 85ed2160876826fa28088a716657f6c7bcbf84ec)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4127e17c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4127e17c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4127e17c Branch: refs/heads/master-6-17-stable Commit: 4127e17ca505bab4558187d3154746ea4d2f6fcc Parents: ab185fb Author: rayeesn <[email protected]> Authored: Tue Jun 18 11:02:08 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sat Jun 29 00:52:06 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_netscaler_lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4127e17c/test/integration/component/test_netscaler_lb.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_netscaler_lb.py b/test/integration/component/test_netscaler_lb.py index b4e6c30..9d06275 100644 --- a/test/integration/component/test_netscaler_lb.py +++ b/test/integration/component/test_netscaler_lb.py @@ -1085,7 +1085,7 @@ class TestAddMultipleVmsLb(cloudstackTestCase): # 3. Acquire Ip address and create LB rule on it. Add multiple VMs to # this rule. LB rule should be # In Netscaler: For every Vm added to the LB rule: - # 1. A server and service instance is created using guest VMâs IP and + # 1. A server and service instance is created using guest VMs IP and # port number on the Netscaler LB device, # 2. This service is bound to lb virtual server corresponding to lb # rule.
