Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Platform Validation
Commits
267c11ca
Commit
267c11ca
authored
Sep 07, 2021
by
Denis Karpenok (EPAM)
Browse files
comment csv part
parent
1fb0c5cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Summarize_Newman_Html_Reports.py
View file @
267c11ca
...
...
@@ -132,7 +132,7 @@ for env in envs:
result_data
.
cell
(
ordered_collections
[
html_report
.
split
(
'.'
)[
1
]],
5
+
env_columns
).
value
=
pass_rate
result_data
.
cell
(
ordered_collections
[
html_report
.
split
(
'.'
)[
1
]],
5
+
env_columns
).
alignment
=
\
Alignment
(
horizontal
=
'center'
)
"""
raw_data_csv_file = '../pass_rate/raw_data.csv'
headers = ['Collection', 'Date', 'Time', 'Env', 'Requests', 'Pass', 'Fail', 'Pass Rate', 'Service Version',
'Run Mode']
...
...
@@ -155,7 +155,7 @@ for env in envs:
'Service Version': 'n/a',
'Run Mode': 'CI/CD'
})
"""
total_requests
=
[
result_data
.
cell
(
i
,
2
+
env_columns
).
value
for
i
in
range
(
3
,
total_row_number
)]
for
i
in
range
(
len
(
total_requests
)):
if
isinstance
(
total_requests
[
i
],
str
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment