Date and time of the report: 2024-12-15 08:20:21.189723
Analysed period: 2024-11-24 to 2024-12-15.
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.0000 | 20.5611 | 20.5611 | 0.0 | 6.000000 | 15.500023 | 21.500023 | 0.279069 | 4.999965 | 15.684757 | 20.684722 | 0.241723 | 0.0 | 21.647951 | 21.647951 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0000 | 20.5611 | 20.5611 | 0.0 | 0.000000 | 21.500023 | 21.500023 | 0.000000 | 0.000000 | 20.684722 | 20.684722 | 0.000000 | 0.0 | 21.647951 | 21.647951 | 0.0 |
Basic 06-Vnf With Charm | 0.0000 | 0.0000 | 0.0000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 20.684722 | 20.684722 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 |
Basic 07-Secure Key Management | 0.0000 | 0.0000 | 0.0000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 20.684722 | 20.684722 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.0000 | 20.5611 | 20.5611 | 0.0 | 6.000000 | 15.500023 | 21.500023 | 0.279069 | 4.999965 | 15.684757 | 20.684722 | 0.241723 | 0.0 | 21.647951 | 21.647951 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 20.5611 | 0.0000 | 20.5611 | 1.0 | 1.000012 | 20.500012 | 21.500023 | 0.046512 | 0.000000 | 20.684722 | 20.684722 | 0.000000 | 0.0 | 21.647951 | 21.647951 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.0000 | 20.5611 | 20.5611 | 0.0 | 0.000000 | 21.500023 | 21.500023 | 0.000000 | 0.000000 | 20.684722 | 20.684722 | 0.000000 | 0.0 | 21.647951 | 21.647951 | 0.0 |
Sol003 02-Dualstack Ip Vnfm | 0.0000 | 20.5611 | 20.5611 | 0.0 | 0.000000 | 21.500023 | 21.500023 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 21.647951 | 21.647951 | 0.0 |
basic 23-delete vnf package SOL004 SOL007 | 0.0000 | 0.0000 | 0.0000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.0000 | 0.0000 | 0.0000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 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 | 3204 | 2024-12-15 02:06:12 | 14493066 | UNSTABLE | FAIL | 452.0 | 20.0 |
1 | osm-stage_3-merge/v16.0 | 91 | 2024-12-15 00:01:11 | 12785167 | UNSTABLE | FAIL | 462.0 | 10.0 |
2 | osm-stage_3-merge/v15.0 | 349 | 2024-12-15 03:34:12 | 11938903 | UNSTABLE | FAIL | 448.0 | 7.0 |
3 | osm-stage_3-merge/v14.0 | 504 | 2024-12-14 23:08:11 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
154 | Heal 01-Volume Vdu Healing | FAIL | 2024-12-15 03:22:08 | 2024-12-15 03:27:16 | 15 | 1 | None | None |
155 | Heal 02-Scale Vdu Healing | FAIL | 2024-12-15 03:27:16 | 2024-12-15 03:32:49 | 17 | 1 | Check VNF After Healing | Should Contain |
156 | Heal 03-Multiple Healing | FAIL | 2024-12-15 03:32:49 | 2024-12-15 04:00:15 | 11 | 7 | Heal VDUs | Heal Network Service |
165 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-12-15 04:24:57 | 2024-12-15 04:40:18 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
166 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-12-15 04:40:18 | 2024-12-15 05:13:50 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
167 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-12-15 05:13:50 | 2024-12-15 05:34:46 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
170 | Slice 02-Shared Network Slicing | FAIL | 2024-12-15 05:41:52 | 2024-12-15 06:01:42 | 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 | |
---|---|---|---|---|---|---|---|---|
248 | K8S 13-Two Helm Kdu | FAIL | 2024-12-15 01:47:26 | 2024-12-15 01:56:54 | 15 | 3 | Delete Network Service Instance | Delete NS |
252 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-12-15 02:03:24 | 2024-12-15 02:18:47 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
253 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-12-15 02:18:47 | 2024-12-15 02:52:20 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
254 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-12-15 02:52:20 | 2024-12-15 03:13:19 | 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 | |
---|---|---|---|---|---|---|---|---|
208 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-12-15 05:24:33 | 2024-12-15 05:39:51 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
209 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-12-15 05:39:51 | 2024-12-15 06:13:18 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
210 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-12-15 06:13:18 | 2024-12-15 06:34:07 | 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 |
---|
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
120 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Should Contain | FAIL | 2024-12-15 03:30:48 | 2024-12-15 03:30:48 |
191 | Heal 03-Multiple Healing | Heal VDUs | Heal Network Service | FAIL | 2024-12-15 03:35:48 | 2024-12-15 03:45:59 |
197 | Heal 03-Multiple Healing | Check VNFs After Healing | Should Not Be Equal | FAIL | 2024-12-15 03:46:00 | 2024-12-15 03:46:00 |
204 | Heal 03-Multiple Healing | Check Day0 And Day1 In VDU After Healing | Wait Until Keyword Succeeds | FAIL | 2024-12-15 03:46:00 | 2024-12-15 03:48:15 |
212 | Heal 03-Multiple Healing | Delete NS Instance | Delete NS | FAIL | 2024-12-15 03:48:24 | 2024-12-15 03:52:33 |
213 | Heal 03-Multiple Healing | Delete NS Descriptor | Delete NSD | FAIL | 2024-12-15 03:52:33 | 2024-12-15 03:52:35 |
214 | Heal 03-Multiple Healing | Delete VNF Descriptors | Delete VNFD | FAIL | 2024-12-15 03:52:35 | 2024-12-15 03:52:36 |
227 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-12-15 04:25:39 | 2024-12-15 04:39:40 |
257 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-12-15 04:41:07 | 2024-12-15 04:55:08 |
262 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-12-15 04:55:10 | 2024-12-15 05:09:11 |
265 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-12-15 05:11:11 | 2024-12-15 05:11:11 |
296 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-12-15 05:15:59 | 2024-12-15 05:29:59 |
297 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-12-15 05:29:59 | 2024-12-15 05:33:30 |
338 | Slice 02-Shared Network Slicing | Delete Slice Two Instance | Delete NSI | FAIL | 2024-12-15 05:47:36 | 2024-12-15 05:51:48 |
340 | Slice 02-Shared Network Slicing | Delete Slice Two Template | Delete NST | FAIL | 2024-12-15 05:51:51 | 2024-12-15 05:51:53 |
341 | Slice 02-Shared Network Slicing | Delete NS Descriptors | Delete NSD | FAIL | 2024-12-15 05:51:53 | 2024-12-15 05:51:54 |
343 | Slice 02-Shared Network Slicing | Delete VNF Descriptors | Delete VNFD | FAIL | 2024-12-15 05:51:54 | 2024-12-15 05:51:56 |
osm-stage_3-merge/v16.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
471 | K8S 13-Two Helm Kdu | Delete Network Service Instance | Delete NS | FAIL | 2024-12-15 01:52:08 | 2024-12-15 01:56:19 |
473 | K8S 13-Two Helm Kdu | Delete NS Descriptor Test | Delete NSD | FAIL | 2024-12-15 01:56:22 | 2024-12-15 01:56:24 |
474 | K8S 13-Two Helm Kdu | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2024-12-15 01:56:24 | 2024-12-15 01:56:25 |
485 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-12-15 02:04:08 | 2024-12-15 02:18:09 |
515 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-12-15 02:19:36 | 2024-12-15 02:33:37 |
520 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-12-15 02:33:39 | 2024-12-15 02:47:40 |
523 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-12-15 02:49:40 | 2024-12-15 02:49:40 |
554 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-12-15 02:54:30 | 2024-12-15 03:08:31 |
555 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-12-15 03:08:31 | 2024-12-15 03:12:01 |
osm-stage_3-merge/v15.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
355 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2024-12-15 05:25:14 | 2024-12-15 05:39:15 |
385 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2024-12-15 05:40:38 | 2024-12-15 05:54:38 |
390 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2024-12-15 05:54:40 | 2024-12-15 06:08:41 |
393 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2024-12-15 06:10:41 | 2024-12-15 06:10:41 |
424 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2024-12-15 06:15:25 | 2024-12-15 06:29:25 |
425 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2024-12-15 06:29:25 | 2024-12-15 06:32:55 |
osm-stage_3-merge/v14.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics