Skip to content
Snippets Groups Projects
Commit 66d5d838 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: renaming html report file

parent 6904c68d
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ ci-scripts/mysql-complete.cmd
ci-scripts/temp/ci-*.sh
spgw_u.conf
deploy_results_oai_cn5g.html
test_results_oai_cn5g_ds_tester.html
ds_tester_results_oai_cn5g.html
cn5g_fed_docker_logs.zip
......@@ -265,8 +265,8 @@ pipeline {
if (fileExists('deploy_results_oai_cn5g.html')) {
archiveArtifacts artifacts: 'deploy_results_oai_cn5g.html'
}
if (fileExists('test_results_oai_cn5g_ds_tester.html')) {
archiveArtifacts artifacts: 'test_results_oai_cn5g_ds_tester.html'
if (fileExists('ds_tester_results_oai_cn5g.html')) {
archiveArtifacts artifacts: 'ds_tester_results_oai_cn5g.html'
}
}
}
......
......@@ -34,7 +34,7 @@ class HtmlReport():
def generate(self):
cwd = os.getcwd()
self.file = open(cwd + '/test_results_oai_cn5g_ds_tester.html', 'w')
self.file = open(cwd + '/ds_tester_results_oai_cn5g.html', 'w')
self.generateHeader()
finalStatus = self.testSummaryHeader()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment