summaryrefslogtreecommitdiffstats
path: root/func/env_setup.py
diff options
context:
space:
mode:
authorMofassir <Mofassir_arif@Dellteam.com>2016-01-05 09:20:58 -0800
committerMofassir <Mofassir_arif@Dellteam.com>2016-01-05 09:35:40 -0800
commitcb47406502e3ab9029530e82cacc2f9f012d5bd3 (patch)
tree274dddab862b0374701f05194f1ec8351dff41c0 /func/env_setup.py
parent57922dcb8e6497f02fdee9306494e932e25dcace (diff)
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 <Mofassir_arif@Dellteam.com>
Diffstat (limited to 'func/env_setup.py')
-rw-r--r--func/env_setup.py3
1 files changed, 1 insertions, 2 deletions
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)