Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patricio Latini
openairinterface5G
Commits
debe652b
Commit
debe652b
authored
9 years ago
by
Rohit Gupta
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature-34-test_framework' into develop
parents
47352355
ef6f2e2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
+1
-1
1 addition, 1 deletion
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
cmake_targets/autotests/test_case_list.xml
+60
-60
60 additions, 60 deletions
cmake_targets/autotests/test_case_list.xml
with
61 additions
and
61 deletions
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
+
1
−
1
View file @
debe652b
...
...
@@ -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
# \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)
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
'
if
terminate_missing_procs
==
'
True
'
:
cmd
=
cmd
+
"""
...
...
This diff is collapsed.
Click to expand it.
cmake_targets/autotests/test_case_list.xml
+
60
−
60
View file @
debe652b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment