Date and time of the report: 2024-02-26 08:20:21.647182
Analysed period: 2024-02-05 to 2024-02-26.
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.000000 | 21.457222 | 21.457222 | 0.000000 | 0.000000 | 21.396088 | 21.396088 | 0.00000 | 0.000000 | 20.580787 | 20.580787 | 0.000000 | 0.000000 | 21.500278 | 21.500278 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.457222 | 21.457222 | 0.000000 | 0.000000 | 21.396088 | 21.396088 | 0.00000 | 0.000000 | 20.580787 | 20.580787 | 0.000000 | 0.000000 | 21.500278 | 21.500278 | 0.000000 |
Basic 06-Vnf With Charm | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 5.580556 | 15.000231 | 20.580787 | 0.271154 | 8.000058 | 13.500220 | 21.500278 | 0.372091 |
Basic 07-Secure Key Management | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 9.580567 | 11.000220 | 20.580787 | 0.465510 | 8.500104 | 13.000174 | 21.500278 | 0.395349 |
Basic 08-Disable Port Security Network Level | 10.457049 | 11.000174 | 21.457222 | 0.487344 | 0.000000 | 21.396088 | 21.396088 | 0.00000 | 10.580648 | 10.000139 | 20.580787 | 0.514103 | 10.500093 | 11.000185 | 21.500278 | 0.488370 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 8.000104 | 13.457118 | 21.457222 | 0.372840 | 0.000000 | 21.396088 | 21.396088 | 0.00000 | 9.000104 | 11.580683 | 20.580787 | 0.437306 | 9.500093 | 12.000185 | 21.500278 | 0.441859 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 21.457222 | 21.457222 | 0.000000 | 0.000000 | 21.396088 | 21.396088 | 0.00000 | 0.000000 | 20.580787 | 20.580787 | 0.000000 | 0.000000 | 21.500278 | 21.500278 | 0.000000 |
Sol003 02-Dualstack Ip Vnfm | 0.000000 | 21.457222 | 21.457222 | 0.000000 | 1.000058 | 20.396030 | 21.396088 | 0.04674 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 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.000000 | 0.000000 | 0.000000 | 0.00000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 |
66 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2906 | 2024-02-26 04:37:59 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
1 | osm-stage_3-merge/v15.0 | 71 | 2024-02-26 06:00:08 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
2 | osm-stage_3-merge/v14.0 | 247 | 2024-02-25 23:08:58 | 19731383 | UNSTABLE | FAIL | 510.0 | 93.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 | 664 | 2024-02-26 01:04:57 | 17700060 | UNSTABLE | FAIL | 437.0 | 93.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 |
---|
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 | |
---|---|---|---|---|---|---|---|---|
182 | Basic 06-Vnf With Charm | FAIL | 2024-02-25 23:46:47 | 2024-02-25 23:53:59 | 5 | 7 | Instantiate Charm Network Service | Create Network Service |
183 | Basic 07-Secure Key Management | FAIL | 2024-02-25 23:53:59 | 2024-02-26 00:02:07 | 7 | 5 | Instantiate Nopasswd Charm Network Service | Create Network Service |
184 | Basic 08-Disable Port Security Network Level | FAIL | 2024-02-26 00:02:07 | 2024-02-26 00:09:38 | 8 | 1 | Instantiate Network Service | Create Network Service |
186 | Basic 11-Native Charms | FAIL | 2024-02-26 00:11:55 | 2024-02-26 00:18:48 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
187 | Basic 12-Ns Primitives | FAIL | 2024-02-26 00:18:48 | 2024-02-26 00:19:18 | 1 | 8 | Upload Vnfds | Create VNFD |
200 | Basic 25-Update Charm In Running Vnf Instance | FAIL | 2024-02-26 01:00:08 | 2024-02-26 01:07:08 | 6 | 10 | Instantiate Charm Network Service | Create Network Service |
204 | Basic 29-Vnf Ipv6 Profile | FAIL | 2024-02-26 01:18:17 | 2024-02-26 01:24:33 | 5 | 4 | Instantiate Network Service | Create Network Service |
205 | Basic 30-Ns Ipv6 Profile | FAIL | 2024-02-26 01:24:33 | 2024-02-26 01:31:07 | 5 | 7 | Instantiate Network Service | Create Network Service |
207 | Epa 01-Epa Sriov | FAIL | 2024-02-26 01:34:23 | 2024-02-26 01:41:09 | 5 | 3 | Instantiate Network Service | Create Network Service |
213 | Hackfest Cloudinit | FAIL | 2024-02-26 01:53:35 | 2024-02-26 02:00:09 | 5 | 4 | Network Service Instance Test | Create Network Service |
214 | Hackfest Multivdu | FAIL | 2024-02-26 02:00:09 | 2024-02-26 02:06:41 | 5 | 4 | Network Service Instance Test | Create Network Service |
216 | Heal 02-Scale Vdu Healing | FAIL | 2024-02-26 02:14:28 | 2024-02-26 02:21:50 | 7 | 9 | Network Service Instance Test | Create Network Service |
217 | Heal 03-Multiple Healing | FAIL | 2024-02-26 02:21:50 | 2024-02-26 02:29:11 | 6 | 10 | Network Service Instance Test | Create Network Service |
223 | K8S 06-K8S Secure Key Management | FAIL | 2024-02-26 02:48:28 | 2024-02-26 02:57:34 | 7 | 5 | Instantiate Charm Network Service | Create Network Service |
227 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | FAIL | 2024-02-26 03:08:10 | 2024-02-26 03:16:14 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
233 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2024-02-26 03:58:31 | 2024-02-26 04:13:47 | 5 | 2 | Instantiate Network Service | Create Network Service |
234 | Slice 01-Network Slicing | FAIL | 2024-02-26 04:13:47 | 2024-02-26 04:23:46 | 9 | 4 | Network Slice Instance Test | Create Network Slice |
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 | |
---|---|---|---|---|---|---|---|---|
132 | Basic 07-Secure Key Management | FAIL | 2024-02-26 01:44:12 | 2024-02-26 01:52:21 | 7 | 5 | Instantiate Nopasswd Charm Network Service | Create Network Service |
133 | Basic 08-Disable Port Security Network Level | FAIL | 2024-02-26 01:52:21 | 2024-02-26 01:59:51 | 8 | 1 | Instantiate Network Service | Create Network Service |
135 | Basic 11-Native Charms | FAIL | 2024-02-26 02:02:09 | 2024-02-26 02:08:59 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
136 | Basic 12-Ns Primitives | FAIL | 2024-02-26 02:08:59 | 2024-02-26 02:16:18 | 6 | 1 | Instantiate NS | Create Network Service |
144 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2024-02-26 02:35:08 | 2024-02-26 02:40:59 | 10 | 8 | Instantiate Network Service | Create Network Service |
149 | Basic 25-Update Charm In Running Vnf Instance | FAIL | 2024-02-26 02:53:59 | 2024-02-26 03:00:56 | 6 | 10 | Instantiate Charm Network Service | Create Network Service |
150 | Epa 01-Epa Sriov | FAIL | 2024-02-26 03:00:56 | 2024-02-26 03:07:42 | 5 | 3 | Instantiate Network Service | Create Network Service |
156 | Hackfest Cloudinit | FAIL | 2024-02-26 03:20:39 | 2024-02-26 03:27:45 | 5 | 4 | Network Service Instance Test | Create Network Service |
157 | Hackfest Multivdu | FAIL | 2024-02-26 03:27:45 | 2024-02-26 03:34:47 | 5 | 4 | Network Service Instance Test | Create Network Service |
158 | Heal 01-Volume Vdu Healing | FAIL | 2024-02-26 03:34:47 | 2024-02-26 03:41:33 | 6 | 10 | Network Service Instance Test | Create Network Service |
159 | Heal 02-Scale Vdu Healing | FAIL | 2024-02-26 03:41:33 | 2024-02-26 03:48:19 | 6 | 9 | Network Service Instance Test | Create Network Service |
160 | Heal 03-Multiple Healing | FAIL | 2024-02-26 03:48:19 | 2024-02-26 03:55:02 | 6 | 10 | Network Service Instance Test | Create Network Service |
165 | K8S 05-K8S Proxy Charms | FAIL | 2024-02-26 04:09:23 | 2024-02-26 04:17:25 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
170 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | FAIL | 2024-02-26 04:36:27 | 2024-02-26 04:44:39 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
176 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2024-02-26 05:12:31 | 2024-02-26 05:27:48 | 5 | 2 | Instantiate Network Service | Create Network Service |
177 | Slice 01-Network Slicing | FAIL | 2024-02-26 05:27:48 | 2024-02-26 05:37:47 | 9 | 4 | Network Slice Instance Test | Create Network Slice |
178 | Slice 02-Shared Network Slicing | FAIL | 2024-02-26 05:37:47 | 2024-02-26 05:55:02 | 14 | 6 | Network Slice First Instance | Create Network Slice |
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/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 | |
---|---|---|---|---|---|---|
513 | Basic 06-Vnf With Charm | Instantiate Charm Network Service | Create Network Service | FAIL | 2024-02-25 23:46:50 | 2024-02-25 23:53:01 |
516 | Basic 06-Vnf With Charm | Check VNF Charm Application Name | Get Application Name VNF Level Charm | FAIL | 2024-02-25 23:53:01 | 2024-02-25 23:53:01 |
519 | Basic 06-Vnf With Charm | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2024-02-25 23:53:01 | 2024-02-25 23:53:01 |
525 | Basic 06-Vnf With Charm | Test SSH Access | Variable Should Exist | FAIL | 2024-02-25 23:53:01 | 2024-02-25 23:53:01 |
530 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2024-02-25 23:53:01 | 2024-02-25 23:53:01 |
... | ... | ... | ... | ... | ... | ... |
955 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2024-02-26 04:04:08 | 2024-02-26 04:13:09 |
967 | Slice 01-Network Slicing | Network Slice Instance Test | Create Network Slice | FAIL | 2024-02-26 04:13:57 | 2024-02-26 04:20:08 |
980 | Slice 01-Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2024-02-26 04:21:19 | 2024-02-26 04:21:49 |
982 | Slice 01-Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2024-02-26 04:22:19 | 2024-02-26 04:22:22 |
983 | Slice 01-Network Slicing | Test Slice Connectivity | Ping Many | FAIL | 2024-02-26 04:22:22 | 2024-02-26 04:22:22 |
91 rows × 6 columns
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 | |
---|---|---|---|---|---|---|
2 | Basic 07-Secure Key Management | Instantiate Nopasswd Charm Network Service | Create Network Service | FAIL | 2024-02-26 01:44:17 | 2024-02-26 01:50:26 |
10 | Basic 07-Secure Key Management | Test SSH Access | Test SSH Connection | FAIL | 2024-02-26 01:50:59 | 2024-02-26 01:51:02 |
11 | Basic 07-Secure Key Management | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2024-02-26 01:51:02 | 2024-02-26 01:51:02 |
13 | Basic 07-Secure Key Management | Execute Day 2 Operations | Execute NS Action | FAIL | 2024-02-26 01:51:02 | 2024-02-26 01:51:22 |
14 | Basic 07-Secure Key Management | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2024-02-26 01:51:22 | 2024-02-26 01:51:25 |
... | ... | ... | ... | ... | ... | ... |
477 | Slice 02-Shared Network Slicing | Network Slice Second Instance | Create Network Slice | FAIL | 2024-02-26 05:44:10 | 2024-02-26 05:50:22 |
491 | Slice 02-Shared Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2024-02-26 05:51:40 | 2024-02-26 05:52:10 |
493 | Slice 02-Shared Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2024-02-26 05:52:40 | 2024-02-26 05:52:43 |
494 | Slice 02-Shared Network Slicing | Test First Slice Connectivity | Ping Many | FAIL | 2024-02-26 05:52:43 | 2024-02-26 05:52:43 |
503 | Slice 02-Shared Network Slicing | Test Second Slice Connectivity | Ping Many | FAIL | 2024-02-26 05:53:25 | 2024-02-26 05:53:28 |
90 rows × 6 columns
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics