Date and time of the report: 2022-02-03 08:20:30.712475
Analysed period: 2022-01-13 to 2022-02-03.
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 | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 1971 | 2022-02-03 02:06:15 | 10575185 | SUCCESS | FAIL | 413.0 | 4.0 |
1 | osm-stage_3-merge/v11.0 | 119 | 2022-02-03 00:00:13 | 10449590 | SUCCESS | FAIL | 413.0 | 4.0 |
2 | osm-stage_3-merge/v10.0 | 285 | 2022-02-03 04:08:12 | 9570680 | UNSTABLE | FAIL | 358.0 | 14.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
54 | Epa 04-Epa Underlay Sriov | FAIL | 2022-02-03 03:44:15 | 2022-02-03 03:45:47 | 5 | 4 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/v11.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
135 | Epa 04-Epa Underlay Sriov | FAIL | 2022-02-03 01:38:22 | 2022-02-03 01:39:51 | 5 | 4 | 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 | |
---|---|---|---|---|---|---|---|---|
94 | Epa 04-Epa Underlay Sriov | FAIL | 2022-02-03 05:28:59 | 2022-02-03 05:30:31 | 5 | 4 | Instantiate Network Service | Create Network Service |
100 | K8S 03-Simple K8S | FAIL | 2022-02-03 05:40:00 | 2022-02-03 05:43:24 | 8 | 2 | Network Service K8s Instance Test | Create Network Service |
105 | K8S 08-Simple K8S Scaling | FAIL | 2022-02-03 05:59:52 | 2022-02-03 06:06:41 | 8 | 6 | Network Service K8s Instance Test | Create Network Service |
110 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2022-02-03 06:30:01 | 2022-02-03 06:36:34 | 5 | 2 | Instantiate Network Service | Create Network Service |
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
3 | Epa 04-Epa Underlay Sriov | Instantiate Network Service | Create Network Service | FAIL | 2022-02-03 03:44:19 | 2022-02-03 03:45:02 |
5 | Epa 04-Epa Underlay Sriov | Get Management Ip Addresses | Variable Should Exist | FAIL | 2022-02-03 03:45:02 | 2022-02-03 03:45:02 |
12 | Epa 04-Epa Underlay Sriov | Ping from Vnf1 to Vnf2 | Variable Should Exist | FAIL | 2022-02-03 03:45:02 | 2022-02-03 03:45:02 |
16 | Epa 04-Epa Underlay Sriov | Ping from Vnf2 to Vnf1 | Variable Should Exist | FAIL | 2022-02-03 03:45:02 | 2022-02-03 03:45:02 |
osm-stage_3-merge/v11.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
97 | Epa 04-Epa Underlay Sriov | Instantiate Network Service | Create Network Service | FAIL | 2022-02-03 01:38:25 | 2022-02-03 01:39:07 |
99 | Epa 04-Epa Underlay Sriov | Get Management Ip Addresses | Variable Should Exist | FAIL | 2022-02-03 01:39:07 | 2022-02-03 01:39:07 |
106 | Epa 04-Epa Underlay Sriov | Ping from Vnf1 to Vnf2 | Variable Should Exist | FAIL | 2022-02-03 01:39:07 | 2022-02-03 01:39:07 |
110 | Epa 04-Epa Underlay Sriov | Ping from Vnf2 to Vnf1 | Variable Should Exist | FAIL | 2022-02-03 01:39:07 | 2022-02-03 01:39:07 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
25 | Epa 04-Epa Underlay Sriov | Instantiate Network Service | Create Network Service | FAIL | 2022-02-03 05:29:03 | 2022-02-03 05:29:45 |
27 | Epa 04-Epa Underlay Sriov | Get Management Ip Addresses | Variable Should Exist | FAIL | 2022-02-03 05:29:45 | 2022-02-03 05:29:45 |
34 | Epa 04-Epa Underlay Sriov | Ping from Vnf1 to Vnf2 | Variable Should Exist | FAIL | 2022-02-03 05:29:45 | 2022-02-03 05:29:45 |
38 | Epa 04-Epa Underlay Sriov | Ping from Vnf2 to Vnf1 | Variable Should Exist | FAIL | 2022-02-03 05:29:45 | 2022-02-03 05:29:45 |
47 | K8S 03-Simple K8S | Network Service K8s Instance Test | Create Network Service | FAIL | 2022-02-03 05:40:42 | 2022-02-03 05:41:25 |
50 | K8S 03-Simple K8S | Execute Day 2 Operations | Execute NS K8s Action | FAIL | 2022-02-03 05:41:25 | 2022-02-03 05:42:32 |
60 | K8S 08-Simple K8S Scaling | Network Service K8s Instance Test | Create Network Service | FAIL | 2022-02-03 06:00:34 | 2022-02-03 06:01:17 |
63 | K8S 08-Simple K8S Scaling | Get KDU Model Name | Get Model Name | FAIL | 2022-02-03 06:01:17 | 2022-02-03 06:01:17 |
68 | K8S 08-Simple K8S Scaling | Perform Manual KDU Scale Out | Execute Manual VNF Scale | FAIL | 2022-02-03 06:01:23 | 2022-02-03 06:03:34 |
71 | K8S 08-Simple K8S Scaling | Check Scale Count After Scale Out | Run Keyword Unless | FAIL | 2022-02-03 06:03:36 | 2022-02-03 06:03:36 |
72 | K8S 08-Simple K8S Scaling | Perform Manual KDU Scale In | Execute Manual VNF Scale | FAIL | 2022-02-03 06:03:36 | 2022-02-03 06:05:46 |
74 | K8S 08-Simple K8S Scaling | Check Scale Count After Scale In | Run Keyword Unless | FAIL | 2022-02-03 06:05:49 | 2022-02-03 06:05:49 |
81 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2022-02-03 06:30:05 | 2022-02-03 06:30:47 |
87 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2022-02-03 06:30:47 | 2022-02-03 06:35:47 |