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
wangjie
OpenXG-RAN
Commits
bd580dac
Commit
bd580dac
authored
Apr 15, 2021
by
Mohammed Ismail
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: update
Signed-off-by:
Mohammed Ismail
<
mohammed.ismail@openairinterface.org
>
parent
e67a5071
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ci-scripts/cls_physim1.py
ci-scripts/cls_physim1.py
+1
-0
ci-scripts/html.py
ci-scripts/html.py
+7
-0
No files found.
ci-scripts/cls_physim1.py
View file @
bd580dac
...
...
@@ -240,6 +240,7 @@ class PhySim:
ret2
=
re
.
search
(
'T[^
\n
]*'
,
str
(
line
))
if
ret2
is
not
None
:
ret3
=
ret2
.
group
()
ret3
=
ret3
.
replace
(
"[00m"
,
""
)
if
re
.
search
(
'execution 015'
,
str
(
line
)):
self
.
testCount
[
0
]
+=
1
testName
=
line
.
split
()
...
...
ci-scripts/html.py
View file @
bd580dac
...
...
@@ -599,7 +599,14 @@ class HTMLManagement():
self
.
htmlFile
.
write
(
' <th colspan="2">Test Description</th>
\n
'
)
self
.
htmlFile
.
write
(
' <th colspan='
+
str
(
1
+
self
.
htmlUEConnected
)
+
'>Result</th>
\n
'
)
self
.
htmlFile
.
write
(
' </tr>
\n
'
)
y
=
''
for
key
,
value
in
testResult
.
items
():
x
=
key
.
split
(
"."
)
if
x
[
0
]
!=
y
:
self
.
htmlFile
.
write
(
' <tr bgcolor = "lightgreen" >
\n
'
)
self
.
htmlFile
.
write
(
' <td style="text-align: center;" colspan='
+
str
(
5
+
self
.
htmlUEConnected
)
+
'><b>"'
+
x
[
0
]
+
'" series </b></td>
\n
'
)
self
.
htmlFile
.
write
(
' </tr>
\n
'
)
y
=
x
[
0
]
self
.
htmlFile
.
write
(
' <tr>
\n
'
)
self
.
htmlFile
.
write
(
' <td colspan="2" bgcolor = "lightcyan" >'
+
key
+
' </td>
\n
'
)
self
.
htmlFile
.
write
(
' <td colspan="2" bgcolor = "lightcyan" >'
+
value
[
0
]
+
'</td>
\n
'
)
...
...
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