Date and time of the report: 2025-01-21 08:20:24.274253
Analysed period: 2024-12-31 to 2025-01-21.
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.0 | 21.559375 | 21.559375 | 0.0 | 0.0 | 21.498264 | 21.498264 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 0.000000 | 21.646192 | 21.646192 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 21.559375 | 21.559375 | 0.0 | 0.0 | 21.498264 | 21.498264 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 0.000000 | 21.646192 | 21.646192 | 0.000000 |
Basic 06-Vnf With Charm | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
Basic 07-Secure Key Management | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
Basic 08-Disable Port Security Network Level | 0.0 | 21.559375 | 21.559375 | 0.0 | 0.0 | 21.498264 | 21.498264 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 0.000000 | 21.646192 | 21.646192 | 0.000000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 0.0 | 21.559375 | 21.559375 | 0.0 | 0.0 | 21.498264 | 21.498264 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 1.000046 | 20.646146 | 21.646192 | 0.046200 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.559375 | 21.559375 | 0.0 | 0.0 | 21.498264 | 21.498264 | 0.0 | 0.0 | 20.683032 | 20.683032 | 0.0 | 2.000058 | 19.646134 | 21.646192 | 0.092398 |
Sol003 02-Dualstack Ip Vnfm | 0.0 | 21.559375 | 21.559375 | 0.0 | 0.0 | 21.498264 | 21.498264 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 1.000046 | 20.646146 | 21.646192 | 0.046200 |
basic 23-delete vnf package SOL004 SOL007 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 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 | 3247 | 2025-01-21 03:31:50 | 12889856 | UNSTABLE | FAIL | 465.0 | 7.0 |
1 | osm-stage_3-merge/v16.0 | 128 | 2025-01-21 00:01:08 | 12633291 | UNSTABLE | FAIL | 452.0 | 20.0 |
2 | osm-stage_3-merge/v15.0 | 386 | 2025-01-21 04:14:20 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
3 | osm-stage_3-merge/v14.0 | 541 | 2025-01-20 23:08:08 | 18362570 | UNSTABLE | FAIL | 592.0 | 11.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-21 05:37:03 | 2025-01-21 05:52:59 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
166 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-21 05:52:59 | 2025-01-21 06:26:32 | 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-21 06:26:32 | 2025-01-21 06:47:31 | 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 | |
---|---|---|---|---|---|---|---|---|
243 | Basic 28-Keep Persistent Volumes | FAIL | 2025-01-21 00:51:08 | 2025-01-21 00:52:31 | 5 | 11 | Network Service Instance Test | Create Network Service |
250 | Epa 04-Epa Underlay Sriov | FAIL | 2025-01-21 01:06:47 | 2025-01-21 01:09:42 | 7 | 2 | Ping from Vnf1 to Vnf2 | Execute Remote Command Check Rc Return Output |
266 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-21 02:00:20 | 2025-01-21 02:15:41 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
267 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-21 02:15:41 | 2025-01-21 02:49:13 | 11 | 4 | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds |
268 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2025-01-21 02:49:13 | 2025-01-21 03:11:16 | 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 |
---|
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 | 2025-01-20 23:55:55 | 2025-01-21 00:04:32 | 4 | 4 | Delete NS Instance | Delete NS |
223 | Sa 01-Vnf With Vim Metrics | FAIL | 2025-01-21 02:43:45 | 2025-01-21 02:59:37 | 6 | 1 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
224 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2025-01-21 02:59:37 | 2025-01-21 03:33:07 | 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-21 03:33:07 | 2025-01-21 03:53:59 | 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-21 05:38:20 | 2025-01-21 05:52:21 |
40 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-21 05:53:48 | 2025-01-21 06:07:49 |
45 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-21 06:07:51 | 2025-01-21 06:21:52 |
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-21 06:23:52 | 2025-01-21 06:23:52 |
79 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-21 06:28:43 | 2025-01-21 06:42:44 |
80 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-21 06:42:44 | 2025-01-21 06:46:14 |
osm-stage_3-merge/v16.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
193 | Basic 28-Keep Persistent Volumes | Network Service Instance Test | Create Network Service | FAIL | 2025-01-21 00:51:11 | 2025-01-21 00:51:51 |
195 | Basic 28-Keep Persistent Volumes | Check Persistent Volume Counts | Variable Should Exist | FAIL | 2025-01-21 00:51:51 | 2025-01-21 00:51:51 |
200 | Basic 28-Keep Persistent Volumes | Set Persistent Volume Ids | Variable Should Exist | FAIL | 2025-01-21 00:51:51 | 2025-01-21 00:51:51 |
204 | Basic 28-Keep Persistent Volumes | Check Persistent Root Volume in VIM after NS D... | Variable Should Exist | FAIL | 2025-01-21 00:52:12 | 2025-01-21 00:52:12 |
207 | Basic 28-Keep Persistent Volumes | Check Persistent Ordinary Volume in VIM after ... | Variable Should Exist | FAIL | 2025-01-21 00:52:12 | 2025-01-21 00:52:12 |
210 | Basic 28-Keep Persistent Volumes | Prepare Ns Config With Volume Id | Set Suite Variable | FAIL | 2025-01-21 00:52:12 | 2025-01-21 00:52:12 |
211 | Basic 28-Keep Persistent Volumes | Network Service Instance With Existing Volumes... | Create Network Service | FAIL | 2025-01-21 00:52:12 | 2025-01-21 00:52:12 |
213 | Basic 28-Keep Persistent Volumes | Verify the Attachment Of Existing Persistent V... | Set Suite Variable | FAIL | 2025-01-21 00:52:12 | 2025-01-21 00:52:12 |
221 | Basic 28-Keep Persistent Volumes | Delete NS Instance With Existing Volumes Test | Delete NS | FAIL | 2025-01-21 00:52:12 | 2025-01-21 00:52:14 |
222 | Basic 28-Keep Persistent Volumes | Check Existence of Persistent Volumes | Variable Should Exist | FAIL | 2025-01-21 00:52:14 | 2025-01-21 00:52:14 |
226 | Basic 28-Keep Persistent Volumes | Delete Persistent Volumes | Clean Persistent Volumes | FAIL | 2025-01-21 00:52:14 | 2025-01-21 00:52:14 |
243 | Epa 04-Epa Underlay Sriov | Ping from Vnf1 to Vnf2 | Execute Remote Command Check Rc Return Output | FAIL | 2025-01-21 01:08:36 | 2025-01-21 01:08:44 |
246 | Epa 04-Epa Underlay Sriov | Ping from Vnf2 to Vnf1 | Execute Remote Command Check Rc Return Output | FAIL | 2025-01-21 01:08:44 | 2025-01-21 01:08:47 |
261 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-21 02:01:02 | 2025-01-21 02:15:03 |
291 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-21 02:16:29 | 2025-01-21 02:30:30 |
296 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-21 02:30:33 | 2025-01-21 02:44:33 |
299 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-21 02:46:33 | 2025-01-21 02:46:33 |
330 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-21 02:52:28 | 2025-01-21 03:06:29 |
331 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-21 03:06:29 | 2025-01-21 03:09:59 |
osm-stage_3-merge/v15.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
osm-stage_3-merge/v14.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
92 | Basic 13-Ns Relations | Delete NS Instance | Delete NS | FAIL | 2025-01-20 23:59:54 | 2025-01-21 00:04:04 |
93 | Basic 13-Ns Relations | Delete NS Descriptor | Delete NSD | FAIL | 2025-01-21 00:04:04 | 2025-01-21 00:04:05 |
94 | Basic 13-Ns Relations | Delete VNF Descriptor Provides | Delete VNFD | FAIL | 2025-01-21 00:04:05 | 2025-01-21 00:04:07 |
95 | Basic 13-Ns Relations | Delete VNF Descriptor Requires | Delete VNFD | FAIL | 2025-01-21 00:04:07 | 2025-01-21 00:04:08 |
107 | Sa 01-Vnf With Vim Metrics | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds | FAIL | 2025-01-21 02:45:01 | 2025-01-21 02:59:01 |
140 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VNF VIM-based Metric Before Auto-scaling | Wait Until Keyword Succeeds | FAIL | 2025-01-21 03:00:26 | 2025-01-21 03:14:26 |
147 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2025-01-21 03:14:29 | 2025-01-21 03:28:29 |
150 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2025-01-21 03:30:29 | 2025-01-21 03:30:29 |
155 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VDUs After Auto-scaling | Run Keyword If | FAIL | 2025-01-21 03:32:30 | 2025-01-21 03:32:30 |
182 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2025-01-21 03:35:15 | 2025-01-21 03:49:16 |
184 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2025-01-21 03:49:16 | 2025-01-21 03:52:46 |
Powered by osm-analytics