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
Michael Black
OpenXG-RAN
Commits
268aa87c
Commit
268aa87c
authored
Dec 08, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] fix typo and few tunings
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
adb29da8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ci-scripts/cls_oaicitest.py
ci-scripts/cls_oaicitest.py
+3
-2
ci-scripts/yaml_files/fr1_enb_mono_fdd_tim/docker-compose.yml
...cripts/yaml_files/fr1_enb_mono_fdd_tim/docker-compose.yml
+1
-1
No files found.
ci-scripts/cls_oaicitest.py
View file @
268aa87c
...
...
@@ -711,7 +711,7 @@ class OaiCiTest():
HTML
.
CreateHtmlTestRowQueue
(
'N/A'
,
'KO'
,
1
,
html_queue
)
self
.
AutoTerminateUEandeNB
(
HTML
,
RAN
,
COTS_UE
,
EPC
)
def
PingCatM
(
self
,
HTML
,
RAN
,
EPC
,
COTS_UE
,
EPC
):
def
PingCatM
(
self
,
HTML
,
RAN
,
EPC
,
COTS_UE
):
if
EPC
.
IPAddress
==
''
or
EPC
.
UserName
==
''
or
EPC
.
Password
==
''
or
EPC
.
SourceCodePath
==
''
:
HELP
.
GenericHelp
(
CONST
.
Version
)
sys
.
exit
(
'Insufficient Parameter'
)
...
...
@@ -1238,6 +1238,8 @@ class OaiCiTest():
if
lDataConnectionState
==
3
:
dataConnectionState
=
'Data State: SUSPENDED'
result
=
re
.
search
(
'mDataConnectionReason=(?P<dataConnectionReason>[0-9a-zA-Z_]+)'
,
SSH
.
getBefore
())
time
.
sleep
(
1
)
SSH
.
close
()
dataConnectionReason
=
'Data Reason: UNKNOWN'
if
result
is
not
None
:
dataConnectionReason
=
'Data Reason: '
+
result
.
group
(
'dataConnectionReason'
)
...
...
@@ -1251,7 +1253,6 @@ class OaiCiTest():
qMsg
=
serviceState
+
'
\n
'
+
dataConnectionState
+
'
\n
'
+
dataConnectionReason
statusQueue
.
put
(
qMsg
)
lock
.
release
()
SSH
.
close
()
except
:
os
.
kill
(
os
.
getppid
(),
signal
.
SIGUSR1
)
...
...
ci-scripts/yaml_files/fr1_enb_mono_fdd_tim/docker-compose.yml
View file @
268aa87c
...
...
@@ -27,7 +27,7 @@ services:
FLEXRAN_ENABLED
:
'
no'
FLEXRAN_INTERFACE_NAME
:
eth0
FLEXRAN_IPV4_ADDRESS
:
CI_FLEXRAN_CTL_IP_ADDR
USE_ADDITIONAL_OPTIONS
:
'
--RUs.[0].max_rxgain
11
8
--RUs.[0].max_pdschReferenceSignalPower
-27
--eNBs.[0].component_carriers.[0].pucch_p0_Nominal
-96'
USE_ADDITIONAL_OPTIONS
:
'
--RUs.[0].max_rxgain
11
5
--RUs.[0].max_pdschReferenceSignalPower
-27
--eNBs.[0].component_carriers.[0].pucch_p0_Nominal
-96'
volumes
:
-
/dev:/dev
networks
:
...
...
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