Date and time of the report: 2023-06-01 08:20:29.265770
Analysed period: 2023-05-11 to 2023-06-01.
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 TEN | Release THIRTEEN | Release TWELVE | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 5.387025 | 7.197731 | 12.584757 | 0.428060 | 0.000000 | 21.500058 | 21.500058 | 0.000000 | 0.000000 | 20.709063 | 20.709063 | 0.000000 | 0.000000 | 21.627882 | 21.627882 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 12.584757 | 12.584757 | 0.000000 | 5.000000 | 16.500058 | 21.500058 | 0.232558 | 0.000000 | 20.709063 | 20.709063 | 0.000000 | 0.000000 | 21.627882 | 21.627882 | 0.000000 |
Basic 06-Vnf With Charm | 0.000000 | 12.584757 | 12.584757 | 0.000000 | 5.999954 | 15.500104 | 21.500058 | 0.279067 | 0.000000 | 20.709063 | 20.709063 | 0.000000 | 1.044988 | 20.582894 | 21.627882 | 0.048317 |
Basic 07-Secure Key Management | 0.000000 | 12.584757 | 12.584757 | 0.000000 | 5.000000 | 16.500058 | 21.500058 | 0.232558 | 0.000000 | 20.709063 | 20.709063 | 0.000000 | 1.044988 | 20.582894 | 21.627882 | 0.048317 |
Basic 08-Disable Port Security Network Level | 5.387025 | 7.197731 | 12.584757 | 0.428060 | 0.000000 | 21.500058 | 21.500058 | 0.000000 | 0.000000 | 20.709063 | 20.709063 | 0.000000 | 1.044988 | 20.582894 | 21.627882 | 0.048317 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.000000 | 12.584757 | 12.584757 | 0.000000 | 0.000000 | 21.500058 | 21.500058 | 0.000000 | 3.000046 | 17.709016 | 20.709063 | 0.144866 | 1.000000 | 20.627882 | 21.627882 | 0.046237 |
Slice 02-Shared Network Slicing | 4.387037 | 8.197720 | 12.584757 | 0.348599 | 0.000000 | 21.500058 | 21.500058 | 0.000000 | 3.000046 | 17.709016 | 20.709063 | 0.144866 | 3.044977 | 18.582905 | 21.627882 | 0.140789 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 12.584757 | 12.584757 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 20.709063 | 20.709063 | 0.000000 | 0.000000 | 21.627882 | 21.627882 | 0.000000 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 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.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
63 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2603 | 2023-06-01 01:06:22 | 0 | UNSTABLE | FAIL | 589.0 | 13.0 |
1 | osm-stage_3-merge/v13.0 | 218 | 2023-05-31 22:07:21 | 16423023 | SUCCESS | FAIL | 554.0 | 4.0 |
2 | osm-stage_3-merge/v12.0 | 412 | 2023-06-01 00:04:21 | 15541226 | UNSTABLE | FAIL | 522.0 | 8.0 |
3 | osm-stage_3-merge/v10.0 | 828 | 2023-06-01 03:08:21 | 9883463 | UNSTABLE | FAIL | 368.0 | 12.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
93 | Basic 22-Cross Model Relations | FAIL | 2023-06-01 02:39:49 | 2023-06-01 02:48:08 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
97 | Basic 26-Secure Helm Execution Environment | FAIL | 2023-06-01 02:55:34 | 2023-06-01 03:01:57 | 5 | 4 | Instantiate Network Service | Create Network Service |
102 | Basic 31-Multivdu Volume Multiattach | FAIL | 2023-06-01 03:16:43 | 2023-06-01 03:19:34 | 8 | 1 | Ensure that VDUs can share data | Execute Remote Command Check Rc Return Output |
127 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2023-06-01 05:06:37 | 2023-06-01 05:26:07 | 11 | 4 | Increase VIM-based Metric To Force Auto-scaling | Execute Remote Command Check Rc Return Output |
128 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2023-06-01 05:26:07 | 2023-06-01 05:33:05 | 15 | 1 | Check Alarms Were Received | Wait Until Keyword Succeeds |
129 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-01 05:33:05 | 2023-06-01 05:48:22 | 5 | 2 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/v13.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
244 | Basic 26-Secure Helm Execution Environment | FAIL | 2023-05-31 23:54:16 | 2023-06-01 00:06:05 | 5 | 4 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
187 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-06-01 01:24:59 | 2023-06-01 01:31:56 | 10 | 8 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/v10.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
153 | Epa 04-Epa Underlay Sriov | FAIL | 2023-06-01 04:37:49 | 2023-06-01 04:40:28 | 7 | 2 | Ping from Vnf1 to Vnf2 | Execute Remote Command Check Rc Return Output |
161 | K8S 05-K8S Proxy Charms | FAIL | 2023-06-01 04:58:44 | 2023-06-01 05:01:18 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
162 | K8S 06-K8S Secure Key Management | FAIL | 2023-06-01 05:01:18 | 2023-06-01 05:05:05 | 8 | 4 | Instantiate Charm Network Service | Create Network Service |
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
4 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-06-01 02:40:32 | 2023-06-01 02:45:40 |
14 | Basic 26-Secure Helm Execution Environment | Instantiate Network Service | Create Network Service | FAIL | 2023-06-01 02:55:37 | 2023-06-01 03:01:17 |
16 | Basic 26-Secure Helm Execution Environment | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-06-01 03:01:17 | 2023-06-01 03:01:17 |
19 | Basic 26-Secure Helm Execution Environment | Test SSH Access | Variable Should Exist | FAIL | 2023-06-01 03:01:17 | 2023-06-01 03:01:17 |
22 | Basic 26-Secure Helm Execution Environment | Check Remote File Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-06-01 03:01:17 | 2023-06-01 03:01:17 |
39 | Basic 31-Multivdu Volume Multiattach | Ensure that VDUs can share data | Execute Remote Command Check Rc Return Output | FAIL | 2023-06-01 03:18:53 | 2023-06-01 03:18:55 |
76 | Sa 02-Vnf With Vim Metrics And Autoscaling | Increase VIM-based Metric To Force Auto-scaling | Execute Remote Command Check Rc Return Output | FAIL | 2023-06-01 05:07:27 | 2023-06-01 05:07:27 |
79 | Sa 02-Vnf With Vim Metrics And Autoscaling | Wait VIM-based Metric To Exceed Threshold | Wait Until Keyword Succeeds | FAIL | 2023-06-01 05:07:27 | 2023-06-01 05:21:28 |
82 | Sa 02-Vnf With Vim Metrics And Autoscaling | Check VIM-based Metric Exceeds Threshold After... | Check VIM-based Metric Exceeds Threshold | FAIL | 2023-06-01 05:23:28 | 2023-06-01 05:23:28 |
87 | Sa 02-Vnf With Vim Metrics And Autoscaling | Get VDUs After Auto-scaling | Run Keyword If | FAIL | 2023-06-01 05:25:29 | 2023-06-01 05:25:29 |
115 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2023-06-01 05:28:17 | 2023-06-01 05:31:48 |
124 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-06-01 05:33:09 | 2023-06-01 05:38:43 |
130 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-01 05:38:43 | 2023-06-01 05:47:43 |
osm-stage_3-merge/v13.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
257 | Basic 26-Secure Helm Execution Environment | Instantiate Network Service | Create Network Service | FAIL | 2023-05-31 23:54:19 | 2023-06-01 00:05:22 |
259 | Basic 26-Secure Helm Execution Environment | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-06-01 00:05:22 | 2023-06-01 00:05:22 |
262 | Basic 26-Secure Helm Execution Environment | Test SSH Access | Variable Should Exist | FAIL | 2023-06-01 00:05:22 | 2023-06-01 00:05:22 |
265 | Basic 26-Secure Helm Execution Environment | Check Remote File Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-06-01 00:05:22 | 2023-06-01 00:05:22 |
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
212 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2023-06-01 01:25:03 | 2023-06-01 01:30:36 |
214 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-06-01 01:30:36 | 2023-06-01 01:30:36 |
218 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-06-01 01:30:36 | 2023-06-01 01:30:36 |
227 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-06-01 01:30:38 | 2023-06-01 01:30:38 |
229 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-06-01 01:30:38 | 2023-06-01 01:30:38 |
238 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword If | FAIL | 2023-06-01 01:30:39 | 2023-06-01 01:30:39 |
239 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-06-01 01:30:39 | 2023-06-01 01:30:39 |
241 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-06-01 01:30:39 | 2023-06-01 01:30:39 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
151 | Epa 04-Epa Underlay Sriov | Ping from Vnf1 to Vnf2 | Execute Remote Command Check Rc Return Output | FAIL | 2023-06-01 04:39:38 | 2023-06-01 04:39:41 |
154 | Epa 04-Epa Underlay Sriov | Ping from Vnf2 to Vnf1 | Execute Remote Command Check Rc Return Output | FAIL | 2023-06-01 04:39:41 | 2023-06-01 04:39:49 |
161 | K8S 05-K8S Proxy Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-06-01 04:58:47 | 2023-06-01 05:00:01 |
163 | K8S 05-K8S Proxy Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-06-01 05:00:01 | 2023-06-01 05:00:01 |
169 | K8S 05-K8S Proxy Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-06-01 05:00:01 | 2023-06-01 05:00:01 |
174 | K8S 05-K8S Proxy Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-06-01 05:00:01 | 2023-06-01 05:00:01 |
176 | K8S 05-K8S Proxy Charms | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-06-01 05:00:01 | 2023-06-01 05:00:01 |
179 | K8S 05-K8S Proxy Charms | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-06-01 05:00:01 | 2023-06-01 05:00:01 |
186 | K8S 06-K8S Secure Key Management | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-06-01 05:01:21 | 2023-06-01 05:02:02 |
200 | K8S 06-K8S Secure Key Management | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-06-01 05:02:41 | 2023-06-01 05:02:43 |
203 | K8S 06-K8S Secure Key Management | Execute Day 2 Operations | Execute NS Action | FAIL | 2023-06-01 05:02:43 | 2023-06-01 05:03:48 |
205 | K8S 06-K8S Secure Key Management | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-06-01 05:03:48 | 2023-06-01 05:03:50 |