Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-smf
Commits
59f334a7
Commit
59f334a7
authored
Apr 16, 2020
by
Raphael Defosseux
Browse files
CI: fix typos
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@openairinterface.org
>
parent
9895c775
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
m
d_server_config.log"
sh
"echo 'OAI-UDM-SERVER CONFIG: OK' >> archives/ud
m
_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
m
d_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/ud
m
_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