Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Commits
66d5d838
Commit
66d5d838
authored
4 years ago
by
Raphael Defosseux
Browse files
Options
Downloads
Patches
Plain Diff
CI: renaming html report file
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
6904c68d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
ci-scripts/Jenkinsfile-GitLab-Docker
+2
-2
2 additions, 2 deletions
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/dsTestGenerateHTMLReport.py
+1
-1
1 addition, 1 deletion
ci-scripts/dsTestGenerateHTMLReport.py
with
4 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
66d5d838
...
...
@@ -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_
test
er
_results_oai_cn5g.html
cn5g_fed_docker_logs.zip
This diff is collapsed.
Click to expand it.
ci-scripts/Jenkinsfile-GitLab-Docker
+
2
−
2
View file @
66d5d838
...
...
@@ -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_
test
er
_results_oai_cn5g.html'
))
{
archiveArtifacts
artifacts:
'
ds_
test
er
_results_oai_cn5g.html'
}
}
}
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/dsTestGenerateHTMLReport.py
+
1
−
1
View file @
66d5d838
...
...
@@ -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_
test
er
_results_oai_cn5g.html
'
,
'
w
'
)
self
.
generateHeader
()
finalStatus
=
self
.
testSummaryHeader
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment