Skip to content
Snippets Groups Projects
Commit ce2d718e authored by ismail's avatar ismail
Browse files

CI: renamed the html file name for OC

parent 7ca58890
No related branches found
No related tags found
1 merge request!12CI pipeline for OC deployment and testing with dsTester
......@@ -238,8 +238,8 @@ pipeline {
if (fileExists('cn5g_fed_cluster_logs.zip')) {
archiveArtifacts artifacts: 'cn5g_fed_cluster_logs.zip'
}
if (fileExists('test_results_oai_cn5g.html')) {
archiveArtifacts artifacts: 'test_results_oai_cn5g.html'
if (fileExists('test_results_oai_cn5g_oc.html')) {
archiveArtifacts artifacts: 'test_results_oai_cn5g_oc.html'
}
}
}
......
......@@ -35,7 +35,7 @@ class HtmlReport():
def generate(self):
cwd = os.getcwd()
self.file = open(cwd + '/test_results_oai_cn5g.html', 'w')
self.file = open(cwd + '/test_results_oai_cn5g_oc.html', 'w')
self.generateHeader()
self.deploymentSummaryHeader()
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