Date and time of the report: 2023-06-05 08:20:20.861643
Analysed period: 2023-05-15 to 2023-06-05.
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 | 5.387025 | 11.113021 | 16.500046 | 0.326485 | 0.000000 | 21.415324 | 21.415324 | 0.000000 | 0.000000 | 20.624375 | 20.624375 | 0.000000 | 0.000000 | 21.543102 | 21.543102 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 16.500046 | 16.500046 | 0.000000 | 5.000000 | 16.415324 | 21.415324 | 0.233478 | 0.000000 | 20.624375 | 20.624375 | 0.000000 | 0.000000 | 21.543102 | 21.543102 | 0.000000 |
Basic 06-Vnf With Charm | 0.000000 | 16.500046 | 16.500046 | 0.000000 | 5.999954 | 15.415370 | 21.415324 | 0.280171 | 0.000000 | 20.624375 | 20.624375 | 0.000000 | 1.044988 | 20.498113 | 21.543102 | 0.048507 |
Basic 07-Secure Key Management | 0.000000 | 16.500046 | 16.500046 | 0.000000 | 5.000000 | 16.415324 | 21.415324 | 0.233478 | 0.000000 | 20.624375 | 20.624375 | 0.000000 | 1.044988 | 20.498113 | 21.543102 | 0.048507 |
Basic 08-Disable Port Security Network Level | 5.387025 | 11.113021 | 16.500046 | 0.326485 | 0.000000 | 21.415324 | 21.415324 | 0.000000 | 0.000000 | 20.624375 | 20.624375 | 0.000000 | 1.044988 | 20.498113 | 21.543102 | 0.048507 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.000000 | 16.500046 | 16.500046 | 0.000000 | 0.000000 | 21.415324 | 21.415324 | 0.000000 | 3.000046 | 17.624329 | 20.624375 | 0.145461 | 1.000000 | 20.543102 | 21.543102 | 0.046419 |
Slice 02-Shared Network Slicing | 4.387037 | 12.113009 | 16.500046 | 0.265880 | 0.000000 | 21.415324 | 21.415324 | 0.000000 | 3.000046 | 17.624329 | 20.624375 | 0.145461 | 3.044977 | 18.498125 | 21.543102 | 0.141343 |
Sol003 01-Vnf-Lifecycle-Management | 0.000000 | 16.500046 | 16.500046 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 20.624375 | 20.624375 | 0.000000 | 0.000000 | 21.543102 | 21.543102 | 0.000000 |
basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 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.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 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 | 2610 | 2023-06-05 01:06:22 | 17808990 | SUCCESS | FAIL | 600.0 | 4.0 |
1 | osm-stage_3-merge/v13.0 | 222 | 2023-06-04 22:07:25 | 2194810 | FAILURE | UNAVAILABLE | NaN | NaN |
2 | osm-stage_3-merge/v12.0 | 416 | 2023-06-05 00:04:22 | 2021645 | FAILURE | UNAVAILABLE | NaN | NaN |
3 | osm-stage_3-merge/v10.0 | 832 | 2023-06-05 03:08:22 | 2188386 | FAILURE | UNAVAILABLE | NaN | NaN |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
97 | Basic 26-Secure Helm Execution Environment | FAIL | 2023-06-05 02:49:05 | 2023-06-05 02:52:13 | 9 | 2 | Test SSH Access | Test SSH Connection |
102 | Basic 31-Multivdu Volume Multiattach | FAIL | 2023-06-05 03:06:33 | 2023-06-05 03:09:25 | 8 | 1 | Ensure that VDUs can share data | Execute Remote Command Check Rc Return Output |
129 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-05 05:32:34 | 2023-06-05 05:44:06 | 6 | 1 | Get VNF SNMP Metrics | Wait Until Keyword Succeeds |
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 | |
---|---|---|---|---|---|---|
10 | Basic 26-Secure Helm Execution Environment | Test SSH Access | Test SSH Connection | FAIL | 2023-06-05 02:51:25 | 2023-06-05 02:51:25 |
11 | Basic 26-Secure Helm Execution Environment | Check Remote File Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-06-05 02:51:25 | 2023-06-05 02:51:25 |
37 | Basic 31-Multivdu Volume Multiattach | Ensure that VDUs can share data | Execute Remote Command Check Rc Return Output | FAIL | 2023-06-05 03:08:43 | 2023-06-05 03:08:45 |
53 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-05 05:34:23 | 2023-06-05 05:43:23 |
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 |
---|