Date and time of the report: 2023-07-05 08:20:24.994786
Analysed period: 2023-06-14 to 2023-07-05.
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 | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
Basic 06-Vnf With Charm | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
Basic 07-Secure Key Management | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
Slice 02-Shared Network Slicing | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 7.372384 | 7.372384 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.457118 | 21.457118 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 7.5814 | 7.5814 | 0.0 | 0.0 | 7.500162 | 7.500162 | 0.0 |
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.0000 | 0.0000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
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.0000 | 0.0000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
63 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2651 | 2023-07-05 01:06:45 | 554842 | FAILURE | UNAVAILABLE | NaN | NaN |
1 | osm-stage_3-merge/v13.0 | 235 | 2023-07-04 20:07:42 | 16405085 | UNSTABLE | FAIL | 515.0 | 43.0 |
2 | osm-stage_3-merge/v12.0 | 430 | 2023-07-05 00:04:45 | 17537921 | UNSTABLE | FAIL | 502.0 | 28.0 |
3 | osm-stage_3-merge/v10.0 | 845 | 2023-07-05 03:08:46 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword |
---|
osm-stage_3-merge/v13.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
133 | Basic 11-Native Charms | FAIL | 2023-07-04 20:58:21 | 2023-07-04 21:14:59 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
135 | Basic 13-Ns Relations | FAIL | 2023-07-04 21:18:52 | 2023-07-04 21:35:37 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
142 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-07-04 21:49:21 | 2023-07-04 21:56:17 | 10 | 8 | Instantiate Network Service | Create Network Service |
144 | Basic 22-Cross Model Relations | FAIL | 2023-07-04 21:58:48 | 2023-07-04 22:17:23 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
158 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-04 22:49:23 | 2023-07-04 22:55:56 | 6 | 10 | Network Service Instance Test | Create Network Service |
159 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-04 22:55:56 | 2023-07-04 23:02:30 | 6 | 9 | Network Service Instance Test | Create Network Service |
160 | Heal 03-Multiple Healing | FAIL | 2023-07-04 23:02:30 | 2023-07-04 23:09:29 | 6 | 10 | Network Service Instance Test | Create Network Service |
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
82 | Basic 11-Native Charms | FAIL | 2023-07-05 00:53:50 | 2023-07-05 01:10:00 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
84 | Basic 13-Ns Relations | FAIL | 2023-07-05 01:13:53 | 2023-07-05 01:30:26 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
85 | Basic 14-Vnf Relations | FAIL | 2023-07-05 01:30:26 | 2023-07-05 01:46:54 | 5 | 1 | Instantiate Charm Network Service | Create Network Service |
93 | Basic 22-Cross Model Relations | FAIL | 2023-07-05 02:09:05 | 2023-07-05 02:28:00 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
106 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-05 03:01:14 | 2023-07-05 03:07:45 | 6 | 9 | Network Service Instance Test | Create Network Service |
107 | Heal 03-Multiple Healing | FAIL | 2023-07-05 03:07:45 | 2023-07-05 03:14:10 | 6 | 10 | Network Service Instance Test | Create Network Service |
123 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-07-05 04:25:41 | 2023-07-05 04:39:38 | 5 | 2 | 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 |
---|
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
osm-stage_3-merge/v13.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
191 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-04 20:58:25 | 2023-07-04 21:13:44 |
193 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-07-04 21:13:44 | 2023-07-04 21:13:44 |
199 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-07-04 21:13:44 | 2023-07-04 21:13:44 |
204 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-07-04 21:13:44 | 2023-07-04 21:13:44 |
212 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-04 21:18:58 | 2023-07-04 21:34:23 |
220 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2023-07-04 21:49:25 | 2023-07-04 21:54:57 |
222 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-07-04 21:54:57 | 2023-07-04 21:54:57 |
226 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-07-04 21:54:57 | 2023-07-04 21:54:57 |
235 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-07-04 21:54:58 | 2023-07-04 21:54:58 |
237 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-07-04 21:54:58 | 2023-07-04 21:54:58 |
246 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword If | FAIL | 2023-07-04 21:55:00 | 2023-07-04 21:55:00 |
247 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-07-04 21:55:00 | 2023-07-04 21:55:00 |
249 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-07-04 21:55:00 | 2023-07-04 21:55:00 |
266 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-04 21:59:32 | 2023-07-04 22:14:35 |
276 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-04 22:49:30 | 2023-07-04 22:54:33 |
279 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-04 22:54:33 | 2023-07-04 22:54:33 |
284 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-04 22:54:33 | 2023-07-04 22:54:33 |
301 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-07-04 22:54:34 | 2023-07-04 22:54:34 |
304 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-07-04 22:54:34 | 2023-07-04 22:54:34 |
311 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-04 22:54:34 | 2023-07-04 22:54:34 |
314 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-04 22:54:34 | 2023-07-04 22:54:34 |
316 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-04 22:54:34 | 2023-07-04 22:54:34 |
332 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-04 22:54:34 | 2023-07-04 22:54:34 |
345 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-04 22:56:03 | 2023-07-04 23:01:08 |
348 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
357 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
362 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
370 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
373 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
375 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
387 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-04 23:01:08 | 2023-07-04 23:01:08 |
400 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-04 23:02:36 | 2023-07-04 23:08:08 |
403 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
412 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
417 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
425 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
437 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
443 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
446 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
459 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-04 23:08:08 | 2023-07-04 23:08:08 |
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
2 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-05 00:53:54 | 2023-07-05 01:09:01 |
4 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-07-05 01:09:01 | 2023-07-05 01:09:01 |
10 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-07-05 01:09:01 | 2023-07-05 01:09:01 |
15 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-07-05 01:09:01 | 2023-07-05 01:09:01 |
23 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-05 01:14:00 | 2023-07-05 01:29:30 |
31 | Basic 14-Vnf Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-05 01:30:30 | 2023-07-05 01:45:56 |
40 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-05 02:09:49 | 2023-07-05 02:25:11 |
50 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-05 03:01:19 | 2023-07-05 03:06:23 |
53 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
62 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
67 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
75 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
78 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
80 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
92 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-05 03:06:23 | 2023-07-05 03:06:23 |
105 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-05 03:07:52 | 2023-07-05 03:13:02 |
108 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
117 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
122 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
130 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
142 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
148 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
151 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
164 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-05 03:13:02 | 2023-07-05 03:13:02 |
176 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-07-05 04:25:45 | 2023-07-05 04:29:42 |
182 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-07-05 04:29:42 | 2023-07-05 04:38:42 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics