Date and time of the report: 2025-01-05 08:20:22.407948
Analysed period: 2024-12-15 to 2025-01-05.
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.561181 | 21.561181 | 0.000000 | 0.000000 | 21.500069 | 21.500069 | 0.000000 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.000000 | 21.647998 | 21.647998 | 0.00000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.561181 | 21.561181 | 0.000000 | 0.000000 | 21.500069 | 21.500069 | 0.000000 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.000000 | 21.647998 | 21.647998 | 0.00000 |
Basic 06-Vnf With Charm | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.00000 |
Basic 07-Secure Key Management | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.00000 |
Basic 08-Disable Port Security Network Level | 0.000000 | 21.561181 | 21.561181 | 0.000000 | 0.000000 | 21.500069 | 21.500069 | 0.000000 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.000000 | 21.647998 | 21.647998 | 0.00000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 5.584583 | 15.976597 | 21.561181 | 0.259011 | 1.000058 | 20.500012 | 21.500069 | 0.046514 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.647928 | 21.000069 | 21.647998 | 0.02993 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 21.561181 | 21.561181 | 0.000000 | 0.000000 | 21.500069 | 21.500069 | 0.000000 | 0.0 | 20.68478 | 20.68478 | 0.0 | 0.647928 | 21.000069 | 21.647998 | 0.02993 |
Sol003 02-Dualstack Ip Vnfm | 0.000000 | 21.561181 | 21.561181 | 0.000000 | 0.000000 | 21.500069 | 21.500069 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 | 0.647928 | 21.000069 | 21.647998 | 0.02993 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.00000 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.00000 | 0.00000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.00000 |
67 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 3232 | 2025-01-05 02:06:18 | 12242421 | UNSTABLE | FAIL | 465.0 | 7.0 |
1 | osm-stage_3-merge/v16.0 | 112 | 2025-01-05 00:01:17 | 11424102 | UNSTABLE | FAIL | 379.0 | 93.0 |
2 | osm-stage_3-merge/v15.0 | 370 | 2025-01-05 03:34:18 | 12128759 | UNSTABLE | FAIL | 444.0 | 11.0 |
3 | osm-stage_3-merge/v14.0 | 525 | 2025-01-04 23:08:17 | 17851744 | UNSTABLE | FAIL | 595.0 | 8.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
165 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-05 04:00:12 | 2025-01-05 04:16:07 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
166 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-05 04:16:07 | 2025-01-05 04:49:41 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
167 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2025-01-05 04:49:41 | 2025-01-05 05:10:40 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
osm-stage_3-merge/v16.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
306 | K8S 14-Helm Upgrade | FAIL | 2025-01-05 01:52:17 | 2025-01-05 01:56:26 | 11 | 5 | Execute Second NS Upgrade Using KDU_RESET Flag... | Execute NS K8s Action |
307 | Lcmop 01-Cancel Operation Basic | FAIL | 2025-01-05 01:56:26 | 2025-01-05 01:56:40 | 0 | 9 | Create VNF Descriptor | Create VNFD |
308 | Quotas 01-Quota Enforcement | FAIL | 2025-01-05 01:56:40 | 2025-01-05 01:56:55 | 2 | 12 | Create First Project With Quotas | Create Project With Quotas |
309 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-05 01:56:55 | 2025-01-05 01:57:18 | 0 | 7 | Create VNF Descriptor | Create VNFD |
310 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-05 01:57:18 | 2025-01-05 02:31:05 | 5 | 10 | Instantiate Network Service | Create Network Service |
311 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2025-01-05 02:31:05 | 2025-01-05 02:52:05 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
313 | Slice 01-Network Slicing | FAIL | 2025-01-05 02:54:57 | 2025-01-05 03:01:34 | 2 | 11 | Create Slice NS Descriptors | Create NSD |
314 | Slice 02-Shared Network Slicing | FAIL | 2025-01-05 03:01:34 | 2025-01-05 03:08:24 | 2 | 18 | Create Slice VNF Descriptors | Create VNFD |
315 | Sol003 01-Vnf-Lifecycle-Management | FAIL | 2025-01-05 03:08:24 | 2025-01-05 03:08:42 | 0 | 10 | Create VNF Package From JSON File | Get VNFDs List |
316 | Sol003 02-Dualstack Ip Vnfm | FAIL | 2025-01-05 03:08:42 | 2025-01-05 03:08:54 | 0 | 9 | Create VNFD Descriptor | Create VNFD |
osm-stage_3-merge/v15.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
254 | Hackfest Multivdu | FAIL | 2025-01-05 04:46:30 | 2025-01-05 04:48:36 | 5 | 4 | Network Service Instance Test | Create Network Service |
265 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-05 05:25:31 | 2025-01-05 05:40:50 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
266 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-05 05:40:50 | 2025-01-05 06:14:19 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
267 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2025-01-05 06:14:19 | 2025-01-05 06:35:12 | 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 | |
---|---|---|---|---|---|---|---|---|
210 | Heal 03-Multiple Healing | FAIL | 2025-01-05 01:35:57 | 2025-01-05 01:49:43 | 15 | 1 | Scale Out Charm VNF | Execute Manual VNF Scale |
223 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-05 02:36:21 | 2025-01-05 02:51:40 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
224 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-05 02:51:40 | 2025-01-05 03:25:09 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
225 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2025-01-05 03:25:09 | 2025-01-05 03:46:02 | 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 | |
---|---|---|---|---|---|---|
10 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-05 04:01:28 | 2025-01-05 04:15:29 |
40 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-05 04:16:56 | 2025-01-05 04:30:57 |
45 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-05 04:31:00 | 2025-01-05 04:45:01 |
48 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-05 04:47:01 | 2025-01-05 04:47:01 |
79 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-05 04:51:51 | 2025-01-05 05:05:52 |
80 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-05 05:05:52 | 2025-01-05 05:09:23 |
osm-stage_3-merge/v16.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
384 | K8S 14-Helm Upgrade | Execute Second NS Upgrade Using KDU_RESET Flag... | Execute NS K8s Action | FAIL | 2025-01-05 01:54:46 | 2025-01-05 01:55:22 |
387 | K8S 14-Helm Upgrade | Get Additional Params And Values From Kdu Afte... | Should Be Equal | FAIL | 2025-01-05 01:55:37 | 2025-01-05 01:55:37 |
390 | K8S 14-Helm Upgrade | Delete Network Service Instance | Delete NS | FAIL | 2025-01-05 01:55:37 | 2025-01-05 01:55:53 |
391 | K8S 14-Helm Upgrade | Delete NS Descriptor Test | Delete NSD | FAIL | 2025-01-05 01:55:53 | 2025-01-05 01:56:08 |
392 | K8S 14-Helm Upgrade | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2025-01-05 01:56:08 | 2025-01-05 01:56:21 |
... | ... | ... | ... | ... | ... | ... |
758 | Sol003 02-Dualstack Ip Vnfm | Get Dual Ip | Get Dual Ip | FAIL | 2025-01-05 03:08:44 | 2025-01-05 03:08:44 |
765 | Sol003 02-Dualstack Ip Vnfm | Verify Dual Ip | Should Be Equal | FAIL | 2025-01-05 03:08:44 | 2025-01-05 03:08:44 |
767 | Sol003 02-Dualstack Ip Vnfm | Terminate VNF | Get Auth Token | FAIL | 2025-01-05 03:08:44 | 2025-01-05 03:08:47 |
779 | Sol003 02-Dualstack Ip Vnfm | Delete VNF | Get Auth Token | FAIL | 2025-01-05 03:08:47 | 2025-01-05 03:08:51 |
784 | Sol003 02-Dualstack Ip Vnfm | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2025-01-05 03:08:51 | 2025-01-05 03:08:52 |
93 rows × 6 columns
osm-stage_3-merge/v15.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
258 | Hackfest Multivdu | Network Service Instance Test | Create Network Service | FAIL | 2025-01-05 04:46:33 | 2025-01-05 04:47:12 |
261 | Hackfest Multivdu | Get Vnf Ip Address | Get Vnf Management Ip Address | FAIL | 2025-01-05 04:47:12 | 2025-01-05 04:47:12 |
264 | Hackfest Multivdu | Test Ping | Test Connectivity | FAIL | 2025-01-05 04:47:12 | 2025-01-05 04:47:42 |
267 | Hackfest Multivdu | Test SSH Access | Test SSH Connection | FAIL | 2025-01-05 04:47:42 | 2025-01-05 04:47:42 |
281 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-05 05:26:13 | 2025-01-05 05:40:13 |
311 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-05 05:41:37 | 2025-01-05 05:55:38 |
316 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-05 05:55:40 | 2025-01-05 06:09:40 |
319 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-05 06:11:40 | 2025-01-05 06:11:40 |
350 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-05 06:16:28 | 2025-01-05 06:30:28 |
351 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-05 06:30:28 | 2025-01-05 06:33:58 |
osm-stage_3-merge/v14.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
98 | Heal 03-Multiple Healing | Scale Out Charm VNF | Execute Manual VNF Scale | FAIL | 2025-01-05 01:40:31 | 2025-01-05 01:41:22 |
170 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-05 02:37:03 | 2025-01-05 02:51:03 |
203 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-05 02:52:28 | 2025-01-05 03:06:28 |
210 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-05 03:06:30 | 2025-01-05 03:20:31 |
213 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-05 03:22:31 | 2025-01-05 03:22:31 |
218 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VDUs After Auto-scaling | Run Keyword If | FAIL | 2025-01-05 03:24:31 | 2025-01-05 03:24:31 |
245 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-05 03:27:18 | 2025-01-05 03:41:18 |
247 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-05 03:41:18 | 2025-01-05 03:44:48 |
Powered by osm-analytics