Date and time of the report: 2025-01-07 08:20:23.423318
Analysed period: 2024-12-17 to 2025-01-07.
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.561076 | 21.561076 | 0.000000 | 0.000000 | 21.499965 | 21.499965 | 0.000000 | 0.0 | 20.684699 | 20.684699 | 0.0 | 0.000000 | 21.647894 | 21.647894 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.561076 | 21.561076 | 0.000000 | 0.000000 | 21.499965 | 21.499965 | 0.000000 | 0.0 | 20.684699 | 20.684699 | 0.0 | 0.000000 | 21.647894 | 21.647894 | 0.000000 |
Basic 06-Vnf With Charm | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 20.684699 | 20.684699 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
Basic 07-Secure Key Management | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 20.684699 | 20.684699 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
Basic 08-Disable Port Security Network Level | 0.000000 | 21.561076 | 21.561076 | 0.000000 | 0.000000 | 21.499965 | 21.499965 | 0.000000 | 0.0 | 20.684699 | 20.684699 | 0.0 | 0.000000 | 21.647894 | 21.647894 | 0.000000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 3.584572 | 17.976505 | 21.561076 | 0.166252 | 1.000058 | 20.499907 | 21.499965 | 0.046514 | 0.0 | 20.684699 | 20.684699 | 0.0 | 1.000046 | 20.647847 | 21.647894 | 0.046196 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 21.561076 | 21.561076 | 0.000000 | 0.000000 | 21.499965 | 21.499965 | 0.000000 | 0.0 | 20.684699 | 20.684699 | 0.0 | 1.000046 | 20.647847 | 21.647894 | 0.046196 |
Sol003 02-Dualstack Ip Vnfm | 0.000000 | 21.561076 | 21.561076 | 0.000000 | 0.000000 | 21.499965 | 21.499965 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 1.000046 | 20.647847 | 21.647894 | 0.046196 |
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.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
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.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
67 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 3234 | 2025-01-07 02:06:10 | 12354456 | FAILURE | FAIL | 465.0 | 7.0 |
1 | osm-stage_3-merge/v16.0 | 114 | 2025-01-07 00:01:10 | 12553283 | FAILURE | FAIL | 454.0 | 18.0 |
2 | osm-stage_3-merge/v15.0 | 372 | 2025-01-07 03:34:10 | 12038187 | FAILURE | FAIL | 448.0 | 7.0 |
3 | osm-stage_3-merge/v14.0 | 527 | 2025-01-06 23:08:10 | 18425384 | FAILURE | 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-07 04:01:27 | 2025-01-07 04:17:21 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
166 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-07 04:17:21 | 2025-01-07 04:50:54 | 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-07 04:50:54 | 2025-01-07 05:11:51 | 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 | |
---|---|---|---|---|---|---|---|---|
286 | Basic 28-Keep Persistent Volumes | FAIL | 2025-01-07 00:52:23 | 2025-01-07 00:53:46 | 5 | 11 | Network Service Instance Test | Create Network Service |
309 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-07 01:59:16 | 2025-01-07 02:14:38 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
310 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-07 02:14:38 | 2025-01-07 02:48:12 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
311 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2025-01-07 02:48:12 | 2025-01-07 03:09:10 | 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 | |
---|---|---|---|---|---|---|---|---|
265 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-07 05:24:43 | 2025-01-07 05:40:01 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
266 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-07 05:40:01 | 2025-01-07 06:13:29 | 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-07 06:13:29 | 2025-01-07 06:34:53 | 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 | |
---|---|---|---|---|---|---|---|---|
211 | Heal 04-Autohealing | FAIL | 2025-01-07 01:58:28 | 2025-01-07 02:05:48 | 13 | 1 | Check VNF After Healing | Should Not Be Equal |
223 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-07 02:45:41 | 2025-01-07 03:01:00 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
224 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-07 03:01:00 | 2025-01-07 03:34:28 | 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-07 03:34:28 | 2025-01-07 03:55:51 | 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-07 04:02:42 | 2025-01-07 04:16:43 |
40 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-07 04:18:10 | 2025-01-07 04:32:11 |
45 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-07 04:32:14 | 2025-01-07 04:46:15 |
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-07 04:48:15 | 2025-01-07 04:48:15 |
79 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-07 04:53:03 | 2025-01-07 05:07:04 |
80 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-07 05:07:04 | 2025-01-07 05:10:35 |
osm-stage_3-merge/v16.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
315 | Basic 28-Keep Persistent Volumes | Network Service Instance Test | Create Network Service | FAIL | 2025-01-07 00:52:26 | 2025-01-07 00:53:06 |
317 | Basic 28-Keep Persistent Volumes | Check Persistent Volume Counts | Variable Should Exist | FAIL | 2025-01-07 00:53:06 | 2025-01-07 00:53:06 |
322 | Basic 28-Keep Persistent Volumes | Set Persistent Volume Ids | Variable Should Exist | FAIL | 2025-01-07 00:53:06 | 2025-01-07 00:53:06 |
326 | Basic 28-Keep Persistent Volumes | Check Persistent Root Volume in VIM after NS D... | Variable Should Exist | FAIL | 2025-01-07 00:53:28 | 2025-01-07 00:53:28 |
329 | Basic 28-Keep Persistent Volumes | Check Persistent Ordinary Volume in VIM after ... | Variable Should Exist | FAIL | 2025-01-07 00:53:28 | 2025-01-07 00:53:28 |
332 | Basic 28-Keep Persistent Volumes | Prepare Ns Config With Volume Id | Set Suite Variable | FAIL | 2025-01-07 00:53:28 | 2025-01-07 00:53:28 |
333 | Basic 28-Keep Persistent Volumes | Network Service Instance With Existing Volumes... | Create Network Service | FAIL | 2025-01-07 00:53:28 | 2025-01-07 00:53:28 |
335 | Basic 28-Keep Persistent Volumes | Verify the Attachment Of Existing Persistent V... | Set Suite Variable | FAIL | 2025-01-07 00:53:28 | 2025-01-07 00:53:28 |
343 | Basic 28-Keep Persistent Volumes | Delete NS Instance With Existing Volumes Test | Delete NS | FAIL | 2025-01-07 00:53:28 | 2025-01-07 00:53:29 |
344 | Basic 28-Keep Persistent Volumes | Check Existence of Persistent Volumes | Variable Should Exist | FAIL | 2025-01-07 00:53:29 | 2025-01-07 00:53:29 |
348 | Basic 28-Keep Persistent Volumes | Delete Persistent Volumes | Clean Persistent Volumes | FAIL | 2025-01-07 00:53:29 | 2025-01-07 00:53:29 |
361 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-07 01:59:59 | 2025-01-07 02:14:00 |
391 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-07 02:15:28 | 2025-01-07 02:29:29 |
396 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-07 02:29:31 | 2025-01-07 02:43:32 |
399 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-07 02:45:32 | 2025-01-07 02:45:32 |
430 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-07 02:50:21 | 2025-01-07 03:04:22 |
431 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-07 03:04:22 | 2025-01-07 03:07:53 |
osm-stage_3-merge/v15.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
236 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-07 05:25:24 | 2025-01-07 05:39:25 |
266 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-07 05:40:49 | 2025-01-07 05:54:49 |
271 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-07 05:54:51 | 2025-01-07 06:08:52 |
274 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-07 06:10:52 | 2025-01-07 06:10:52 |
305 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-07 06:16:09 | 2025-01-07 06:30:09 |
306 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-07 06:30:09 | 2025-01-07 06:33:39 |
osm-stage_3-merge/v14.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
123 | Heal 04-Autohealing | Check VNF After Healing | Should Not Be Equal | FAIL | 2025-01-07 02:05:08 | 2025-01-07 02:05:08 |
142 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-07 02:46:24 | 2025-01-07 03:00:24 |
175 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-07 03:01:47 | 2025-01-07 03:15:48 |
182 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-07 03:15:50 | 2025-01-07 03:29:50 |
185 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-07 03:31:50 | 2025-01-07 03:31:50 |
190 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VDUs After Auto-scaling | Run Keyword If | FAIL | 2025-01-07 03:33:51 | 2025-01-07 03:33:51 |
217 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-07 03:37:08 | 2025-01-07 03:51:08 |
219 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-07 03:51:08 | 2025-01-07 03:54:39 |
Powered by osm-analytics