Date and time of the report: 2023-08-04 08:20:32.079860
Analysed period: 2023-07-14 to 2023-08-04.
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.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
Basic 06-Vnf With Charm | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
Basic 07-Secure Key Management | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
Slice 02-Shared Network Slicing | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 21.499572 | 21.499572 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.584248 | 21.584248 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 19.79191 | 19.79191 | 0.0 | 0.0 | 21.627338 | 21.627338 | 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.00000 | 0.00000 | 0.0 | 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.00000 | 0.00000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
63 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2686 | 2023-08-04 01:06:15 | 17927928 | UNSTABLE | FAIL | 593.0 | 10.0 |
1 | osm-stage_3-merge/v13.0 | 265 | 2023-08-03 20:07:14 | 15892922 | SUCCESS | PASS | 558.0 | 0.0 |
2 | osm-stage_3-merge/v12.0 | 460 | 2023-08-04 00:04:19 | 17586979 | UNSTABLE | FAIL | 514.0 | 16.0 |
3 | osm-stage_3-merge/v10.0 | 875 | 2023-08-04 03:08:16 | 10011659 | UNSTABLE | FAIL | 373.0 | 7.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
84 | Basic 13-Ns Relations | FAIL | 2023-08-04 02:06:01 | 2023-08-04 02:07:27 | 7 | 1 | Instantiate Charm Network Service | Create Network Service |
93 | Basic 22-Cross Model Relations | FAIL | 2023-08-04 02:33:18 | 2023-08-04 02:52:17 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
95 | Basic 24-Affinity Groups | FAIL | 2023-08-04 02:52:30 | 2023-08-04 02:53:53 | 5 | 2 | Network Service Instance Test | Create Network Service |
118 | K8S 05-K8S Proxy Charms | FAIL | 2023-08-04 04:32:23 | 2023-08-04 04:35:31 | 5 | 6 | Instantiate Charm 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 | |
---|---|---|---|---|---|---|---|---|
178 | Basic 11-Native Charms | FAIL | 2023-08-04 00:59:00 | 2023-08-04 01:15:26 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
189 | Basic 22-Cross Model Relations | FAIL | 2023-08-04 01:50:12 | 2023-08-04 02:09:17 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
202 | Heal 02-Scale Vdu Healing | FAIL | 2023-08-04 02:42:11 | 2023-08-04 02:54:47 | 13 | 2 | Scale Out Charm VNF | Execute Manual VNF Scale |
213 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | FAIL | 2023-08-04 03:49:33 | 2023-08-04 03:52:41 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
218 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2023-08-04 04:14:58 | 2023-08-04 04:35:59 | 13 | 3 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/v10.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
144 | Basic 16-Advanced Onboarding And Scaling | FAIL | 2023-08-04 04:15:52 | 2023-08-04 04:17:18 | 5 | 7 | Instantiate Scaling Network Service | Create Network Service |
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
3 | Basic 13-Ns Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-04 02:06:08 | 2023-08-04 02:06:48 |
13 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-04 02:34:02 | 2023-08-04 02:49:32 |
22 | Basic 24-Affinity Groups | Network Service Instance Test | Create Network Service | FAIL | 2023-08-04 02:52:33 | 2023-08-04 02:53:13 |
25 | Basic 24-Affinity Groups | Check Vnf Affinity Groups | Get Vnf Id | FAIL | 2023-08-04 02:53:13 | 2023-08-04 02:53:13 |
32 | K8S 05-K8S Proxy Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-04 04:32:27 | 2023-08-04 04:33:41 |
34 | K8S 05-K8S Proxy Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-04 04:33:41 | 2023-08-04 04:33:41 |
40 | K8S 05-K8S Proxy Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-08-04 04:33:41 | 2023-08-04 04:33:41 |
45 | K8S 05-K8S Proxy Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-04 04:33:41 | 2023-08-04 04:33:41 |
47 | K8S 05-K8S Proxy Charms | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-08-04 04:33:41 | 2023-08-04 04:33:41 |
50 | K8S 05-K8S Proxy Charms | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-08-04 04:33:41 | 2023-08-04 04:33:41 |
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 | |
---|---|---|---|---|---|---|
87 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-04 00:59:04 | 2023-08-04 01:14:29 |
89 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-04 01:14:29 | 2023-08-04 01:14:29 |
95 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-08-04 01:14:29 | 2023-08-04 01:14:29 |
100 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-04 01:14:29 | 2023-08-04 01:14:29 |
109 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-04 01:50:57 | 2023-08-04 02:06:31 |
127 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Execute Manual VNF Scale | FAIL | 2023-08-04 02:46:51 | 2023-08-04 02:47:11 |
173 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-04 03:49:37 | 2023-08-04 03:50:50 |
175 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-04 03:50:50 | 2023-08-04 03:50:50 |
181 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-08-04 03:50:50 | 2023-08-04 03:50:50 |
186 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-04 03:50:50 | 2023-08-04 03:50:50 |
188 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Execute Day 2 Operations | Variable Should Exist | FAIL | 2023-08-04 03:50:50 | 2023-08-04 03:50:50 |
191 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-08-04 03:50:50 | 2023-08-04 03:50:50 |
211 | Sa 07-Alarms From Sa-Related Vnfs | Instantiate Network Service | Create Network Service | FAIL | 2023-08-04 04:16:29 | 2023-08-04 04:17:08 |
218 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2023-08-04 04:17:08 | 2023-08-04 04:31:09 |
220 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2023-08-04 04:31:09 | 2023-08-04 04:34:39 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
57 | Basic 16-Advanced Onboarding And Scaling | Instantiate Scaling Network Service | Create Network Service | FAIL | 2023-08-04 04:15:56 | 2023-08-04 04:16:37 |
59 | Basic 16-Advanced Onboarding And Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-08-04 04:16:37 | 2023-08-04 04:16:37 |
63 | Basic 16-Advanced Onboarding And Scaling | Check Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-08-04 04:16:37 | 2023-08-04 04:16:37 |
68 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-08-04 04:16:37 | 2023-08-04 04:16:37 |
70 | Basic 16-Advanced Onboarding And Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-08-04 04:16:37 | 2023-08-04 04:16:37 |
75 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-08-04 04:16:37 | 2023-08-04 04:16:37 |
77 | Basic 16-Advanced Onboarding And Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-08-04 04:16:37 | 2023-08-04 04:16:37 |
Powered by osm-analytics