Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
de8f95db
Commit
de8f95db
authored
Mar 04, 2016
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-34-test_framework' into develop
parents
a23933a5
9cf82ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
+8
-7
No files found.
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
View file @
de8f95db
...
...
@@ -1414,12 +1414,12 @@ for oai in oai_list:
cmd
=
cmd
+
'echo
\"
Installing core OAI dependencies...Start
\"
\n
'
cmd
=
cmd
+
'$OPENAIR_DIR/cmake_targets/build_oai -I --install-optional-packages
\n
'
cmd
=
cmd
+
'echo
\"
Installing core OAI dependencies...Finished
\"
\n
'
cmd
=
cmd
+
'echo
\"
Installing BLADERF OAI dependencies...Start
\"
\n
'
cmd
=
cmd
+
'check_install_bladerf_driver
\n
'
cmd
=
cmd
+
'echo
\"
Installing BLADERF OAI dependencies...Finished
\"
\n
'
cmd
=
cmd
+
'echo
\"
Installing USRP OAI dependencies...Start
\"
\n
'
cmd
=
cmd
+
'check_install_usrp_uhd_driver
\n
'
cmd
=
cmd
+
'echo
\"
Installing USRP OAI dependencies...Finished
\"
\n
'
#
cmd = cmd + 'echo \"Installing BLADERF OAI dependencies...Start\" \n'
#
cmd = cmd + 'check_install_bladerf_driver \n'
#
cmd = cmd + 'echo \"Installing BLADERF OAI dependencies...Finished\" \n'
#
cmd = cmd + 'echo \"Installing USRP OAI dependencies...Start\" \n'
#
cmd = cmd + 'check_install_usrp_uhd_driver \n'
#
cmd = cmd + 'echo \"Installing USRP OAI dependencies...Finished\" \n'
cmd
=
cmd
+
'cd '
+
logdirOpenaircnRepo
+
'
\n
'
cmd
=
cmd
+
'git checkout '
+
GitOpenaircnRepoBranch
+
'
\n
'
cmd
=
cmd
+
'env |grep OPENAIR'
+
'
\n
'
...
...
@@ -1476,7 +1476,8 @@ status, out = commands.getstatusoutput('grep ' + ' -il \'error\' ' + locallogdi
if
(
out
!=
''
)
:
print
"There is error in setup of machines"
print
"status = "
+
str
(
status
)
+
"
\n
Check files for error = "
+
out
print
"Continuing..."
print
"Exiting now..."
sys
.
exit
(
1
)
cleanOldProgramsAllMachines
(
oai_list
,
CleanUpOldProgs
,
CleanUpAluLteBox
,
ExmimoRfStop
)
if
cleanUpRemoteMachines
==
True
:
...
...
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