From f546473cb9fc0b0b0997bfc247b1a5b261e08caf Mon Sep 17 00:00:00 2001 From: Benjamin Blanc <benjamin.blanc@tiolive.com> Date: Fri, 14 Jun 2013 16:54:15 +0200 Subject: [PATCH] Fix typo --- erp5/util/testnode/ScalabilityTestRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py index 619f5f495f..bb05a094e9 100644 --- a/erp5/util/testnode/ScalabilityTestRunner.py +++ b/erp5/util/testnode/ScalabilityTestRunner.py @@ -189,7 +189,7 @@ class ScalabilityTestRunner(): software_path_list = [] # Here ipv6 url reachable from master profile self.reachable_profile = os.path.join( - "https://",self.testnode.config['httpd_ip']+":"+self.testnode.config['httpd_port2'], + "https://","["+self.testnode.config['httpd_ip']+"]"+":"+self.testnode.config['httpd_port2'], self.random_path, "software.cfg") self.testnode.log("Software reachable profile path is : %s " %(self.reachable_profile,)) -- 2.30.9