Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
8725038b
Commit
8725038b
authored
Dec 18, 2015
by
Rohit Gupta
Browse files
updated ssh wrapper timeout
parent
a364c4fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
View file @
8725038b
#! /usr/bin/python
w
#! /usr/bin/python
#******************************************************************************
# OpenAirInterface
...
...
@@ -264,8 +264,8 @@ def SSHSessionWrapper(machine, username, key_file, password, logdir_remote_testc
error
=
error
+
'
\n
username = '
+
username
+
'
\n
machine = '
+
machine
+
'
\n
logdir_remote = '
+
logdir_remote_testcase
+
'
\n
logdir_local_base = '
+
logdir_local_base
error
=
error
+
traceback
.
format_exc
()
print
error
print
" Trying again in
60
seconds"
time
.
sleep
(
60
)
print
" Trying again in
1
seconds"
time
.
sleep
(
1
)
print
"Continuing ..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment