Date and time of the report: 2023-05-31 08:20:35.313449
Analysed period: 2023-05-10 to 2023-05-31.
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 | 6.197778 | 11.584803 | 0.465008 | 0.0 | 21.500104 | 21.500104 | 0.000000 | 0.000000 | 20.709144 | 20.709144 | 0.000000 | 0.000000 | 21.627894 | 21.627894 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 11.584803 | 11.584803 | 0.000000 | 5.0 | 16.500104 | 21.500104 | 0.232557 | 0.000000 | 20.709144 | 20.709144 | 0.000000 | 0.000000 | 21.627894 | 21.627894 | 0.000000 |
Basic 06-Vnf With Charm | 0.000000 | 11.584803 | 11.584803 | 0.000000 | 5.5 | 16.000104 | 21.500104 | 0.255813 | 0.000000 | 20.709144 | 20.709144 | 0.000000 | 1.044988 | 20.582905 | 21.627894 | 0.048317 |
Basic 07-Secure Key Management | 0.000000 | 11.584803 | 11.584803 | 0.000000 | 5.0 | 16.500104 | 21.500104 | 0.232557 | 0.000000 | 20.709144 | 20.709144 | 0.000000 | 1.044988 | 20.582905 | 21.627894 | 0.048317 |
Basic 08-Disable Port Security Network Level | 5.387025 | 6.197778 | 11.584803 | 0.465008 | 0.0 | 21.500104 | 21.500104 | 0.000000 | 0.000000 | 20.709144 | 20.709144 | 0.000000 | 1.044988 | 20.582905 | 21.627894 | 0.048317 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.000000 | 11.584803 | 11.584803 | 0.000000 | 0.0 | 21.500104 | 21.500104 | 0.000000 | 3.000046 | 17.709097 | 20.709144 | 0.144866 | 1.000000 | 20.627894 | 21.627894 | 0.046237 |
Slice 02-Shared Network Slicing | 4.387037 | 7.197766 | 11.584803 | 0.378689 | 0.0 | 21.500104 | 21.500104 | 0.000000 | 3.000046 | 17.709097 | 20.709144 | 0.144866 | 3.044977 | 18.582917 | 21.627894 | 0.140789 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 11.584803 | 11.584803 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 20.709144 | 20.709144 | 0.000000 | 0.000000 | 21.627894 | 21.627894 | 0.000000 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 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.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
62 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2597 | 2023-05-31 01:06:24 | 16325690 | UNSTABLE | FAIL | 555.0 | 38.0 |
1 | osm-stage_3-merge/v13.0 | 217 | 2023-05-30 22:07:21 | 15450121 | SUCCESS | PASS | 558.0 | 0.0 |
2 | osm-stage_3-merge/v12.0 | 411 | 2023-05-31 00:04:24 | 15684414 | SUCCESS | PASS | 530.0 | 0.0 |
3 | osm-stage_3-merge/v10.0 | 827 | 2023-05-31 03:08:25 | 11405698 | UNSTABLE | FAIL | 356.0 | 24.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
97 | Basic 26-Secure Helm Execution Environment | FAIL | 2023-05-31 02:51:38 | 2023-05-31 02:57:55 | 5 | 4 | Instantiate Network Service | Create Network Service |
110 | Heal 01-Volume Vdu Healing | FAIL | 2023-05-31 03:29:53 | 2023-05-31 03:36:37 | 6 | 10 | Network Service Instance Test | Create Network Service |
111 | Heal 02-Scale Vdu Healing | FAIL | 2023-05-31 03:36:37 | 2023-05-31 03:42:52 | 8 | 9 | Network Service Instance Test | Create Network Service |
112 | Heal 03-Multiple Healing | FAIL | 2023-05-31 03:42:52 | 2023-05-31 03:49:02 | 6 | 10 | Network Service Instance Test | Create Network Service |
113 | Heal 04-Autohealing | FAIL | 2023-05-31 03:49:02 | 2023-05-31 03:54:42 | 12 | 2 | Wait For Autohealing To Be Completed | Check For NS Operation Completed |
127 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2023-05-31 04:56:10 | 2023-05-31 05:03:47 | 15 | 1 | Check Alarms Were Received | Wait Until Keyword Succeeds |
128 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-05-31 05:03:47 | 2023-05-31 05:19: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 |
---|
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword |
---|
osm-stage_3-merge/v10.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
134 | Basic 06-Vnf With Charm | FAIL | 2023-05-31 03:42:32 | 2023-05-31 04:00:32 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
147 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-05-31 04:49:59 | 2023-05-31 04:56:09 | 10 | 8 | Instantiate Network Service | Create Network Service |
160 | K8S 05-K8S Proxy Charms | FAIL | 2023-05-31 05:22:53 | 2023-05-31 05:25:26 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
161 | K8S 06-K8S Secure Key Management | FAIL | 2023-05-31 05:25:26 | 2023-05-31 05:29:13 | 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 | |
---|---|---|---|---|---|---|
3 | Basic 26-Secure Helm Execution Environment | Instantiate Network Service | Create Network Service | FAIL | 2023-05-31 02:51:41 | 2023-05-31 02:57:15 |
5 | Basic 26-Secure Helm Execution Environment | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-05-31 02:57:15 | 2023-05-31 02:57:15 |
8 | Basic 26-Secure Helm Execution Environment | Test SSH Access | Variable Should Exist | FAIL | 2023-05-31 02:57:15 | 2023-05-31 02:57:15 |
11 | Basic 26-Secure Helm Execution Environment | Check Remote File Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-05-31 02:57:15 | 2023-05-31 02:57:15 |
18 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-05-31 03:29:59 | 2023-05-31 03:35:31 |
21 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-05-31 03:35:31 | 2023-05-31 03:35:31 |
26 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-05-31 03:35:31 | 2023-05-31 03:35:31 |
43 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-05-31 03:35:33 | 2023-05-31 03:35:33 |
46 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-05-31 03:35:33 | 2023-05-31 03:35:33 |
53 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-05-31 03:35:33 | 2023-05-31 03:35:33 |
56 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-05-31 03:35:33 | 2023-05-31 03:35:33 |
58 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-05-31 03:35:33 | 2023-05-31 03:35:33 |
74 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-05-31 03:35:33 | 2023-05-31 03:35:33 |
90 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-05-31 03:36:44 | 2023-05-31 03:41:46 |
93 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
102 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
107 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
115 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
118 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
120 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
134 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-05-31 03:41:46 | 2023-05-31 03:41:46 |
148 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-05-31 03:42:57 | 2023-05-31 03:48:00 |
151 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
160 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
165 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
173 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
185 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
191 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
194 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
207 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-05-31 03:48:00 | 2023-05-31 03:48:00 |
246 | Heal 04-Autohealing | Wait For Autohealing To Be Completed | Check For NS Operation Completed | FAIL | 2023-05-31 03:53:54 | 2023-05-31 03:53:56 |
253 | Heal 04-Autohealing | Check VNF After Healing | Should Not Be Equal | FAIL | 2023-05-31 03:53:59 | 2023-05-31 03:53:59 |
285 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2023-05-31 04:58:54 | 2023-05-31 05:02:24 |
294 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-05-31 05:03:51 | 2023-05-31 05:09:26 |
300 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-05-31 05:09:26 | 2023-05-31 05:18:27 |
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 |
---|
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
309 | Basic 06-Vnf With Charm | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-05-31 03:42:35 | 2023-05-31 03:58:00 |
311 | Basic 06-Vnf With Charm | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-05-31 03:58:00 | 2023-05-31 03:58:00 |
317 | Basic 06-Vnf With Charm | Test SSH Access | Variable Should Exist | FAIL | 2023-05-31 03:58:00 | 2023-05-31 03:58:00 |
322 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-05-31 03:58:00 | 2023-05-31 03:58:00 |
324 | Basic 06-Vnf With Charm | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-05-31 03:58:00 | 2023-05-31 03:58:00 |
327 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-05-31 03:58:00 | 2023-05-31 03:58:00 |
334 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2023-05-31 04:50:02 | 2023-05-31 04:55:06 |
336 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-05-31 04:55:06 | 2023-05-31 04:55:06 |
340 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-05-31 04:55:06 | 2023-05-31 04:55:06 |
349 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-05-31 04:55:08 | 2023-05-31 04:55:08 |
351 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-05-31 04:55:08 | 2023-05-31 04:55:08 |
360 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword Unless | FAIL | 2023-05-31 04:55:09 | 2023-05-31 04:55:09 |
361 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-05-31 04:55:09 | 2023-05-31 04:55:09 |
363 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-05-31 04:55:09 | 2023-05-31 04:55:09 |
378 | K8S 05-K8S Proxy Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-05-31 05:22:57 | 2023-05-31 05:24:10 |
380 | K8S 05-K8S Proxy Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-05-31 05:24:10 | 2023-05-31 05:24:10 |
386 | K8S 05-K8S Proxy Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-05-31 05:24:10 | 2023-05-31 05:24:10 |
391 | K8S 05-K8S Proxy Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-05-31 05:24:10 | 2023-05-31 05:24:10 |
393 | K8S 05-K8S Proxy Charms | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-05-31 05:24:10 | 2023-05-31 05:24:10 |
396 | K8S 05-K8S Proxy Charms | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-05-31 05:24:10 | 2023-05-31 05:24:10 |
403 | K8S 06-K8S Secure Key Management | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-05-31 05:25:30 | 2023-05-31 05:26:10 |
417 | K8S 06-K8S Secure Key Management | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-05-31 05:26:50 | 2023-05-31 05:26:52 |
420 | K8S 06-K8S Secure Key Management | Execute Day 2 Operations | Execute NS Action | FAIL | 2023-05-31 05:26:52 | 2023-05-31 05:27:57 |
422 | K8S 06-K8S Secure Key Management | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-05-31 05:27:57 | 2023-05-31 05:27:58 |