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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
f1134557
Commit
f1134557
authored
Oct 04, 2021
by
hardy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tentative change of monitor script launch
parent
21adc587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
14 deletions
+3
-14
ci-scripts/ran.py
ci-scripts/ran.py
+3
-14
No files found.
ci-scripts/ran.py
View file @
f1134557
...
...
@@ -472,9 +472,9 @@ class RANManagement():
time
.
sleep
(
20
)
if
self
.
eNB_Stats
==
'yes'
:
monitor_file
=
'stats_monitor.py'
mySSH
.
command
(
'echo '
+
lPassWord
+
' | sudo -S cp '
+
self
.
eNBSourceCodePath
+
'/ci-scripts/'
+
monitor_file
+
' '
+
self
.
eNBSourceCodePath
+
'/cmake_targets/ran_build/build/.'
,
'\$'
,
5
)
mySSH
.
command
(
'echo $USER; nohup python3 '
+
self
.
eNBSourceCodePath
+
'/cmake_targets/ran_build/build/'
+
monitor_file
+
' 2>&1 &'
,
'\$'
,
5
)
#
mySSH.command('echo ' + lPassWord + ' | sudo -S cp ' + self.eNBSourceCodePath + '/ci-scripts/'+ monitor_file + ' ' + self.eNBSourceCodePath + '/cmake_targets/ran_build/build/.','\$', 5)
#
mySSH.command('echo $USER; nohup python3 ' + self.eNBSourceCodePath + '/cmake_targets/ran_build/build/' + monitor_file + ' 2>&1 &', '\$', 5)
mySSH
.
command
(
'echo $USER; nohup python3 ../ci-scripts/'
+
monitor_file
+
' 2>&1 &'
,
'\$'
,
5
)
...
...
@@ -554,17 +554,6 @@ class RANManagement():
mySSH
.
close
()
#if enabled in the xml,
#copyout the monitor script and launch itg
# if self.eNB_Stats=='yes':
# mySSH.open(lIpAddr, lUserName, lPassWord)
# monitor_file='stats_monitor.py'
# mySSH.command('echo ' + lPassWord + ' | sudo -S cp ' + self.eNBSourceCodePath + '/ci-scripts/'+ monitor_file + ' ' + self.eNBSourceCodePath + '/cmake_targets/ran_build/build/.','\$', 5)
# #launch, it will stop when the softmodem stops
# mySSH.command('echo $USER; nohup python3 ' + self.eNBSourceCodePath + '/cmake_targets/ran_build/build/' + monitor_file + ' 2>&1 &', '\$', 5)
# mySSH.close()
HTML
.
CreateHtmlTestRow
(
self
.
air_interface
[
self
.
eNB_instance
]
+
' -O '
+
config_file
+
extra_options
,
'OK'
,
CONST
.
ALL_PROCESSES_OK
)
logging
.
debug
(
'
\u001B
[1m Initialize eNB/gNB/ocp-eNB Completed
\u001B
[0m'
)
...
...
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