diff --git a/.gitignore b/.gitignore index b95c0877a0305608cd3a4de7c413f81e64a486a4..bc74397388c6361084e6efc95644798059461b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ci-scripts/Jenkinsfile-GitLab-Docker b/ci-scripts/Jenkinsfile-GitLab-Docker index daa594bb66e8dfbdfcac5d3063faaabb27b317a4..1977e5bb65970796e0f46032089195fa3611f6e1 100644 --- a/ci-scripts/Jenkinsfile-GitLab-Docker +++ b/ci-scripts/Jenkinsfile-GitLab-Docker @@ -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' } } } diff --git a/ci-scripts/dsTestGenerateHTMLReport.py b/ci-scripts/dsTestGenerateHTMLReport.py index 7855a08ef03bf5f160d80249aa3da85e325b2513..1dfd2a4328d4066a65b04da5752224c441ae2dec 100644 --- a/ci-scripts/dsTestGenerateHTMLReport.py +++ b/ci-scripts/dsTestGenerateHTMLReport.py @@ -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()