Skip to content
GitLab
Menu
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
ef6f2e2a
Commit
ef6f2e2a
authored
Mar 16, 2016
by
Rohit Gupta
Browse files
minor stability fixes for Gitlab test setup
parent
665b33ce
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
View file @
ef6f2e2a
...
@@ -216,7 +216,7 @@ def sftp_module (username, password, hostname, ports, paramList,logfile):
...
@@ -216,7 +216,7 @@ def sftp_module (username, password, hostname, ports, paramList,logfile):
# \brief bash script stub put at the end of scripts to terminate it
# \brief bash script stub put at the end of scripts to terminate it
# \param timeout_cmd terminate script after timeout_cmd seconds
# \param timeout_cmd terminate script after timeout_cmd seconds
# \param terminate_missing_procs if True terminate all the processes launched by script if one of them terminates prematurely (due to error)
# \param terminate_missing_procs if True terminate all the processes launched by script if one of them terminates prematurely (due to error)
def
finalize_deploy_script
(
timeout_cmd
,
terminate_missing_procs
=
'
Tru
e'
):
def
finalize_deploy_script
(
timeout_cmd
,
terminate_missing_procs
=
'
Fals
e'
):
cmd
=
'declare -i timeout_cmd='
+
str
(
timeout_cmd
)
+
'
\n
'
cmd
=
'declare -i timeout_cmd='
+
str
(
timeout_cmd
)
+
'
\n
'
if
terminate_missing_procs
==
'True'
:
if
terminate_missing_procs
==
'True'
:
cmd
=
cmd
+
"""
cmd
=
cmd
+
"""
...
...
cmake_targets/autotests/test_case_list.xml
View file @
ef6f2e2a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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