Date and time of the report: 2023-07-09 08:20:37.858194
Analysed period: 2023-06-18 to 2023-07-09.
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.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 2.000093 | 9.500104 | 11.500197 | 0.173918 |
Basic 06-Vnf With Charm | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
Basic 07-Secure Key Management | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
Basic 08-Disable Port Security Network Level | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
Slice 02-Shared Network Slicing | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 11.372419 | 11.372419 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.457164 | 21.457164 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 11.581435 | 11.581435 | 0.0 | 0.000000 | 11.500197 | 11.500197 | 0.000000 |
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.000000 | 0.000000 | 0.000000 | 0.000000 |
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.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 | 2657 | 2023-07-09 01:06:49 | 2102061 | FAILURE | UNAVAILABLE | NaN | NaN |
1 | osm-stage_3-merge/v13.0 | 239 | 2023-07-08 20:07:47 | 15094349 | UNSTABLE | FAIL | 468.0 | 90.0 |
2 | osm-stage_3-merge/v12.0 | 434 | 2023-07-09 00:04:48 | 14862263 | UNSTABLE | FAIL | 437.0 | 93.0 |
3 | osm-stage_3-merge/v10.0 | 849 | 2023-07-09 03:08:45 | 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 | |
---|---|---|---|---|---|---|---|---|
135 | Basic 13-Ns Relations | FAIL | 2023-07-08 21:06:58 | 2023-07-08 21:23:21 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
136 | Basic 14-Vnf Relations | FAIL | 2023-07-08 21:23:21 | 2023-07-08 21:39:27 | 5 | 1 | Instantiate Charm Network Service | Create Network Service |
142 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-07-08 21:48:41 | 2023-07-08 21:54:51 | 10 | 8 | Instantiate Network Service | Create Network Service |
143 | Basic 21-Support Of Volumes | FAIL | 2023-07-08 21:54:51 | 2023-07-08 21:56:17 | 6 | 4 | Network Service Instance Test | Create Network Service |
144 | Basic 22-Cross Model Relations | FAIL | 2023-07-08 21:56:17 | 2023-07-08 21:57:33 | 8 | 2 | Add K8s Cluster To OSM | Create K8s Cluster |
158 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-08 22:29:21 | 2023-07-08 22:34:52 | 6 | 10 | Network Service Instance Test | Create Network Service |
159 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-08 22:34:52 | 2023-07-08 22:37:20 | 6 | 9 | Network Service Instance Test | Create Network Service |
160 | Heal 03-Multiple Healing | FAIL | 2023-07-08 22:37:20 | 2023-07-08 22:39:09 | 6 | 10 | Network Service Instance Test | Create Network Service |
162 | K8S 02-K8Scluster Creation | FAIL | 2023-07-08 22:44:27 | 2023-07-08 22:45:10 | 1 | 1 | Add K8s Cluster To OSM | Create K8s Cluster |
163 | K8S 03-Simple K8S | FAIL | 2023-07-08 22:45:10 | 2023-07-08 22:46:32 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
164 | K8S 04-Openldap Helm | FAIL | 2023-07-08 22:46:32 | 2023-07-08 23:00:57 | 3 | 11 | Add K8s Cluster To OSM | Create K8s Cluster |
167 | K8S 07-Dummy Helm | FAIL | 2023-07-08 23:12:13 | 2023-07-08 23:19:48 | 2 | 8 | Create Package For OpenLDAP CNF | Create VNFD |
168 | K8S 08-Simple K8S Scaling | FAIL | 2023-07-08 23:19:48 | 2023-07-08 23:21:19 | 7 | 7 | Add K8s Cluster To OSM | Create K8s Cluster |
169 | K8S 09-Pebble Charm K8S | FAIL | 2023-07-08 23:21:19 | 2023-07-08 23:22:41 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
171 | K8S 12-Openldap Helm Day-2 | FAIL | 2023-07-08 23:28:11 | 2023-07-08 23:31:45 | 3 | 12 | Create Package For OpenLDAP CNF | Create VNFD |
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-09 00:53:17 | 2023-07-09 01:10:05 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
84 | Basic 13-Ns Relations | FAIL | 2023-07-09 01:14:00 | 2023-07-09 01:30:27 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
91 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-07-09 01:44:27 | 2023-07-09 01:50:41 | 10 | 8 | Instantiate Network Service | Create Network Service |
92 | Basic 21-Support Of Volumes | FAIL | 2023-07-09 01:50:41 | 2023-07-09 01:52:07 | 6 | 4 | Network Service Instance Test | Create Network Service |
93 | Basic 22-Cross Model Relations | FAIL | 2023-07-09 01:52:07 | 2023-07-09 01:53:24 | 8 | 2 | Add K8s Cluster To OSM | Create K8s Cluster |
105 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-09 02:19:19 | 2023-07-09 02:25:18 | 6 | 10 | Network Service Instance Test | Create Network Service |
106 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-09 02:25:18 | 2023-07-09 02:27:07 | 6 | 9 | Network Service Instance Test | Create Network Service |
107 | Heal 03-Multiple Healing | FAIL | 2023-07-09 02:27:07 | 2023-07-09 02:33:49 | 6 | 10 | Network Service Instance Test | Create Network Service |
109 | K8S 02-K8Scluster Creation | FAIL | 2023-07-09 02:38:51 | 2023-07-09 02:39:34 | 1 | 1 | Add K8s Cluster To OSM | Create K8s Cluster |
110 | K8S 03-Simple K8S | FAIL | 2023-07-09 02:39:34 | 2023-07-09 02:40:57 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
111 | K8S 04-Openldap Helm | FAIL | 2023-07-09 02:40:57 | 2023-07-09 02:55:30 | 3 | 11 | Add K8s Cluster To OSM | Create K8s Cluster |
114 | K8S 07-Dummy Helm | FAIL | 2023-07-09 03:05:51 | 2023-07-09 03:13:37 | 2 | 8 | Create Package For OpenLDAP CNF | Create VNFD |
115 | K8S 08-Simple K8S Scaling | FAIL | 2023-07-09 03:13:37 | 2023-07-09 03:15:18 | 7 | 7 | Add K8s Cluster To OSM | Create K8s Cluster |
116 | K8S 09-Pebble Charm K8S | FAIL | 2023-07-09 03:15:18 | 2023-07-09 03:16:42 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
118 | K8S 12-Openldap Helm Day-2 | FAIL | 2023-07-09 03:21:39 | 2023-07-09 03:25:13 | 3 | 12 | Create Package For OpenLDAP CNF | Create VNFD |
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 | |
---|---|---|---|---|---|---|
422 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-08 21:07:04 | 2023-07-08 21:22:25 |
430 | Basic 14-Vnf Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-08 21:23:25 | 2023-07-08 21:38:47 |
437 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2023-07-08 21:48:46 | 2023-07-08 21:53:49 |
439 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-07-08 21:53:49 | 2023-07-08 21:53:49 |
443 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-07-08 21:53:49 | 2023-07-08 21:53:49 |
... | ... | ... | ... | ... | ... | ... |
812 | K8S 12-Openldap Helm Day-2 | Check Replicas After Upgrade Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-08 23:29:10 | 2023-07-08 23:29:10 |
816 | K8S 12-Openldap Helm Day-2 | Execute Rollback Operation | Execute NS K8s Action | FAIL | 2023-07-08 23:29:10 | 2023-07-08 23:29:15 |
818 | K8S 12-Openldap Helm Day-2 | Check Replicas After Rollback Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-08 23:29:15 | 2023-07-08 23:29:15 |
823 | K8S 12-Openldap Helm Day-2 | Delete NS Descriptor Test | Delete NSD | FAIL | 2023-07-08 23:29:22 | 2023-07-08 23:29:24 |
824 | K8S 12-Openldap Helm Day-2 | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2023-07-08 23:29:24 | 2023-07-08 23:29:26 |
86 rows × 6 columns
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-09 00:53:21 | 2023-07-09 01:08:48 |
4 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-07-09 01:08:48 | 2023-07-09 01:08:48 |
10 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-07-09 01:08:48 | 2023-07-09 01:08:48 |
15 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-07-09 01:08:48 | 2023-07-09 01:08:48 |
23 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-09 01:14:08 | 2023-07-09 01:29:30 |
... | ... | ... | ... | ... | ... | ... |
406 | K8S 12-Openldap Helm Day-2 | Check Replicas After Upgrade Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-09 03:22:37 | 2023-07-09 03:22:37 |
410 | K8S 12-Openldap Helm Day-2 | Execute Rollback Operation | Execute NS K8s Action | FAIL | 2023-07-09 03:22:37 | 2023-07-09 03:22:42 |
412 | K8S 12-Openldap Helm Day-2 | Check Replicas After Rollback Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-09 03:22:42 | 2023-07-09 03:22:42 |
417 | K8S 12-Openldap Helm Day-2 | Delete NS Descriptor Test | Delete NSD | FAIL | 2023-07-09 03:22:50 | 2023-07-09 03:22:52 |
418 | K8S 12-Openldap Helm Day-2 | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2023-07-09 03:22:52 | 2023-07-09 03:22:53 |
89 rows × 6 columns
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics