X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Finstaller%2Fapex.py;h=90304a27f2b83cfdebc261c40a62a85426f0cbc8;hb=3883c8521ff02dc75c377970b8cae271538fdb42;hp=aaacb3851b9935e1e99877e41c6c9681ab4d224a;hpb=f106c5a12724c684d747cf7f309f0ccc8b86cc61;p=doctor.git diff --git a/doctor_tests/installer/apex.py b/doctor_tests/installer/apex.py index aaacb385..90304a27 100644 --- a/doctor_tests/installer/apex.py +++ b/doctor_tests/installer/apex.py @@ -96,13 +96,13 @@ class ApexInstaller(BaseInstaller): def setup_stunnel(self): self.log.info('Setup ssh stunnel in controller nodes' - ' in Apex installer......') + 'in Apex installer......') for node_ip in self.controllers: cmd = ("ssh -o UserKnownHostsFile=/dev/null" - "-o StrictHostKeyChecking=no" - "-i %s %s@%s -R %s:localhost:%s" - "sleep 600 > ssh_tunnel.%s.log" - "2>&1 < /dev/null &" + " -o StrictHostKeyChecking=no" + " -i %s %s@%s -R %s:localhost:%s" + " sleep 600 > ssh_tunnel.%s.log" + " 2>&1 < /dev/null &" % (self.key_file, self.node_user_name, node_ip,