Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
b48c64d4
Commit
b48c64d4
authored
Apr 04, 2016
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes to free memory in test setup
parent
08c688dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
271 additions
and
268 deletions
+271
-268
cmake_targets/autotests/run_exec_autotests.bash
cmake_targets/autotests/run_exec_autotests.bash
+4
-1
cmake_targets/autotests/test_case_list.xml
cmake_targets/autotests/test_case_list.xml
+267
-267
No files found.
cmake_targets/autotests/run_exec_autotests.bash
View file @
b48c64d4
...
@@ -111,6 +111,8 @@ function test_compile() {
...
@@ -111,6 +111,8 @@ function test_compile() {
compile_log_dir
=
`
eval echo
\"
$OPENAIR_DIR
/cmake_targets/log/
\"
`
compile_log_dir
=
`
eval echo
\"
$OPENAIR_DIR
/cmake_targets/log/
\"
`
echo
"Removing compilation log files in
$compile_log_dir
"
echo
"Removing compilation log files in
$compile_log_dir
"
rm
-frv
$compile_log_dir
rm
-frv
$compile_log_dir
echo
"Executing
$pre_exec_file
$pre_exe_args
...."
eval
$pre_exec_file
$pre_exec_args
echo
"Executing
$compile_prog
$compile_prog_args
...."
echo
"Executing
$compile_prog
$compile_prog_args
...."
eval
$compile_prog
$compile_prog_args
eval
$compile_prog
$compile_prog_args
echo
"Copying compilation log files to test case log directory:
$log_dir
"
echo
"Copying compilation log files to test case log directory:
$log_dir
"
...
@@ -280,7 +282,7 @@ function test_compile_and_run() {
...
@@ -280,7 +282,7 @@ function test_compile_and_run() {
if
[
-n
"
$pre_exec_file
"
]
;
then
if
[
-n
"
$pre_exec_file
"
]
;
then
{
echo
" Executing
$pre_exec_file
$pre_exec_args
"
{
echo
" Executing
$pre_exec_file
$pre_exec_args
"
eval
"
echo '
$mypassword
' |sudo -S -E
$pre_exec_file
$pre_exec_args
"
;
}>>
$temp_exec_log
2>&1
eval
"
$pre_exec_file
$pre_exec_args
"
;
}>>
$temp_exec_log
2>&1
fi
fi
echo
"Executing
$main_exec
$main_exec_args_array_index
"
echo
"Executing
$main_exec
$main_exec_args_array_index
"
...
@@ -503,6 +505,7 @@ for search_expr in "${test_case_array[@]}"
...
@@ -503,6 +505,7 @@ for search_expr in "${test_case_array[@]}"
echo
"search_expr_false =
$search_expr_false
"
echo
"search_expr_false =
$search_expr_false
"
echo
"nruns =
$nruns
"
echo
"nruns =
$nruns
"
#eval $pre_exec
#eval $pre_exec
compile_prog_out
=
`
eval echo
\"
$compile_prog_out
\"
`
compile_prog_out
=
`
eval echo
\"
$compile_prog_out
\"
`
...
...
cmake_targets/autotests/test_case_list.xml
View file @
b48c64d4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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