Analysis of Robot reports from OSM Jenkins¶

Date and time of the report: 2026-02-16 08:45:17.567194

Analysed period: 2026-01-26 to 2026-02-16.

1. Retrieval of all currrent data for aggregate analytics¶

Database update:

Retrieving new jobs...
Getting new builds from: osm-stage_3-merge/master, osm-stage_3-merge/v18.0, osm-stage_3-merge/v17.0, osm-stage_3-merge/v16.0, osm-stage_3-merge/v14.0
DONE
Retrieving from database...	
DONE

2. Aggregated analysis of stability¶

2.1 Restricts data to time window for analysis¶

2.2 Finding sequences of successful builds and Robot reports¶

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:

  1. Successful builds/failed builds in a row: grp_build_result.
  2. Successful test reports vs. test reports with fails in a row: grp_test_result.
  3. Clean builds and tests vs. failures (of any kind) in a row: 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

2.3 Finding sequences of pass/fails per test suite¶

DONE

3. Reports¶

3.1 Aggregated success rate per test step¶

No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image

3.2 Overall success of Jenkins builds and Robot tests¶

No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image

3.3 Sequences of pass/fails per test suites¶

No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
Empty dataframe. Skipping.

3.4 Failing days per test suite¶

No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
No description has been provided for this image
Out[58]:
job Master branch Release EIGHTEEN Release FOURTEEN Release SEVENTEEN 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 days_failing days_passing days_run error_rate
suites
Basic 01-Crud Operations On Vim Targets 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 0.000000 8.499977 8.499977 0.000000
Basic 05-Instantiation Parameters In Cloud Init 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 0.000000 8.499977 8.499977 0.000000
Basic 06-Vnf With Charm 0.000000 0.000000 0.000000 0.0 0.000000 0.000000 0.000000 0.0 0.0 0.0 0.0 0.0 0.000000 0.000000 0.000000 0.0 0.000000 0.000000 0.000000 0.000000
Basic 07-Secure Key Management 0.000000 0.000000 0.000000 0.0 0.000000 0.000000 0.000000 0.0 0.0 0.0 0.0 0.0 0.000000 0.000000 0.000000 0.0 0.000000 0.000000 0.000000 0.000000
Basic 08-Disable Port Security Network Level 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 0.000000 8.499977 8.499977 0.000000
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
Sa 08-Vnf With Vnf Indicators Snmp 17.607581 0.000000 17.607581 1.0 17.686701 0.000000 17.686701 1.0 0.0 0.0 0.0 0.0 9.869433 0.000000 9.869433 1.0 8.499977 0.000000 8.499977 1.000000
Slice 01-Network Slicing 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 0.000000 8.499977 8.499977 0.000000
Slice 02-Shared Network Slicing 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 1.000035 7.499942 8.499977 0.117651
Sol003 01-Vnf-Lifecycle-Management 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 0.000000 8.499977 8.499977 0.000000
Sol003 02-Dualstack Ip Vnfm 0.000000 17.607581 17.607581 0.0 0.000000 17.686701 17.686701 0.0 0.0 0.0 0.0 0.0 0.000000 9.869433 9.869433 0.0 0.000000 8.499977 8.499977 0.000000

62 rows × 20 columns

4. Information about the latest builds of relevant jobs¶

Latest build of each job¶

auto_id job build timestamp duration build_result test_result pass_count fail_count
0 9191 osm-stage_3-merge/master 3655 2026-02-16 00:06:07 13168139 SUCCESS FAIL 481.0 4.0
1 9192 osm-stage_3-merge/v18.0 183 2026-02-15 22:12:11 13450643 UNSTABLE FAIL 478.0 7.0
2 9193 osm-stage_3-merge/v17.0 406 2026-02-15 17:49:11 2564320 FAILURE UNAVAILABLE NaN NaN
3 9194 osm-stage_3-merge/v16.0 515 2026-02-16 02:41:07 14036943 UNSTABLE FAIL 458.0 14.0
4 9195 osm-stage_3-merge/v14.0 933 2026-02-15 19:08:11 2280063 FAILURE UNAVAILABLE NaN NaN

Click to see the details of build 3655 of osm-stage_3-merge/master

Click to see the details of build 183 of osm-stage_3-merge/v18.0

Click to see the details of build 406 of osm-stage_3-merge/v17.0

Click to see the details of build 515 of osm-stage_3-merge/v16.0

Click to see the details of build 933 of osm-stage_3-merge/v14.0

Failed test suites per job (if any):¶

osm-stage_3-merge/master: (full report)

auto_id name status starttime endtime pass fail failed_test_name failed_keyword
116 259142 Epa 04-Epa Underlay Sriov FAIL 2026-02-16 01:21:10 2026-02-16 01:24:11 7 2 Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output
136 259162 Sa 08-Vnf With Vnf Indicators Snmp FAIL 2026-02-16 03:17:44 2026-02-16 03:28:40 5 2 Instantiate Network Service Create Network Service

osm-stage_3-merge/v18.0: (full report)

auto_id name status starttime endtime pass fail failed_test_name failed_keyword
161 259187 Epa 04-Epa Underlay Sriov FAIL 2026-02-15 23:29:27 2026-02-15 23:32:28 7 2 Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output
174 259200 K8S 13-Two Helm Kdu FAIL 2026-02-16 00:42:39 2026-02-16 00:51:40 15 3 Delete Network Service Instance Delete NS
181 259207 Sa 08-Vnf With Vnf Indicators Snmp FAIL 2026-02-16 01:27:43 2026-02-16 01:38:38 5 2 Instantiate Network Service Create Network Service

osm-stage_3-merge/v17.0: (full report)

auto_id name status starttime endtime pass fail failed_test_name failed_keyword

osm-stage_3-merge/v16.0: (full report)

auto_id name status starttime endtime pass fail failed_test_name failed_keyword
206 259232 Epa 04-Epa Underlay Sriov FAIL 2026-02-16 04:00:36 2026-02-16 04:03:19 7 2 Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output
219 259245 K8S 14-Helm Upgrade FAIL 2026-02-16 04:46:10 2026-02-16 04:54:06 13 3 Execute First NS Upgrade Using KDU_REUSE Flag ... Execute NS K8s Action
222 259248 Sa 01-Vnf With Vim Metrics FAIL 2026-02-16 04:55:51 2026-02-16 05:11:12 6 1 Get VNF VIM-based Metrics Wait Until Keyword Succeeds
223 259249 Sa 02-Vnf With Vim Metrics And Autoscaling FAIL 2026-02-16 05:11:12 2026-02-16 05:45:16 11 4 Get VNF VIM-based Metric Before Auto-scaling Wait Until Keyword Succeeds
224 259250 Sa 07-Alarms From Sa-Related Vnfs FAIL 2026-02-16 05:45:16 2026-02-16 06:06:08 14 2 Get Alarm Metric Wait Until Keyword Succeeds
225 259251 Sa 08-Vnf With Vnf Indicators Snmp FAIL 2026-02-16 06:06:08 2026-02-16 06:17:00 5 2 Instantiate Network Service Create Network Service

osm-stage_3-merge/v14.0: (full report)

auto_id name status starttime endtime pass fail failed_test_name failed_keyword

Details of failed tests into failing test suites (if any):¶

osm-stage_3-merge/master: (full report)

auto_id suite_name test_name keyword_name status starttime endtime
101 6770276 Epa 04-Epa Underlay Sriov Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output FAIL 2026-02-16 01:22:58 2026-02-16 01:23:07
104 6770279 Epa 04-Epa Underlay Sriov Ping from Vnf2 to Vnf1 Execute Remote Command Check Rc Return Output FAIL 2026-02-16 01:23:07 2026-02-16 01:23:15
111 6770930 Sa 08-Vnf With Vnf Indicators Snmp Instantiate Network Service Create Network Service FAIL 2026-02-16 03:17:47 2026-02-16 03:18:59
116 6770935 Sa 08-Vnf With Vnf Indicators Snmp Get VNF SNMP Metrics Wait Until Keyword Succeeds FAIL 2026-02-16 03:18:59 2026-02-16 03:28:00

osm-stage_3-merge/v18.0: (full report)

auto_id suite_name test_name keyword_name status starttime endtime
135 6771672 Epa 04-Epa Underlay Sriov Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output FAIL 2026-02-15 23:31:15 2026-02-15 23:31:23
138 6771675 Epa 04-Epa Underlay Sriov Ping from Vnf2 to Vnf1 Execute Remote Command Check Rc Return Output FAIL 2026-02-15 23:31:23 2026-02-15 23:31:32
182 6772128 K8S 13-Two Helm Kdu Delete Network Service Instance Delete NS FAIL 2026-02-16 00:47:09 2026-02-16 00:51:21
184 6772130 K8S 13-Two Helm Kdu Delete NS Descriptor Test Delete NSD FAIL 2026-02-16 00:51:25 2026-02-16 00:51:26
185 6772131 K8S 13-Two Helm Kdu Delete VNF Descriptor Test Delete VNFD FAIL 2026-02-16 00:51:26 2026-02-16 00:51:28
188 6772326 Sa 08-Vnf With Vnf Indicators Snmp Instantiate Network Service Create Network Service FAIL 2026-02-16 01:27:47 2026-02-16 01:28:59
193 6772331 Sa 08-Vnf With Vnf Indicators Snmp Get VNF SNMP Metrics Wait Until Keyword Succeeds FAIL 2026-02-16 01:28:59 2026-02-16 01:38:00

osm-stage_3-merge/v17.0: (full report)

auto_id suite_name test_name keyword_name status starttime endtime

osm-stage_3-merge/v16.0: (full report)

auto_id suite_name test_name keyword_name status starttime endtime
212 6773068 Epa 04-Epa Underlay Sriov Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output FAIL 2026-02-16 04:02:24 2026-02-16 04:02:32
215 6773071 Epa 04-Epa Underlay Sriov Ping from Vnf2 to Vnf1 Execute Remote Command Check Rc Return Output FAIL 2026-02-16 04:02:32 2026-02-16 04:02:40
230 6773510 K8S 14-Helm Upgrade Execute First NS Upgrade Using KDU_REUSE Flag ... Execute NS K8s Action FAIL 2026-02-16 04:49:04 2026-02-16 04:50:10
246 6773526 K8S 14-Helm Upgrade Execute Second NS Upgrade Using KDU_RESET Flag... Execute NS K8s Action FAIL 2026-02-16 04:51:30 2026-02-16 04:52:35
249 6773529 K8S 14-Helm Upgrade Get Additional Params And Values From Kdu Afte... Should Be Equal FAIL 2026-02-16 04:52:37 2026-02-16 04:52:37
265 6773615 Sa 01-Vnf With Vim Metrics Get VNF VIM-based Metrics Wait Until Keyword Succeeds FAIL 2026-02-16 04:56:33 2026-02-16 05:10:35
295 6773645 Sa 02-Vnf With Vim Metrics And Autoscaling Get VNF VIM-based Metric Before Auto-scaling Wait Until Keyword Succeeds FAIL 2026-02-16 05:12:32 2026-02-16 05:26:34
300 6773650 Sa 02-Vnf With Vim Metrics And Autoscaling Wait VIM-based Metric To Exceed Threshold Wait Until Keyword Succeeds FAIL 2026-02-16 05:26:35 2026-02-16 05:40:38
303 6773653 Sa 02-Vnf With Vim Metrics And Autoscaling Check VIM-based Metric Exceeds Threshold After... Check VIM-based Metric Exceeds Threshold FAIL 2026-02-16 05:42:38 2026-02-16 05:42:38
334 6773684 Sa 07-Alarms From Sa-Related Vnfs Get Alarm Metric Wait Until Keyword Succeeds FAIL 2026-02-16 05:47:24 2026-02-16 06:01:25
335 6773685 Sa 07-Alarms From Sa-Related Vnfs Check Alarms Were Received Wait Until Keyword Succeeds FAIL 2026-02-16 06:01:25 2026-02-16 06:04:54
344 6773694 Sa 08-Vnf With Vnf Indicators Snmp Instantiate Network Service Create Network Service FAIL 2026-02-16 06:06:11 2026-02-16 06:07:22
349 6773699 Sa 08-Vnf With Vnf Indicators Snmp Get VNF SNMP Metrics Wait Until Keyword Succeeds FAIL 2026-02-16 06:07:22 2026-02-16 06:16:23

osm-stage_3-merge/v14.0: (full report)

auto_id suite_name test_name keyword_name status starttime endtime



Powered by osm-analytics