Date and time of the report: 2024-11-30 08:20:22.709812
Analysed period: 2024-11-09 to 2024-11-30.
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.561065 | 21.561065 | 0.0 | 14.999896 | 0.500000 | 15.499896 | 0.967742 | 13.999873 | 0.684734 | 14.684606 | 0.953371 | 0.0 | 21.64787 | 21.64787 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.561065 | 21.561065 | 0.0 | 0.000000 | 15.499896 | 15.499896 | 0.000000 | 0.000000 | 14.684606 | 14.684606 | 0.000000 | 0.0 | 21.64787 | 21.64787 | 0.0 |
Basic 06-Vnf With Charm | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 14.684606 | 14.684606 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 |
Basic 07-Secure Key Management | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 14.684606 | 14.684606 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.000000 | 21.561065 | 21.561065 | 0.0 | 14.999896 | 0.500000 | 15.499896 | 0.967742 | 13.999873 | 0.684734 | 14.684606 | 0.953371 | 0.0 | 21.64787 | 21.64787 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 21.561065 | 0.000000 | 21.561065 | 1.0 | 0.000000 | 15.499896 | 15.499896 | 0.000000 | 0.000000 | 14.684606 | 14.684606 | 0.000000 | 0.0 | 21.64787 | 21.64787 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 21.561065 | 21.561065 | 0.0 | 0.000000 | 15.499896 | 15.499896 | 0.000000 | 0.000000 | 14.684606 | 14.684606 | 0.000000 | 0.0 | 21.64787 | 21.64787 | 0.0 |
Sol003 02-Dualstack Ip Vnfm | 0.000000 | 21.561065 | 21.561065 | 0.0 | 0.000000 | 15.499896 | 15.499896 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 21.64787 | 21.64787 | 0.0 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 |
67 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 3189 | 2024-11-30 02:06:10 | 14121279 | UNSTABLE | FAIL | 448.0 | 24.0 |
1 | osm-stage_3-merge/v16.0 | 74 | 2024-11-30 00:01:09 | 12469669 | FAILURE | UNAVAILABLE | NaN | NaN |
2 | osm-stage_3-merge/v15.0 | 334 | 2024-11-30 03:34:10 | 12421731 | UNSTABLE | FAIL | 447.0 | 8.0 |
3 | osm-stage_3-merge/v14.0 | 489 | 2024-11-29 23:08:09 | 18473739 | UNSTABLE | FAIL | 590.0 | 13.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
141 | Basic 27-Update Helm Ee In Running Vnf Instance | FAIL | 2024-11-30 02:44:38 | 2024-11-30 02:47:48 | 13 | 3 | Update Running VNF Instance | Update Network Service |
144 | Basic 30-Ns Ipv6 Profile | FAIL | 2024-11-30 02:53:11 | 2024-11-30 02:57:52 | 11 | 1 | Verify Vnf2 Interfaces | Execute Remote Command Check Rc Return Output |
154 | Heal 01-Volume Vdu Healing | FAIL | 2024-11-30 03:16:35 | 2024-11-30 03:21:24 | 15 | 1 | None | None |
155 | Heal 02-Scale Vdu Healing | FAIL | 2024-11-30 03:21:24 | 2024-11-30 03:26:58 | 17 | 1 | Check VNF After Healing | Should Contain |
156 | Heal 03-Multiple Healing | FAIL | 2024-11-30 03:26:58 | 2024-11-30 03:54:19 | 11 | 7 | Heal VDUs | Heal Network Service |
165 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-11-30 04:18:50 | 2024-11-30 04:34:10 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
166 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-11-30 04:34:10 | 2024-11-30 05:07:42 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
167 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-11-30 05:07:42 | 2024-11-30 05:28:38 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
170 | Slice 02-Shared Network Slicing | FAIL | 2024-11-30 05:35:38 | 2024-11-30 05:55:24 | 16 | 4 | Delete Slice Two Instance | Delete NSI |
osm-stage_3-merge/v16.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword |
---|
osm-stage_3-merge/v15.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
245 | Basic 30-Ns Ipv6 Profile | FAIL | 2024-11-30 04:30:26 | 2024-11-30 04:35:26 | 11 | 1 | Verify Vnf2 Interfaces | Execute Remote Command Check Rc Return Output |
265 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-11-30 05:31:05 | 2024-11-30 05:46:27 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
266 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-11-30 05:46:27 | 2024-11-30 06:19:58 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
267 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-11-30 06:19:58 | 2024-11-30 06:40:54 | 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 | |
---|---|---|---|---|---|---|---|---|
181 | Basic 13-Ns Relations | FAIL | 2024-11-29 23:56:07 | 2024-11-30 00:04:42 | 4 | 4 | Delete NS Instance | Delete NS |
198 | Basic 30-Ns Ipv6 Profile | FAIL | 2024-11-30 00:57:07 | 2024-11-30 01:02:04 | 11 | 1 | Verify Vnf2 Interfaces | Execute Remote Command Check Rc Return Output |
211 | Heal 04-Autohealing | FAIL | 2024-11-30 02:00:56 | 2024-11-30 02:07:15 | 13 | 1 | Check VNF After Healing | Should Not Be Equal |
223 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-11-30 02:46:27 | 2024-11-30 03:01:47 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
224 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-11-30 03:01:47 | 2024-11-30 03:35:17 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
225 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-11-30 03:35:17 | 2024-11-30 03:56:11 | 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 | |
---|---|---|---|---|---|---|
22 | Basic 27-Update Helm Ee In Running Vnf Instance | Update Running VNF Instance | Update Network Service | FAIL | 2024-11-30 02:47:09 | 2024-11-30 02:47:09 |
24 | Basic 27-Update Helm Ee In Running Vnf Instance | Execute Day 2 Operation on Upgraded Helm EE | Execute NS Action | FAIL | 2024-11-30 02:47:09 | 2024-11-30 02:47:10 |
26 | Basic 27-Update Helm Ee In Running Vnf Instance | Check Remote Folder Created Via Day 2 Operation | Check If Remote Folder Exists | FAIL | 2024-11-30 02:47:10 | 2024-11-30 02:47:11 |
66 | Basic 30-Ns Ipv6 Profile | Verify Vnf2 Interfaces | Execute Remote Command Check Rc Return Output | FAIL | 2024-11-30 02:56:40 | 2024-11-30 02:57:12 |
204 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Should Contain | FAIL | 2024-11-30 03:24:54 | 2024-11-30 03:24:54 |
275 | Heal 03-Multiple Healing | Heal VDUs | Heal Network Service | FAIL | 2024-11-30 03:29:56 | 2024-11-30 03:40:05 |
281 | Heal 03-Multiple Healing | Check VNFs After Healing | Should Not Be Equal | FAIL | 2024-11-30 03:40:06 | 2024-11-30 03:40:06 |
288 | Heal 03-Multiple Healing | Check Day0 And Day1 In VDU After Healing | Wait Until Keyword Succeeds | FAIL | 2024-11-30 03:40:06 | 2024-11-30 03:42:21 |
296 | Heal 03-Multiple Healing | Delete NS Instance | Delete NS | FAIL | 2024-11-30 03:42:30 | 2024-11-30 03:46:39 |
297 | Heal 03-Multiple Healing | Delete NS Descriptor | Delete NSD | FAIL | 2024-11-30 03:46:39 | 2024-11-30 03:46:40 |
298 | Heal 03-Multiple Healing | Delete VNF Descriptors | Delete VNFD | FAIL | 2024-11-30 03:46:40 | 2024-11-30 03:46:42 |
311 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-11-30 04:19:32 | 2024-11-30 04:33:33 |
341 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-11-30 04:34:59 | 2024-11-30 04:49:00 |
346 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-11-30 04:49:02 | 2024-11-30 05:03:03 |
349 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-11-30 05:05:03 | 2024-11-30 05:05:03 |
380 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-11-30 05:09:52 | 2024-11-30 05:23:52 |
381 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-11-30 05:23:52 | 2024-11-30 05:27:22 |
422 | Slice 02-Shared Network Slicing | Delete Slice Two Instance | Delete NSI | FAIL | 2024-11-30 05:41:21 | 2024-11-30 05:45:32 |
424 | Slice 02-Shared Network Slicing | Delete Slice Two Template | Delete NST | FAIL | 2024-11-30 05:45:35 | 2024-11-30 05:45:37 |
425 | Slice 02-Shared Network Slicing | Delete NS Descriptors | Delete NSD | FAIL | 2024-11-30 05:45:37 | 2024-11-30 05:45:38 |
427 | Slice 02-Shared Network Slicing | Delete VNF Descriptors | Delete VNFD | FAIL | 2024-11-30 05:45:38 | 2024-11-30 05:45:40 |
osm-stage_3-merge/v16.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
osm-stage_3-merge/v15.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
666 | Basic 30-Ns Ipv6 Profile | Verify Vnf2 Interfaces | Execute Remote Command Check Rc Return Output | FAIL | 2024-11-30 04:33:56 | 2024-11-30 04:34:29 |
694 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-11-30 05:31:49 | 2024-11-30 05:45:50 |
724 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-11-30 05:47:16 | 2024-11-30 06:01:16 |
729 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-11-30 06:01:18 | 2024-11-30 06:15:19 |
732 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-11-30 06:17:19 | 2024-11-30 06:17:19 |
763 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-11-30 06:22:07 | 2024-11-30 06:36:08 |
764 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-11-30 06:36:08 | 2024-11-30 06:39:38 |
osm-stage_3-merge/v14.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
434 | Basic 13-Ns Relations | Delete NS Instance | Delete NS | FAIL | 2024-11-30 00:00:06 | 2024-11-30 00:04:13 |
435 | Basic 13-Ns Relations | Delete NS Descriptor | Delete NSD | FAIL | 2024-11-30 00:04:13 | 2024-11-30 00:04:14 |
436 | Basic 13-Ns Relations | Delete VNF Descriptor Provides | Delete VNFD | FAIL | 2024-11-30 00:04:14 | 2024-11-30 00:04:16 |
437 | Basic 13-Ns Relations | Delete VNF Descriptor Requires | Delete VNFD | FAIL | 2024-11-30 00:04:16 | 2024-11-30 00:04:17 |
474 | Basic 30-Ns Ipv6 Profile | Verify Vnf2 Interfaces | Execute Remote Command Check Rc Return Output | FAIL | 2024-11-30 01:00:35 | 2024-11-30 01:01:07 |
527 | Heal 04-Autohealing | Check VNF After Healing | Should Not Be Equal | FAIL | 2024-11-30 02:06:34 | 2024-11-30 02:06:34 |
546 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-11-30 02:47:10 | 2024-11-30 03:01:10 |
579 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-11-30 03:02:36 | 2024-11-30 03:16:37 |
586 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-11-30 03:16:39 | 2024-11-30 03:30:39 |
589 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-11-30 03:32:39 | 2024-11-30 03:32:39 |
594 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VDUs After Auto-scaling | Run Keyword If | FAIL | 2024-11-30 03:34:40 | 2024-11-30 03:34:40 |
621 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-11-30 03:37:26 | 2024-11-30 03:51:26 |
623 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-11-30 03:51:26 | 2024-11-30 03:54:57 |
Powered by osm-analytics