Date and time of the report: 2023-10-25 08:20:25.598644
Analysed period: 2023-10-04 to 2023-10-25.
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 FOURTEEN | 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 | days_failing | days_passing | days_run | error_rate | |
suites | ||||||||||||||||||||
Basic 01-Crud Operations On Vim Targets | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.0 | 20.500162 | 20.500162 | 0.00000 | 0.0 | 21.335625 | 21.335625 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.0 | 20.500162 | 20.500162 | 0.00000 | 0.0 | 21.335625 | 21.335625 | 0.0 |
Basic 06-Vnf With Charm | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.5 | 20.000162 | 20.500162 | 0.02439 | 0.0 | 21.335625 | 21.335625 | 0.0 |
Basic 07-Secure Key Management | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.5 | 20.000162 | 20.500162 | 0.02439 | 0.0 | 21.335625 | 21.335625 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.0 | 20.500162 | 20.500162 | 0.00000 | 0.0 | 21.335625 | 21.335625 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.0 | 20.500162 | 20.500162 | 0.00000 | 0.0 | 21.335625 | 21.335625 | 0.0 |
Slice 02-Shared Network Slicing | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 21.207859 | 21.207859 | 0.0 | 0.0 | 20.500162 | 20.500162 | 0.00000 | 0.0 | 21.335625 | 21.335625 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 19.292558 | 19.292558 | 0.0 | 0.0 | 18.416169 | 18.416169 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.500162 | 20.500162 | 0.00000 | 0.0 | 21.335625 | 21.335625 | 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.00000 | 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.00000 | 0.0 | 0.000000 | 0.000000 | 0.0 |
63 rows × 20 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2771 | 2023-10-24 01:06:35 | 17627513 | SUCCESS | FAIL | 602.0 | 1.0 |
1 | osm-stage_3-merge/v14.0 | 128 | 2023-10-24 22:08:36 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
2 | osm-stage_3-merge/v13.0 | 347 | 2023-10-24 20:07:40 | 19511625 | UNSTABLE | FAIL | 531.0 | 27.0 |
3 | osm-stage_3-merge/v12.0 | 542 | 2023-10-25 01:32:57 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
4 | osm-stage_3-merge/v10.0 | 956 | 2023-10-24 03:08:39 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
93 | Basic 22-Cross Model Relations | FAIL | 2023-10-24 02:35:19 | 2023-10-24 02:54:13 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
osm-stage_3-merge/v14.0: (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 06-Vnf With Charm | FAIL | 2023-10-24 20:44:36 | 2023-10-24 21:02:44 | 5 | 7 | Instantiate Charm Network Service | Create Network Service |
136 | Basic 07-Secure Key Management | FAIL | 2023-10-24 21:02:44 | 2023-10-24 21:22:36 | 8 | 4 | Instantiate Nopasswd Charm Network Service | Create Network Service |
140 | Basic 12-Ns Primitives | FAIL | 2023-10-24 21:33:37 | 2023-10-24 21:52:03 | 6 | 3 | Instantiate NS | Create Network Service |
153 | Basic 25-Update Charm In Running Vnf Instance | FAIL | 2023-10-24 22:33:20 | 2023-10-24 22:51:36 | 6 | 10 | Instantiate Charm Network Service | Create Network Service |
177 | K8S 12-Openldap Helm Day-2 | FAIL | 2023-10-25 00:39:33 | 2023-10-25 00:47:51 | 12 | 3 | Execute Day 2 Operations | Execute NS K8s Action |
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 |
---|
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
4 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-10-24 02:36:02 | 2023-10-24 02:51:28 |
osm-stage_3-merge/v14.0: (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 | |
---|---|---|---|---|---|---|
13 | Basic 06-Vnf With Charm | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-10-24 20:44:40 | 2023-10-24 21:00:01 |
16 | Basic 06-Vnf With Charm | Check VNF Charm Application Name | Get Application Name VNF Level Charm | FAIL | 2023-10-24 21:00:01 | 2023-10-24 21:00:01 |
19 | Basic 06-Vnf With Charm | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-10-24 21:00:01 | 2023-10-24 21:00:01 |
25 | Basic 06-Vnf With Charm | Test SSH Access | Variable Should Exist | FAIL | 2023-10-24 21:00:01 | 2023-10-24 21:00:01 |
30 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-10-24 21:00:01 | 2023-10-24 21:00:01 |
32 | Basic 06-Vnf With Charm | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-10-24 21:00:01 | 2023-10-24 21:00:01 |
35 | Basic 06-Vnf With Charm | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-10-24 21:00:01 | 2023-10-24 21:00:01 |
42 | Basic 07-Secure Key Management | Instantiate Nopasswd Charm Network Service | Create Network Service | FAIL | 2023-10-24 21:02:48 | 2023-10-24 21:18:10 |
51 | Basic 07-Secure Key Management | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-10-24 21:18:45 | 2023-10-24 21:18:47 |
53 | Basic 07-Secure Key Management | Execute Day 2 Operations | Execute NS Action | FAIL | 2023-10-24 21:18:47 | 2023-10-24 21:19:52 |
54 | Basic 07-Secure Key Management | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-10-24 21:19:52 | 2023-10-24 21:19:53 |
66 | Basic 12-Ns Primitives | Instantiate NS | Create Network Service | FAIL | 2023-10-24 21:33:45 | 2023-10-24 21:49:12 |
69 | Basic 12-Ns Primitives | Check NS Charm Application Name | Get Application Name NS Level Charm | FAIL | 2023-10-24 21:49:12 | 2023-10-24 21:49:12 |
72 | Basic 12-Ns Primitives | Check VDU Charm Application Name | Get Application Name VDU Level Charm | FAIL | 2023-10-24 21:49:12 | 2023-10-24 21:49:12 |
83 | Basic 25-Update Charm In Running Vnf Instance | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-10-24 22:33:24 | 2023-10-24 22:48:45 |
85 | Basic 25-Update Charm In Running Vnf Instance | Set NS Update Config | Variable Should Exist | FAIL | 2023-10-24 22:48:45 | 2023-10-24 22:48:45 |
90 | Basic 25-Update Charm In Running Vnf Instance | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-10-24 22:48:45 | 2023-10-24 22:48:45 |
93 | Basic 25-Update Charm In Running Vnf Instance | Test SSH Access | Variable Should Exist | FAIL | 2023-10-24 22:48:45 | 2023-10-24 22:48:45 |
96 | Basic 25-Update Charm In Running Vnf Instance | Check Remote Files Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-10-24 22:48:45 | 2023-10-24 22:48:45 |
97 | Basic 25-Update Charm In Running Vnf Instance | Execute Day 2 Operation | Variable Should Exist | FAIL | 2023-10-24 22:48:45 | 2023-10-24 22:48:45 |
99 | Basic 25-Update Charm In Running Vnf Instance | Check Remote File Created Via Day 2 Operation | Check If remote File Exists | FAIL | 2023-10-24 22:48:45 | 2023-10-24 22:48:45 |
101 | Basic 25-Update Charm In Running Vnf Instance | Update Running VNF Instance | Update Network Service | FAIL | 2023-10-24 22:48:49 | 2023-10-24 22:48:49 |
102 | Basic 25-Update Charm In Running Vnf Instance | Execute Day 2 Operation on Upgraded Charm | Variable Should Exist | FAIL | 2023-10-24 22:48:49 | 2023-10-24 22:48:49 |
104 | Basic 25-Update Charm In Running Vnf Instance | Check Remote Folder Created Via Day 2 Operation | Check If Remote Folder Exists | FAIL | 2023-10-24 22:48:49 | 2023-10-24 22:48:49 |
119 | K8S 12-Openldap Helm Day-2 | Execute Day 2 Operations | Execute NS K8s Action | FAIL | 2023-10-25 00:43:08 | 2023-10-25 00:44:14 |
121 | K8S 12-Openldap Helm Day-2 | Execute Upgrade Operation | Execute NS K8s Action | FAIL | 2023-10-25 00:44:14 | 2023-10-25 00:45:20 |
125 | K8S 12-Openldap Helm Day-2 | Check Replicas After Upgrade Operation | Should Be Equal As Integers | FAIL | 2023-10-25 00:45:52 | 2023-10-25 00:45:52 |
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 |
---|
Powered by osm-analytics