Commit 59f334a7 authored by Raphael Defosseux's avatar Raphael Defosseux
parent 9895c775
......@@ -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/umd_server_config.log"
sh "echo 'OAI-UDM-SERVER CONFIG: OK' >> archives/udm_server_config.log"
sh "echo 'OAI-AMF-CLIENT CONFIG: OK' >> archives/amf_client_config.log"
// Configure containers
......
......@@ -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/umd_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/udm_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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment