From cb47406502e3ab9029530e82cacc2f9f012d5bd3 Mon Sep 17 00:00:00 2001 From: Mofassir Date: Tue, 5 Jan 2016 09:20:58 -0800 Subject: I have added the placeholder documentation files and folders. They will be editted in time for the release Change-Id: Id69392233399ad536b359da5733dfaa43a602443 Signed-off-by: Mofassir --- func/env_setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'func/env_setup.py') diff --git a/func/env_setup.py b/func/env_setup.py index c0e1b539..5676d05b 100644 --- a/func/env_setup.py +++ b/func/env_setup.py @@ -56,7 +56,6 @@ class Env_setup(): time.sleep(2) ssh_c = 'ssh-keyscan {0} >> ~/.ssh/known_hosts'.format(k) - os.system(ssh_c) ssh_cmd = './data/qtip_creds.sh {0}'.format(ipvar) print ssh_cmd @@ -70,7 +69,7 @@ class Env_setup(): print('SSH successful') break except: - print 'Retrying SSH' + print 'Retrying aSSH' time.sleep(1) if v == '': print ('SSH->>>>>', k) -- cgit 1.2.3-korg