Date and time of the report: 2023-07-10 08:20:19.504138
Analysed period: 2023-06-19 to 2023-07-10.
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.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 2.000093 | 10.500069 | 12.500162 | 0.160005 |
Basic 06-Vnf With Charm | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 0.000000 |
Basic 07-Secure Key Management | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 0.000000 |
Basic 08-Disable Port Security Network Level | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 0.000000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 0.000000 |
Slice 02-Shared Network Slicing | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 12.372384 | 12.372384 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 0.000000 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.457083 | 21.457083 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 12.5814 | 12.5814 | 0.0 | 0.000000 | 12.500162 | 12.500162 | 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.0000 | 0.0000 | 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.0000 | 0.0000 | 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 | 2658 | 2023-07-10 01:06:46 | 1180897 | FAILURE | UNAVAILABLE | NaN | NaN |
1 | osm-stage_3-merge/v13.0 | 240 | 2023-07-09 20:07:49 | 16443186 | UNSTABLE | FAIL | 472.0 | 86.0 |
2 | osm-stage_3-merge/v12.0 | 435 | 2023-07-10 00:04:45 | 14803531 | UNSTABLE | FAIL | 437.0 | 93.0 |
3 | osm-stage_3-merge/v10.0 | 850 | 2023-07-10 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-09 20:57:21 | 2023-07-09 21:14:07 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
135 | Basic 13-Ns Relations | FAIL | 2023-07-09 21:18:06 | 2023-07-09 21:34:30 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
136 | Basic 14-Vnf Relations | FAIL | 2023-07-09 21:34:30 | 2023-07-09 21:50:52 | 5 | 1 | Instantiate Charm Network Service | Create Network Service |
143 | Basic 21-Support Of Volumes | FAIL | 2023-07-09 22:08:35 | 2023-07-09 22:10:04 | 6 | 4 | Network Service Instance Test | Create Network Service |
144 | Basic 22-Cross Model Relations | FAIL | 2023-07-09 22:10:04 | 2023-07-09 22:11:28 | 8 | 2 | Add K8s Cluster To OSM | Create K8s Cluster |
158 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-09 22:42:59 | 2023-07-09 22:48:25 | 6 | 10 | Network Service Instance Test | Create Network Service |
159 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-09 22:48:25 | 2023-07-09 22:55:06 | 6 | 9 | Network Service Instance Test | Create Network Service |
160 | Heal 03-Multiple Healing | FAIL | 2023-07-09 22:55:06 | 2023-07-09 23:00:31 | 6 | 10 | Network Service Instance Test | Create Network Service |
162 | K8S 02-K8Scluster Creation | FAIL | 2023-07-09 23:05:19 | 2023-07-09 23:06:02 | 1 | 1 | Add K8s Cluster To OSM | Create K8s Cluster |
163 | K8S 03-Simple K8S | FAIL | 2023-07-09 23:06:02 | 2023-07-09 23:07:24 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
164 | K8S 04-Openldap Helm | FAIL | 2023-07-09 23:07:24 | 2023-07-09 23:21:54 | 3 | 11 | Add K8s Cluster To OSM | Create K8s Cluster |
167 | K8S 07-Dummy Helm | FAIL | 2023-07-09 23:32:17 | 2023-07-09 23:39:54 | 2 | 8 | Create Package For OpenLDAP CNF | Create VNFD |
168 | K8S 08-Simple K8S Scaling | FAIL | 2023-07-09 23:39:54 | 2023-07-09 23:41:26 | 7 | 7 | Add K8s Cluster To OSM | Create K8s Cluster |
169 | K8S 09-Pebble Charm K8S | FAIL | 2023-07-09 23:41:26 | 2023-07-09 23:42:52 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
171 | K8S 12-Openldap Helm Day-2 | FAIL | 2023-07-09 23:48:35 | 2023-07-09 23:52:09 | 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-10 00:52:16 | 2023-07-10 01:08:40 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
84 | Basic 13-Ns Relations | FAIL | 2023-07-10 01:12:41 | 2023-07-10 01:29:05 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
91 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-07-10 01:44:10 | 2023-07-10 01:51:10 | 10 | 8 | Instantiate Network Service | Create Network Service |
92 | Basic 21-Support Of Volumes | FAIL | 2023-07-10 01:51:10 | 2023-07-10 01:52:36 | 6 | 4 | Network Service Instance Test | Create Network Service |
93 | Basic 22-Cross Model Relations | FAIL | 2023-07-10 01:52:36 | 2023-07-10 01:53:53 | 8 | 2 | Add K8s Cluster To OSM | Create K8s Cluster |
105 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-10 02:18:46 | 2023-07-10 02:24:16 | 6 | 10 | Network Service Instance Test | Create Network Service |
106 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-10 02:24:16 | 2023-07-10 02:29:44 | 6 | 9 | Network Service Instance Test | Create Network Service |
107 | Heal 03-Multiple Healing | FAIL | 2023-07-10 02:29:44 | 2023-07-10 02:32:06 | 6 | 10 | Network Service Instance Test | Create Network Service |
109 | K8S 02-K8Scluster Creation | FAIL | 2023-07-10 02:37:07 | 2023-07-10 02:37:50 | 1 | 1 | Add K8s Cluster To OSM | Create K8s Cluster |
110 | K8S 03-Simple K8S | FAIL | 2023-07-10 02:37:50 | 2023-07-10 02:39:12 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
111 | K8S 04-Openldap Helm | FAIL | 2023-07-10 02:39:12 | 2023-07-10 02:53:47 | 3 | 11 | Add K8s Cluster To OSM | Create K8s Cluster |
114 | K8S 07-Dummy Helm | FAIL | 2023-07-10 03:05:06 | 2023-07-10 03:12:47 | 2 | 8 | Create Package For OpenLDAP CNF | Create VNFD |
115 | K8S 08-Simple K8S Scaling | FAIL | 2023-07-10 03:12:47 | 2023-07-10 03:14:30 | 7 | 7 | Add K8s Cluster To OSM | Create K8s Cluster |
116 | K8S 09-Pebble Charm K8S | FAIL | 2023-07-10 03:14:30 | 2023-07-10 03:15:54 | 7 | 3 | Add K8s Cluster To OSM | Create K8s Cluster |
118 | K8S 12-Openldap Helm Day-2 | FAIL | 2023-07-10 03:21:26 | 2023-07-10 03:25:00 | 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 | |
---|---|---|---|---|---|---|
421 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-09 20:57:25 | 2023-07-09 21:12:52 |
423 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-07-09 21:12:52 | 2023-07-09 21:12:52 |
429 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-07-09 21:12:52 | 2023-07-09 21:12:52 |
434 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-07-09 21:12:52 | 2023-07-09 21:12:52 |
442 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-09 21:18:13 | 2023-07-09 21:33:33 |
... | ... | ... | ... | ... | ... | ... |
788 | K8S 12-Openldap Helm Day-2 | Check Replicas After Upgrade Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-09 23:49:34 | 2023-07-09 23:49:34 |
792 | K8S 12-Openldap Helm Day-2 | Execute Rollback Operation | Execute NS K8s Action | FAIL | 2023-07-09 23:49:34 | 2023-07-09 23:49:39 |
794 | K8S 12-Openldap Helm Day-2 | Check Replicas After Rollback Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-09 23:49:39 | 2023-07-09 23:49:39 |
799 | K8S 12-Openldap Helm Day-2 | Delete NS Descriptor Test | Delete NSD | FAIL | 2023-07-09 23:49:46 | 2023-07-09 23:49:48 |
800 | K8S 12-Openldap Helm Day-2 | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2023-07-09 23:49:48 | 2023-07-09 23:49:50 |
82 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-10 00:52:20 | 2023-07-10 01:07:40 |
4 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-07-10 01:07:40 | 2023-07-10 01:07:40 |
10 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-07-10 01:07:40 | 2023-07-10 01:07:40 |
15 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-07-10 01:07:40 | 2023-07-10 01:07:40 |
23 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-07-10 01:12:47 | 2023-07-10 01:28:09 |
... | ... | ... | ... | ... | ... | ... |
406 | K8S 12-Openldap Helm Day-2 | Check Replicas After Upgrade Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-10 03:22:25 | 2023-07-10 03:22:25 |
410 | K8S 12-Openldap Helm Day-2 | Execute Rollback Operation | Execute NS K8s Action | FAIL | 2023-07-10 03:22:25 | 2023-07-10 03:22:30 |
412 | K8S 12-Openldap Helm Day-2 | Check Replicas After Rollback Operation | Get Vnf Kdu Replica Count | FAIL | 2023-07-10 03:22:30 | 2023-07-10 03:22:30 |
417 | K8S 12-Openldap Helm Day-2 | Delete NS Descriptor Test | Delete NSD | FAIL | 2023-07-10 03:22:37 | 2023-07-10 03:22:39 |
418 | K8S 12-Openldap Helm Day-2 | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2023-07-10 03:22:39 | 2023-07-10 03:22:41 |
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