Date and time of the report: 2023-06-28 08:20:44.082467
Analysed period: 2023-06-07 to 2023-06-28.
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.000000 | 20.901308 | 20.901308 | 0.000000 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.000000 | 20.709120 | 20.70912 | 0.000000 | 0.0 | 20.627847 | 20.627847 | 0.0 |
Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 20.901308 | 20.901308 | 0.000000 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.000000 | 20.709120 | 20.70912 | 0.000000 | 0.0 | 20.627847 | 20.627847 | 0.0 |
Basic 06-Vnf With Charm | 0.000000 | 20.901308 | 20.901308 | 0.000000 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.000000 | 20.709120 | 20.70912 | 0.000000 | 0.0 | 20.627847 | 20.627847 | 0.0 |
Basic 07-Secure Key Management | 0.000000 | 20.901308 | 20.901308 | 0.000000 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.000000 | 20.709120 | 20.70912 | 0.000000 | 0.0 | 20.627847 | 20.627847 | 0.0 |
Basic 08-Disable Port Security Network Level | 0.000000 | 20.901308 | 20.901308 | 0.000000 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.000000 | 20.709120 | 20.70912 | 0.000000 | 0.0 | 20.627847 | 20.627847 | 0.0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 2.000012 | 18.901296 | 20.901308 | 0.095688 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.999988 | 19.709132 | 20.70912 | 0.048287 | 0.0 | 20.627847 | 20.627847 | 0.0 |
Slice 02-Shared Network Slicing | 2.000012 | 18.901296 | 20.901308 | 0.095688 | 0.0 | 20.500058 | 20.500058 | 0.0 | 0.999988 | 19.709132 | 20.70912 | 0.048287 | 0.0 | 20.627847 | 20.627847 | 0.0 |
Sol003 01-Vnf-Lifecycle-Management | 2.000012 | 18.901296 | 20.901308 | 0.095688 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.999988 | 19.709132 | 20.70912 | 0.048287 | 0.0 | 20.627847 | 20.627847 | 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.000000 | 0.000000 | 0.00000 | 0.000000 | 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.000000 | 0.000000 | 0.00000 | 0.000000 | 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 | 2638 | 2023-06-28 01:06:32 | 17865039 | SUCCESS | PASS | 603.0 | 0.0 |
1 | osm-stage_3-merge/v13.0 | 228 | 2023-06-27 22:07:32 | 18055543 | UNSTABLE | FAIL | 542.0 | 16.0 |
2 | osm-stage_3-merge/v12.0 | 422 | 2023-06-28 00:04:31 | 17120601 | SUCCESS | FAIL | 528.0 | 2.0 |
3 | osm-stage_3-merge/v10.0 | 838 | 2023-06-28 03:08:31 | 11066291 | SUCCESS | FAIL | 378.0 | 2.0 |
osm-stage_3-merge/master: (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 | |
---|---|---|---|---|---|---|---|---|
244 | Basic 26-Secure Helm Execution Environment | FAIL | 2023-06-27 23:56:23 | 2023-06-28 00:07:52 | 5 | 4 | Instantiate Network Service | Create Network Service |
245 | Basic 27-Update Helm Ee In Running Vnf Instance | FAIL | 2023-06-28 00:07:52 | 2023-06-28 00:19:15 | 6 | 10 | Instantiate Network Service | Create Network Service |
272 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-28 02:33:05 | 2023-06-28 02:48:41 | 5 | 2 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
219 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-28 04:17:02 | 2023-06-28 04:31:49 | 5 | 2 | 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 | |
---|---|---|---|---|---|---|---|---|
169 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-28 05:47:20 | 2023-06-28 05:58:38 | 5 | 2 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/master: (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 | |
---|---|---|---|---|---|---|
33 | Basic 26-Secure Helm Execution Environment | Instantiate Network Service | Create Network Service | FAIL | 2023-06-27 23:56:27 | 2023-06-28 00:07:10 |
35 | Basic 26-Secure Helm Execution Environment | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-06-28 00:07:10 | 2023-06-28 00:07:10 |
38 | Basic 26-Secure Helm Execution Environment | Test SSH Access | Variable Should Exist | FAIL | 2023-06-28 00:07:10 | 2023-06-28 00:07:10 |
41 | Basic 26-Secure Helm Execution Environment | Check Remote File Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-06-28 00:07:10 | 2023-06-28 00:07:10 |
48 | Basic 27-Update Helm Ee In Running Vnf Instance | Instantiate Network Service | Create Network Service | FAIL | 2023-06-28 00:07:56 | 2023-06-28 00:18:32 |
50 | Basic 27-Update Helm Ee In Running Vnf Instance | Set NS Update Config | Variable Should Exist | FAIL | 2023-06-28 00:18:33 | 2023-06-28 00:18:33 |
55 | Basic 27-Update Helm Ee In Running Vnf Instance | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-06-28 00:18:33 | 2023-06-28 00:18:33 |
58 | Basic 27-Update Helm Ee In Running Vnf Instance | Test SSH Access | Variable Should Exist | FAIL | 2023-06-28 00:18:33 | 2023-06-28 00:18:33 |
61 | Basic 27-Update Helm Ee In Running Vnf Instance | Check Remote Files Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-06-28 00:18:33 | 2023-06-28 00:18:33 |
62 | Basic 27-Update Helm Ee In Running Vnf Instance | Execute Day 2 Operation | Variable Should Exist | FAIL | 2023-06-28 00:18:33 | 2023-06-28 00:18:33 |
64 | Basic 27-Update Helm Ee In Running Vnf Instance | Check Remote File Created Via Day 2 Operation | Check If remote File Exists | FAIL | 2023-06-28 00:18:33 | 2023-06-28 00:18:33 |
66 | Basic 27-Update Helm Ee In Running Vnf Instance | Update Running VNF Instance | Update Network Service | FAIL | 2023-06-28 00:18:35 | 2023-06-28 00:18:35 |
67 | Basic 27-Update Helm Ee In Running Vnf Instance | Execute Day 2 Operation on Upgraded Helm EE | Variable Should Exist | FAIL | 2023-06-28 00:18:35 | 2023-06-28 00:18:35 |
69 | Basic 27-Update Helm Ee In Running Vnf Instance | Check Remote Folder Created Via Day 2 Operation | Check If Remote Folder Exists | FAIL | 2023-06-28 00:18:35 | 2023-06-28 00:18:35 |
75 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-06-28 02:33:09 | 2023-06-28 02:38:43 |
81 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-28 02:38:43 | 2023-06-28 02:47:44 |
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
17 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-06-28 04:17:06 | 2023-06-28 04:22:10 |
23 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-28 04:22:10 | 2023-06-28 04:31:10 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
2 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-06-28 05:47:24 | 2023-06-28 05:52:58 |
8 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-28 05:52:58 | 2023-06-28 05:57:58 |
Powered by osm-analytics