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
3e21aa57
Commit
3e21aa57
authored
May 17, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ci-ping-improvements' into integration_2023_w20
parents
4253bd5f
f911768b
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
117 additions
and
355 deletions
+117
-355
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+2
-2
ci-scripts/cls_oaicitest.py
ci-scripts/cls_oaicitest.py
+111
-349
ci-scripts/xml_files/container_nsa_b200_quectel.xml
ci-scripts/xml_files/container_nsa_b200_quectel.xml
+2
-2
ci-scripts/xml_files/container_sa_b200_quectel.xml
ci-scripts/xml_files/container_sa_b200_quectel.xml
+2
-2
No files found.
ci-scripts/cls_containerize.py
View file @
3e21aa57
...
@@ -879,8 +879,8 @@ class Containerize():
...
@@ -879,8 +879,8 @@ class Containerize():
cnt
+=
1
cnt
+=
1
mySSH
.
command
(
'docker inspect --format="ImageUsed: {{.Config.Image}}" '
+
containerName
,
'\$'
,
5
)
mySSH
.
command
(
'docker inspect --format="ImageUsed: {{.Config.Image}}" '
+
containerName
,
'\$'
,
5
)
for
stdoutLine
in
mySSH
.
getBefore
().
split
(
'
\n
'
):
for
stdoutLine
in
mySSH
.
getBefore
().
split
(
'
\n
'
):
if
stdoutLine
.
count
(
'ImageUsed:
porcepix
'
):
if
stdoutLine
.
count
(
'ImageUsed:
oai-ci
'
):
usedImage
=
stdoutLine
.
replace
(
'ImageUsed:
porcepix'
,
'porcepix
'
).
strip
()
usedImage
=
stdoutLine
.
replace
(
'ImageUsed:
oai-ci'
,
'oai-ci
'
).
strip
()
logging
.
debug
(
'Used image is '
+
usedImage
)
logging
.
debug
(
'Used image is '
+
usedImage
)
if
usedImage
!=
''
:
if
usedImage
!=
''
:
mySSH
.
command
(
'docker image inspect --format "* Size = {{.Size}} bytes
\n
* Creation = {{.Created}}
\n
* Id = {{.Id}}" '
+
usedImage
,
'\$'
,
5
,
silent
=
True
)
mySSH
.
command
(
'docker image inspect --format "* Size = {{.Size}} bytes
\n
* Creation = {{.Created}}
\n
* Id = {{.Id}}" '
+
usedImage
,
'\$'
,
5
,
silent
=
True
)
...
...
ci-scripts/cls_oaicitest.py
View file @
3e21aa57
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/container_nsa_b200_quectel.xml
View file @
3e21aa57
...
@@ -228,8 +228,8 @@
...
@@ -228,8 +228,8 @@
<yaml_path>
ci-scripts/yaml_files/nsa_b200_gnb
</yaml_path>
<yaml_path>
ci-scripts/yaml_files/nsa_b200_gnb
</yaml_path>
<eNB_instance>
1
</eNB_instance>
<eNB_instance>
1
</eNB_instance>
<eNB_serverId>
1
</eNB_serverId>
<eNB_serverId>
1
</eNB_serverId>
<d_retx_th>
1,100,100,100
</d_retx_th>
<d_retx_th>
1
0
,100,100,100
</d_retx_th>
<u_retx_th>
1,100,100,100
</u_retx_th>
<u_retx_th>
1
0
,100,100,100
</u_retx_th>
</testCase>
</testCase>
</testCaseList>
</testCaseList>
...
...
ci-scripts/xml_files/container_sa_b200_quectel.xml
View file @
3e21aa57
...
@@ -179,8 +179,8 @@
...
@@ -179,8 +179,8 @@
<yaml_path>
ci-scripts/yaml_files/sa_b200_gnb
</yaml_path>
<yaml_path>
ci-scripts/yaml_files/sa_b200_gnb
</yaml_path>
<eNB_instance>
0
</eNB_instance>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<eNB_serverId>
0
</eNB_serverId>
<d_retx_th>
1,100,100,100
</d_retx_th>
<d_retx_th>
1
0
,100,100,100
</d_retx_th>
<u_retx_th>
1,100,100,100
</u_retx_th>
<u_retx_th>
1
0
,100,100,100
</u_retx_th>
</testCase>
</testCase>
</testCaseList>
</testCaseList>
...
...
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