Date and time of the report: 2024-06-07 08:20:29.231951
Analysed period: 2024-05-17 to 2024-06-07.
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
Empty dataframe. Skipping.
Empty dataframe. Skipping.
Empty dataframe. Skipping.
Empty dataframe. Skipping.
Empty dataframe. Skipping.
Empty dataframe. Skipping.
job | Master branch | Release FIFTEEN | Release FOURTEEN | 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.573819 | 21.573819 | 0.0 | 0.0 | 21.512708 | 21.512708 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 21.573819 | 21.573819 | 0.0 | 0.0 | 21.512708 | 21.512708 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
Basic 06-Vnf With Charm | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
Basic 07-Secure Key Management | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.0 | 21.573819 | 21.573819 | 0.0 | 0.0 | 21.512708 | 21.512708 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 0.0 | 21.573819 | 21.573819 | 0.0 | 0.0 | 21.512708 | 21.512708 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.573819 | 21.573819 | 0.0 | 0.0 | 21.512708 | 21.512708 | 0.0 | 0.0 | 20.697431 | 20.697431 | 0.0 | 0.0 | 20.616863 | 20.616863 | 0.0 |
Sol003 02-Dualstack Ip Vnfm | 0.0 | 21.573819 | 21.573819 | 0.0 | 0.0 | 21.512708 | 21.512708 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 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.000000 | 0.000000 | 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.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
66 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 3009 | 2024-06-07 02:52:32 | 9944510 | SUCCESS | FAIL | 449.0 | 2.0 |
1 | osm-stage_3-merge/v15.0 | 201 | 2024-06-07 04:19:38 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
2 | osm-stage_3-merge/v14.0 | 351 | 2024-06-06 22:08:11 | 17055431 | UNSTABLE | FAIL | 573.0 | 30.0 |
3 | osm-stage_3-merge/v13.0 | 446 | 2024-01-31 21:07:31 | 15541814 | SUCCESS | PASS | 558.0 | 0.0 |
4 | osm-stage_3-merge/v12.0 | 767 | 2024-06-07 00:04:08 | 15320446 | UNSTABLE | FAIL | 493.0 | 37.0 |
5 | osm-stage_3-merge/v10.0 | 1053 | 2024-02-01 04:08:33 | 2336073 | FAILURE | UNAVAILABLE | NaN | NaN |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
155 | Heal 02-Scale Vdu Healing | FAIL | 2024-06-07 04:15:54 | 2024-06-07 04:20:40 | 15 | 1 | Check VNF After Healing | Execute Remote Command Check Rc Return Output |
156 | Heal 03-Multiple Healing | FAIL | 2024-06-07 04:20:40 | 2024-06-07 04:26:02 | 15 | 1 | Check VNFs After Healing | Check If Remote File Exists |
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 | |
---|---|---|---|---|---|---|---|---|
238 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2024-06-06 23:35:45 | 2024-06-06 23:48:04 | 17 | 1 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
258 | Heal 01-Volume Vdu Healing | FAIL | 2024-06-07 00:49:04 | 2024-06-07 00:56:19 | 6 | 10 | Network Service Instance Test | Create Network Service |
259 | Heal 02-Scale Vdu Healing | FAIL | 2024-06-07 00:56:19 | 2024-06-07 01:03:32 | 7 | 9 | Network Service Instance Test | Create Network Service |
260 | Heal 03-Multiple Healing | FAIL | 2024-06-07 01:03:32 | 2024-06-07 01:10:45 | 6 | 10 | Network Service Instance Test | Create Network Service |
osm-stage_3-merge/v13.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword |
---|
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 | 2024-06-07 01:38:43 | 2024-06-07 01:45:05 | 10 | 8 | Instantiate Network Service | Create Network Service |
201 | Heal 01-Volume Vdu Healing | FAIL | 2024-06-07 02:23:43 | 2024-06-07 02:30:43 | 6 | 10 | Network Service Instance Test | Create Network Service |
202 | Heal 02-Scale Vdu Healing | FAIL | 2024-06-07 02:30:43 | 2024-06-07 02:37:43 | 6 | 9 | Network Service Instance Test | Create Network Service |
203 | Heal 03-Multiple Healing | FAIL | 2024-06-07 02:37:43 | 2024-06-07 02:44:25 | 6 | 10 | Network Service Instance Test | 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 | |
---|---|---|---|---|---|---|
46 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Execute Remote Command Check Rc Return Output | FAIL | 2024-06-07 04:19:07 | 2024-06-07 04:19:07 |
121 | Heal 03-Multiple Healing | Check VNFs After Healing | Check If Remote File Exists | FAIL | 2024-06-07 04:24:33 | 2024-06-07 04:24:35 |
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 | |
---|---|---|---|---|---|---|
390 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Execute Manual VNF Scale | FAIL | 2024-06-06 23:41:28 | 2024-06-06 23:45:39 |
419 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2024-06-07 00:49:10 | 2024-06-07 00:55:15 |
422 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2024-06-07 00:55:15 | 2024-06-07 00:55:15 |
427 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2024-06-07 00:55:15 | 2024-06-07 00:55:15 |
444 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2024-06-07 00:55:16 | 2024-06-07 00:55:16 |
447 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2024-06-07 00:55:16 | 2024-06-07 00:55:16 |
454 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2024-06-07 00:55:16 | 2024-06-07 00:55:16 |
457 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2024-06-07 00:55:16 | 2024-06-07 00:55:16 |
459 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2024-06-07 00:55:16 | 2024-06-07 00:55:16 |
475 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2024-06-07 00:55:16 | 2024-06-07 00:55:16 |
493 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2024-06-07 00:56:26 | 2024-06-07 01:02:29 |
496 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
505 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
510 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
518 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
521 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
523 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
537 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2024-06-07 01:02:29 | 2024-06-07 01:02:29 |
551 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2024-06-07 01:03:38 | 2024-06-07 01:09:43 |
554 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
563 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
568 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
576 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
588 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
594 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
597 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
610 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2024-06-07 01:09:43 | 2024-06-07 01:09:43 |
osm-stage_3-merge/v13.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
134 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2024-06-07 01:38:47 | 2024-06-07 01:44:21 |
136 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2024-06-07 01:44:21 | 2024-06-07 01:44:21 |
140 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2024-06-07 01:44:21 | 2024-06-07 01:44:21 |
149 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2024-06-07 01:44:23 | 2024-06-07 01:44:23 |
151 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2024-06-07 01:44:23 | 2024-06-07 01:44:23 |
160 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword If | FAIL | 2024-06-07 01:44:25 | 2024-06-07 01:44:25 |
161 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2024-06-07 01:44:25 | 2024-06-07 01:44:25 |
163 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2024-06-07 01:44:25 | 2024-06-07 01:44:25 |
179 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2024-06-07 02:23:49 | 2024-06-07 02:29:21 |
182 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2024-06-07 02:29:21 | 2024-06-07 02:29:21 |
187 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2024-06-07 02:29:21 | 2024-06-07 02:29:21 |
204 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2024-06-07 02:29:23 | 2024-06-07 02:29:23 |
207 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2024-06-07 02:29:23 | 2024-06-07 02:29:23 |
214 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2024-06-07 02:29:23 | 2024-06-07 02:29:23 |
217 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2024-06-07 02:29:23 | 2024-06-07 02:29:23 |
219 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2024-06-07 02:29:23 | 2024-06-07 02:29:23 |
235 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2024-06-07 02:29:23 | 2024-06-07 02:29:23 |
248 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2024-06-07 02:30:49 | 2024-06-07 02:36:21 |
251 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
260 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
265 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
273 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
276 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
278 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
290 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2024-06-07 02:36:21 | 2024-06-07 02:36:21 |
303 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2024-06-07 02:37:49 | 2024-06-07 02:43:22 |
306 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
315 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
320 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
328 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
340 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
346 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
349 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
362 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2024-06-07 02:43:22 | 2024-06-07 02:43:22 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics