Analysis of Robot reports from OSM Jenkins¶

Date and time of the report: 2026-02-15 08:45:15.362088

Analysed period: 2026-01-25 to 2026-02-15.

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 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 0.000000 7.392350 7.39235 0.00000
Basic 05-Instantiation Parameters In Cloud Init 0.000000 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 0.000000 7.392350 7.39235 0.00000
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.00000 0.00000
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.00000 0.00000
Basic 08-Disable Port Security Network Level 0.000000 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 0.000000 7.392350 7.39235 0.00000
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
Sa 08-Vnf With Vnf Indicators Snmp 16.499954 0.000000 16.499954 1.0 16.579074 0.000000 16.579074 1.0 0.0 0.0 0.0 0.0 8.761806 0.000000 8.761806 1.0 7.392350 0.000000 7.39235 1.00000
Slice 01-Network Slicing 0.000000 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 0.000000 7.392350 7.39235 0.00000
Slice 02-Shared Network Slicing 0.000000 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 1.000035 6.392315 7.39235 0.13528
Sol003 01-Vnf-Lifecycle-Management 0.000000 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 0.000000 7.392350 7.39235 0.00000
Sol003 02-Dualstack Ip Vnfm 0.000000 16.499954 16.499954 0.0 0.000000 16.579074 16.579074 0.0 0.0 0.0 0.0 0.0 0.000000 8.761806 8.761806 0.0 0.000000 7.392350 7.39235 0.00000

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 9186 osm-stage_3-merge/master 3654 2026-02-15 00:06:08 14644014 UNSTABLE FAIL 480.0 5.0
1 9187 osm-stage_3-merge/v18.0 182 2026-02-14 22:12:13 13075872 UNSTABLE FAIL 478.0 7.0
2 9188 osm-stage_3-merge/v17.0 405 2026-02-14 17:49:12 1137150 FAILURE UNAVAILABLE NaN NaN
3 9189 osm-stage_3-merge/v16.0 514 2026-02-15 02:41:08 318677 FAILURE UNAVAILABLE NaN NaN
4 9190 osm-stage_3-merge/v14.0 932 2026-02-14 19:08:07 1411830 FAILURE UNAVAILABLE NaN NaN

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

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

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

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

Click to see the details of build 932 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 259052 Epa 04-Epa Underlay Sriov FAIL 2026-02-15 01:41:23 2026-02-15 01:44:10 7 2 Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output
127 259063 K8S 04-Openldap Helm FAIL 2026-02-15 02:51:13 2026-02-15 02:56:03 12 1 Execute Upgrade Operation Execute NS K8s Action
136 259072 Sa 08-Vnf With Vnf Indicators Snmp FAIL 2026-02-15 03:37:53 2026-02-15 03:48:48 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 259097 Epa 04-Epa Underlay Sriov FAIL 2026-02-14 23:23:15 2026-02-14 23:25:58 7 2 Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output
164 259100 Hackfest Basic FAIL 2026-02-14 23:59:14 2026-02-15 00:05:16 6 3 Delete NS Instance Test Delete NS
181 259117 Sa 08-Vnf With Vnf Indicators Snmp FAIL 2026-02-15 01:18:01 2026-02-15 01:28:55 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

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 6767484 Epa 04-Epa Underlay Sriov Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output FAIL 2026-02-15 01:43:15 2026-02-15 01:43:23
104 6767487 Epa 04-Epa Underlay Sriov Ping from Vnf2 to Vnf1 Execute Remote Command Check Rc Return Output FAIL 2026-02-15 01:43:23 2026-02-15 01:43:31
123 6767872 K8S 04-Openldap Helm Execute Upgrade Operation Execute NS K8s Action FAIL 2026-02-15 02:52:33 2026-02-15 02:54:41
141 6768138 Sa 08-Vnf With Vnf Indicators Snmp Instantiate Network Service Create Network Service FAIL 2026-02-15 03:37:56 2026-02-15 03:39:08
146 6768143 Sa 08-Vnf With Vnf Indicators Snmp Get VNF SNMP Metrics Wait Until Keyword Succeeds FAIL 2026-02-15 03:39:08 2026-02-15 03:48:10

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

auto_id suite_name test_name keyword_name status starttime endtime
165 6768880 Epa 04-Epa Underlay Sriov Ping from Vnf1 to Vnf2 Execute Remote Command Check Rc Return Output FAIL 2026-02-14 23:25:03 2026-02-14 23:25:12
168 6768883 Epa 04-Epa Underlay Sriov Ping from Vnf2 to Vnf1 Execute Remote Command Check Rc Return Output FAIL 2026-02-14 23:25:12 2026-02-14 23:25:20
183 6768948 Hackfest Basic Delete NS Instance Test Delete NS FAIL 2026-02-15 00:00:32 2026-02-15 00:04:43
184 6768949 Hackfest Basic Delete NS Descriptor Test Delete NSD FAIL 2026-02-15 00:04:43 2026-02-15 00:04:45
185 6768950 Hackfest Basic Delete VNF Descriptor Test Delete VNFD FAIL 2026-02-15 00:04:45 2026-02-15 00:04:47
188 6769534 Sa 08-Vnf With Vnf Indicators Snmp Instantiate Network Service Create Network Service FAIL 2026-02-15 01:18:04 2026-02-15 01:19:16
193 6769539 Sa 08-Vnf With Vnf Indicators Snmp Get VNF SNMP Metrics Wait Until Keyword Succeeds FAIL 2026-02-15 01:19:16 2026-02-15 01:28:17

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

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

auto_id suite_name test_name keyword_name status starttime endtime



Powered by osm-analytics