Date and time of the report: 2024-09-01 08:20:21.606170
Analysed period: 2024-08-11 to 2024-09-01.
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 | 3.500058 | 17.999491 | 21.499549 | 0.162797 | 0.0 | 21.438437 | 21.438437 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.499549 | 21.499549 | 0.000000 | 0.0 | 21.438437 | 21.438437 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
Basic 06-Vnf With Charm | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
Basic 07-Secure Key Management | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
Basic 08-Disable Port Security Network Level | 3.500058 | 17.999491 | 21.499549 | 0.162797 | 0.0 | 21.438437 | 21.438437 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 02-Shared Network Slicing | 0.000000 | 21.499549 | 21.499549 | 0.000000 | 0.0 | 21.438437 | 21.438437 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 0.500000 | 20.999549 | 21.499549 | 0.023256 | 0.0 | 21.438437 | 21.438437 | 0.0 | 0.0 | 20.623206 | 20.623206 | 0.0 | 0.0 | 21.542604 | 21.542604 | 0.0 |
Sol003 02-Dualstack Ip Vnfm | 0.000000 | 21.499549 | 21.499549 | 0.000000 | 0.0 | 21.438437 | 21.438437 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 |
67 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 3099 | 2024-09-01 01:06:15 | 11897779 | UNSTABLE | FAIL | 379.0 | 93.0 |
1 | osm-stage_3-merge/v15.0 | 287 | 2024-09-01 02:34:16 | 1474377 | FAILURE | UNAVAILABLE | NaN | NaN |
2 | osm-stage_3-merge/v14.0 | 437 | 2024-08-31 22:08:14 | 1484402 | FAILURE | UNAVAILABLE | NaN | NaN |
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 | 853 | 2024-09-01 00:04:14 | 1817981 | FAILURE | UNAVAILABLE | NaN | NaN |
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 | |
---|---|---|---|---|---|---|---|---|
129 | Basic 01-Crud Operations On Vim Targets | FAIL | 2024-09-01 01:30:20 | 2024-09-01 01:33:30 | 3 | 1 | Create VIM Target With Extra Config | Check For VIM Target Status |
131 | Basic 08-Disable Port Security Network Level | FAIL | 2024-09-01 01:35:15 | 2024-09-01 01:40:39 | 8 | 1 | Create VIM With Port Security Disabled | Check For VIM Target Status |
138 | Basic 21-Support Of Volumes | FAIL | 2024-09-01 01:51:14 | 2024-09-01 01:52:38 | 6 | 4 | Network Service Instance Test | Create Network Service |
142 | Basic 28-Keep Persistent Volumes | FAIL | 2024-09-01 01:58:40 | 2024-09-01 02:00:04 | 5 | 11 | Network Service Instance Test | Create Network Service |
145 | Basic 31-Multivdu Volume Multiattach | FAIL | 2024-09-01 02:06:00 | 2024-09-01 02:07:22 | 5 | 4 | Network Service Instance Test | Create Network Service |
148 | Epa 03-Crud Operations On Sdnc | FAIL | 2024-09-01 02:10:57 | 2024-09-01 02:12:11 | 2 | 1 | Create Basic SDNC | Wait Until Keyword Succeeds |
154 | Heal 01-Volume Vdu Healing | FAIL | 2024-09-01 02:23:10 | 2024-09-01 02:24:42 | 6 | 10 | Network Service Instance Test | Create Network Service |
155 | Heal 02-Scale Vdu Healing | FAIL | 2024-09-01 02:24:42 | 2024-09-01 02:26:34 | 7 | 11 | Network Service Instance Test | Create Network Service |
156 | Heal 03-Multiple Healing | FAIL | 2024-09-01 02:26:34 | 2024-09-01 02:28:04 | 6 | 12 | Network Service Instance Test | Create Network Service |
164 | Quotas 01-Quota Enforcement | FAIL | 2024-09-01 02:50:57 | 2024-09-01 02:52:24 | 3 | 11 | Create Second Project With Quotas | Should Be Equal As Integers |
165 | Sa 01-Vnf With Vim Metrics | FAIL | 2024-09-01 02:52:24 | 2024-09-01 03:10:47 | 3 | 4 | Get VNF VIM-based Metrics | Wait Until Keyword Succeeds |
166 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2024-09-01 03:10:47 | 2024-09-01 03:43:21 | 0 | 15 | Create VNF Descriptor | Create VNFD |
167 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2024-09-01 03:43:21 | 2024-09-01 04:04:19 | 14 | 2 | Get Alarm Metric | Wait Until Keyword Succeeds |
171 | Sol003 01-Vnf-Lifecycle-Management | FAIL | 2024-09-01 04:19:18 | 2024-09-01 04:20:49 | 4 | 6 | Create VNF Package From JSON File | Create VNFD |
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 |
---|
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 |
---|
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 | |
---|---|---|---|---|---|---|
19 | Basic 01-Crud Operations On Vim Targets | Create VIM Target With Extra Config | Check For VIM Target Status | FAIL | 2024-09-01 01:30:24 | 2024-09-01 01:33:26 |
25 | Basic 08-Disable Port Security Network Level | Create VIM With Port Security Disabled | Check For VIM Target Status | FAIL | 2024-09-01 01:35:17 | 2024-09-01 01:38:19 |
38 | Basic 21-Support Of Volumes | Network Service Instance Test | Create Network Service | FAIL | 2024-09-01 01:51:17 | 2024-09-01 01:51:57 |
46 | Basic 21-Support Of Volumes | Get VNF IP Address | Variable Should Exist | FAIL | 2024-09-01 01:51:59 | 2024-09-01 01:51:59 |
50 | Basic 21-Support Of Volumes | Check VDU disks | Variable Should Exist | FAIL | 2024-09-01 01:51:59 | 2024-09-01 01:51:59 |
... | ... | ... | ... | ... | ... | ... |
520 | Sol003 01-Vnf-Lifecycle-Management | Instantiate VNF | Update Value To Json | FAIL | 2024-09-01 04:19:27 | 2024-09-01 04:19:27 |
557 | Sol003 01-Vnf-Lifecycle-Management | Scale VNF | Post Api Request | FAIL | 2024-09-01 04:19:39 | 2024-09-01 04:19:39 |
570 | Sol003 01-Vnf-Lifecycle-Management | Terminate VNF | Post Api Request | FAIL | 2024-09-01 04:19:41 | 2024-09-01 04:19:41 |
580 | Sol003 01-Vnf-Lifecycle-Management | Delete VNF | DELETE On Session | FAIL | 2024-09-01 04:19:43 | 2024-09-01 04:19:43 |
582 | Sol003 01-Vnf-Lifecycle-Management | Delete VNF Descriptor Test | Delete VNFD | FAIL | 2024-09-01 04:19:43 | 2024-09-01 04:19:44 |
89 rows × 6 columns
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 |
---|
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 |
---|
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics