Date and time of the report: 2024-12-29 08:20:22.332280
Analysed period: 2024-12-08 to 2024-12-29.
Database update:
Retrieving from database...
DONE
Two values retrieved from the build are key to determine the state of the jubs and test suites at a given moment:
build_result
is the outcome of the build, reported by Jenkins. It can be: SUCCESS
, FAILURE
, UNSTABLE
or ABORTED
.test_result
is the summary of the concerned Robot tests. It can be: FAIL
, UNAVAILABLE
or PASS
.Based on these two states, 3 types of temporal sequences of success/failure are identified per builds and test suites:
grp_build_result
.grp_test_result
.grp_success_fail
.For the identification of these sequences, the following mapping applies:
Type of sequence | Relevant state | OK sequence contains | NOK sequence contains | Ignore |
---|---|---|---|---|
grp_build_result |
build_result |
SUCCESS or UNSTABLE |
FAILURE |
ABORTED |
grp_test_result |
test_result |
PASS |
FAIL |
UNAVAILABLE |
grp_success_fail |
test_result |
PASS |
FAIL or UNAVAILABLE |
N/A |
The different groupings of segments are detected and a label is added to each sample...
DONE
Then, the duration of each of the sequences of success/failure is determined and a specific dataframe is built summarizing such sequences, to ease their representation and analysis...
DONE
DONE
job | Master branch | Release FIFTEEN | Release FOURTEEN | Release SIXTEEN | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
days_failing | days_passing | days_run | error_rate | days_failing | days_passing | days_run | error_rate | days_failing | days_passing | days_run | error_rate | days_failing | days_passing | days_run | error_rate | |
suites | ||||||||||||||||
Basic 01-Crud Operations On Vim Targets | 0.000000 | 21.561169 | 21.561169 | 0.000000 | 0.0 | 21.500058 | 21.500058 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 21.647986 | 21.647986 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.561169 | 21.561169 | 0.000000 | 0.0 | 21.500058 | 21.500058 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 21.647986 | 21.647986 | 0.0 |
Basic 06-Vnf With Charm | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
Basic 07-Secure Key Management | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.000000 | 21.561169 | 21.561169 | 0.000000 | 0.0 | 21.500058 | 21.500058 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 21.647986 | 21.647986 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 12.584572 | 8.976597 | 21.561169 | 0.583668 | 0.0 | 21.500058 | 21.500058 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 21.647986 | 21.647986 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 21.561169 | 21.561169 | 0.000000 | 0.0 | 21.500058 | 21.500058 | 0.0 | 0.0 | 20.684757 | 20.684757 | 0.0 | 0.0 | 21.647986 | 21.647986 | 0.0 |
Sol003 02-Dualstack Ip Vnfm | 0.000000 | 21.561169 | 21.561169 | 0.000000 | 0.0 | 21.500058 | 21.500058 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 21.647986 | 21.647986 | 0.0 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
67 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 3225 | 2024-12-29 02:06:18 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
1 | osm-stage_3-merge/v16.0 | 105 | 2024-12-29 00:01:17 | 12478178 | UNSTABLE | FAIL | 465.0 | 7.0 |
2 | osm-stage_3-merge/v15.0 | 363 | 2024-12-29 03:34:18 | 11979771 | UNSTABLE | FAIL | 448.0 | 7.0 |
3 | osm-stage_3-merge/v14.0 | 518 | 2024-12-28 23:08:17 | 18269667 | UNSTABLE | FAIL | 592.0 | 11.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword |
---|
osm-stage_3-merge/v16.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
265 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-12-29 01:58:40 | 2024-12-29 02:14:02 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
266 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-12-29 02:14:02 | 2024-12-29 02:48:07 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
267 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-12-29 02:48:07 | 2024-12-29 03:09:04 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
osm-stage_3-merge/v15.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
221 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-12-29 05:24:42 | 2024-12-29 05:40:33 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
222 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-12-29 05:40:33 | 2024-12-29 06:14:03 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
223 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-12-29 06:14:03 | 2024-12-29 06:34:55 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
osm-stage_3-merge/v14.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
137 | Basic 13-Ns Relations | FAIL | 2024-12-28 23:55:57 | 2024-12-29 00:04:34 | 4 | 4 | Delete NS Instance | Delete NS |
179 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-12-29 02:42:55 | 2024-12-29 02:58:15 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
180 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-12-29 02:58:15 | 2024-12-29 03:31:45 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
181 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-12-29 03:31:45 | 2024-12-29 03:52:38 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
osm-stage_3-merge/v16.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
201 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-12-29 01:59:23 | 2024-12-29 02:13:24 |
231 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-12-29 02:15:23 | 2024-12-29 02:29:24 |
236 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-12-29 02:29:26 | 2024-12-29 02:43:27 |
239 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-12-29 02:45:27 | 2024-12-29 02:45:27 |
270 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-12-29 02:50:16 | 2024-12-29 03:04:17 |
271 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-12-29 03:04:17 | 2024-12-29 03:07:47 |
osm-stage_3-merge/v15.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
114 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-12-29 05:25:56 | 2024-12-29 05:39:57 |
144 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-12-29 05:41:21 | 2024-12-29 05:55:22 |
149 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-12-29 05:55:24 | 2024-12-29 06:09:24 |
152 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-12-29 06:11:24 | 2024-12-29 06:11:24 |
183 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-12-29 06:16:10 | 2024-12-29 06:30:10 |
184 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-12-29 06:30:10 | 2024-12-29 06:33:40 |
osm-stage_3-merge/v14.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
5 | Basic 13-Ns Relations | Delete NS Instance | Delete NS | FAIL | 2024-12-28 23:59:58 | 2024-12-29 00:04:05 |
6 | Basic 13-Ns Relations | Delete NS Descriptor | Delete NSD | FAIL | 2024-12-29 00:04:05 | 2024-12-29 00:04:07 |
7 | Basic 13-Ns Relations | Delete VNF Descriptor Provides | Delete VNFD | FAIL | 2024-12-29 00:04:07 | 2024-12-29 00:04:08 |
8 | Basic 13-Ns Relations | Delete VNF Descriptor Requires | Delete VNFD | FAIL | 2024-12-29 00:04:08 | 2024-12-29 00:04:10 |
20 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-12-29 02:43:38 | 2024-12-29 02:57:38 |
53 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-12-29 02:59:04 | 2024-12-29 03:13:04 |
60 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-12-29 03:13:07 | 2024-12-29 03:27:07 |
63 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-12-29 03:29:07 | 2024-12-29 03:29:07 |
68 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VDUs After Auto-scaling | Run Keyword If | FAIL | 2024-12-29 03:31:08 | 2024-12-29 03:31:08 |
95 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-12-29 03:33:53 | 2024-12-29 03:47:54 |
97 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-12-29 03:47:54 | 2024-12-29 03:51:24 |
Powered by osm-analytics