Commit f546473c authored by Benjamin Blanc's avatar Benjamin Blanc

Fix typo

parent 5f72cf02
......@@ -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,))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment