Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
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-SMF
Commits
59f334a7
Commit
59f334a7
authored
Apr 16, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: fix typos
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@openairinterface.org
>
parent
9895c775
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/Jenkinsfile-GitLab-Docker
+1
-1
ci-scripts/generateHtmlReport.py
ci-scripts/generateHtmlReport.py
+1
-1
No files found.
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
59f334a7
...
...
@@ -376,7 +376,7 @@ pipeline {
myShCmd
(
'docker network connect ci-n4 ci-oai-spgwu'
,
new_host_flag
,
new_host_user
,
new_host
)
sh
"echo 'OAI-AMF-SERVER CONFIG: OK' >> archives/amf_server_config.log"
sh
"echo 'OAI-UDM-SERVER CONFIG: OK' >> archives/u
md
_server_config.log"
sh
"echo 'OAI-UDM-SERVER CONFIG: OK' >> archives/u
dm
_server_config.log"
sh
"echo 'OAI-AMF-CLIENT CONFIG: OK' >> archives/amf_client_config.log"
// Configure containers
...
...
ci-scripts/generateHtmlReport.py
View file @
59f334a7
...
...
@@ -885,7 +885,7 @@ class HtmlReport():
self
.
file
.
write
(
' <tr>
\n
'
)
self
.
file
.
write
(
' <td bgcolor="lightcyan" >Container Start</td>
\n
'
)
cwd
=
os
.
getcwd
()
if
os
.
path
.
isfile
(
cwd
+
'/archives/amf_server_config.log'
)
and
os
.
path
.
isfile
(
cwd
+
'/archives/u
md
_server_config.log'
)
and
os
.
path
.
isfile
(
cwd
+
'/archives/amf_client_config.log'
):
if
os
.
path
.
isfile
(
cwd
+
'/archives/amf_server_config.log'
)
and
os
.
path
.
isfile
(
cwd
+
'/archives/u
dm
_server_config.log'
)
and
os
.
path
.
isfile
(
cwd
+
'/archives/amf_client_config.log'
):
cell_msg
=
' <td bgcolor="LimeGreen"><pre style="border:none; background-color:LimeGreen"><b>OK</b></pre></td>
\n
'
for
x
in
range
(
0
,
5
):
self
.
file
.
write
(
cell_msg
)
...
...
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