Date and time of the report: 2023-08-07 08:20:38.406775
Analysed period: 2023-07-17 to 2023-08-07.
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.499502 | 21.499502 | 0.000000 | 0.000000 | 21.414780 | 21.41478 | 0.000000 | 0.000000 | 20.707118 | 20.707118 | 0.000000 | 0.000000 | 21.542569 | 21.542569 | 0.000000 |
Basic 05-Instantiation Parameters In Cloud Init | 1.0 | 20.499502 | 21.499502 | 0.046513 | 0.999977 | 20.414803 | 21.41478 | 0.046696 | 0.000000 | 20.707118 | 20.707118 | 0.000000 | 0.000000 | 21.542569 | 21.542569 | 0.000000 |
Basic 06-Vnf With Charm | 1.0 | 20.499502 | 21.499502 | 0.046513 | 1.415278 | 19.999502 | 21.41478 | 0.066089 | 0.000000 | 20.707118 | 20.707118 | 0.000000 | 0.000000 | 21.542569 | 21.542569 | 0.000000 |
Basic 07-Secure Key Management | 1.0 | 20.499502 | 21.499502 | 0.046513 | 2.415255 | 18.999525 | 21.41478 | 0.112784 | 0.000000 | 20.707118 | 20.707118 | 0.000000 | 0.000000 | 21.542569 | 21.542569 | 0.000000 |
Basic 08-Disable Port Security Network Level | 1.0 | 20.499502 | 21.499502 | 0.046513 | 1.415278 | 19.999502 | 21.41478 | 0.066089 | 0.000000 | 20.707118 | 20.707118 | 0.000000 | 0.000000 | 21.542569 | 21.542569 | 0.000000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.5 | 20.999502 | 21.499502 | 0.023256 | 1.415278 | 19.999502 | 21.41478 | 0.066089 | 0.707581 | 19.999537 | 20.707118 | 0.034171 | 1.543056 | 19.999514 | 21.542569 | 0.071628 |
Slice 02-Shared Network Slicing | 1.5 | 19.999502 | 21.499502 | 0.069769 | 0.999977 | 20.414803 | 21.41478 | 0.046696 | 1.707546 | 18.999572 | 20.707118 | 0.082462 | 2.543044 | 18.999525 | 21.542569 | 0.118047 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 21.499502 | 21.499502 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 0.000000 | 0.000000 | 20.707118 | 20.707118 | 0.000000 | 0.000000 | 21.542569 | 21.542569 | 0.000000 |
basic 23-delete vnf package SOL004 SOL007 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 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.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 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 | 2689 | 2023-08-07 01:06:15 | 15915855 | UNSTABLE | FAIL | 529.0 | 74.0 |
1 | osm-stage_3-merge/v13.0 | 268 | 2023-08-06 20:07:20 | 15227045 | FAILURE | FAIL | 510.0 | 48.0 |
2 | osm-stage_3-merge/v12.0 | 463 | 2023-08-07 00:04:14 | 17711334 | UNSTABLE | FAIL | 450.0 | 80.0 |
3 | osm-stage_3-merge/v10.0 | 878 | 2023-08-07 03:08:15 | 0 | FAILURE | UNAVAILABLE | NaN | NaN |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
81 | Basic 09-Manual Vdu Scaling | FAIL | 2023-08-07 01:54:52 | 2023-08-07 01:56:48 | 10 | 3 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
82 | Basic 11-Native Charms | FAIL | 2023-08-07 01:56:48 | 2023-08-07 01:58:14 | 5 | 4 | Instantiate Charm Network Service | Create Network Service |
83 | Basic 12-Ns Primitives | FAIL | 2023-08-07 01:58:14 | 2023-08-07 02:01:25 | 6 | 3 | Instantiate NS | Create Network Service |
87 | Basic 16-Advanced Onboarding And Scaling | FAIL | 2023-08-07 02:11:30 | 2023-08-07 02:14:01 | 9 | 3 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
91 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-08-07 02:19:55 | 2023-08-07 02:21:55 | 10 | 8 | Instantiate Network Service | Create Network Service |
93 | Basic 22-Cross Model Relations | FAIL | 2023-08-07 02:24:16 | 2023-08-07 02:43:08 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
112 | Heal 02-Scale Vdu Healing | FAIL | 2023-08-07 03:36:35 | 2023-08-07 03:38:58 | 7 | 9 | Network Service Instance Test | Create Network Service |
113 | Heal 03-Multiple Healing | FAIL | 2023-08-07 03:38:58 | 2023-08-07 03:41:20 | 6 | 10 | Network Service Instance Test | Create Network Service |
118 | K8S 05-K8S Proxy Charms | FAIL | 2023-08-07 03:55:30 | 2023-08-07 03:59:00 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
123 | K8S 10-Sol004 Sol007 With K8S Proxy Charms | FAIL | 2023-08-07 04:14:12 | 2023-08-07 04:17:35 | 5 | 6 | Instantiate Charm Network Service | Create Network Service |
126 | Sa 01-Vnf With Vim Metrics | FAIL | 2023-08-07 04:23:48 | 2023-08-07 04:25:10 | 5 | 2 | Instantiate Network Service | Create Network Service |
127 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2023-08-07 04:25:10 | 2023-08-07 04:58:41 | 7 | 8 | Instantiate Network Service | Create Network Service |
130 | Slice 01-Network Slicing | FAIL | 2023-08-07 05:10:38 | 2023-08-07 05:14:59 | 10 | 3 | Network Slice Instance Test | Create Network Slice |
131 | Slice 02-Shared Network Slicing | FAIL | 2023-08-07 05:14:59 | 2023-08-07 05:22:09 | 12 | 8 | Network Slice First Instance | Create Network Slice |
osm-stage_3-merge/v13.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
201 | Basic 22-Cross Model Relations | FAIL | 2023-08-06 21:38:52 | 2023-08-06 21:57:49 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
215 | Heal 01-Volume Vdu Healing | FAIL | 2023-08-06 22:30:10 | 2023-08-06 22:32:36 | 6 | 10 | Network Service Instance Test | Create Network Service |
216 | Heal 02-Scale Vdu Healing | FAIL | 2023-08-06 22:32:36 | 2023-08-06 22:34:32 | 6 | 9 | Network Service Instance Test | Create Network Service |
217 | Heal 03-Multiple Healing | FAIL | 2023-08-06 22:34:32 | 2023-08-06 22:36:54 | 6 | 10 | Network Service Instance Test | Create Network Service |
223 | K8S 06-K8S Secure Key Management | FAIL | 2023-08-06 22:56:19 | 2023-08-06 23:00:28 | 7 | 5 | Instantiate Charm Network Service | Create Network Service |
232 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2023-08-06 23:39:03 | 2023-08-07 00:00:05 | 13 | 3 | Instantiate Network Service | Create Network Service |
234 | Slice 01-Network Slicing | FAIL | 2023-08-07 00:02:23 | 2023-08-07 00:06:47 | 10 | 3 | Network Slice Instance Test | Create Network Slice |
235 | Slice 02-Shared Network Slicing | FAIL | 2023-08-07 00:06:47 | 2023-08-07 00:13:49 | 13 | 7 | Network Slice First Instance | Create Network Slice |
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
144 | Basic 16-Advanced Onboarding And Scaling | FAIL | 2023-08-07 01:20:20 | 2023-08-07 01:26:55 | 6 | 6 | Perform Manual Vdu Scale Out | Execute Manual VNF Scale |
150 | Basic 22-Cross Model Relations | FAIL | 2023-08-07 01:44:34 | 2023-08-07 02:03:29 | 9 | 1 | Instantiate Charm Network Service | Create Network Service |
152 | Basic 24-Affinity Groups | FAIL | 2023-08-07 02:03:43 | 2023-08-07 02:05:07 | 5 | 2 | Network Service Instance Test | Create Network Service |
153 | Basic 25-Update Charm In Running Vnf Instance | FAIL | 2023-08-07 02:05:07 | 2023-08-07 02:07:39 | 6 | 10 | Instantiate Charm Network Service | Create Network Service |
157 | Epa 04-Epa Underlay Sriov | FAIL | 2023-08-07 02:12:27 | 2023-08-07 02:13:51 | 5 | 4 | Instantiate Network Service | Create Network Service |
160 | Hackfest Cloudinit | FAIL | 2023-08-07 02:16:56 | 2023-08-07 02:19:39 | 5 | 4 | Network Service Instance Test | Create Network Service |
162 | Heal 01-Volume Vdu Healing | FAIL | 2023-08-07 02:23:08 | 2023-08-07 02:25:33 | 6 | 10 | Network Service Instance Test | Create Network Service |
163 | Heal 02-Scale Vdu Healing | FAIL | 2023-08-07 02:25:33 | 2023-08-07 02:32:16 | 6 | 9 | Network Service Instance Test | Create Network Service |
164 | Heal 03-Multiple Healing | FAIL | 2023-08-07 02:32:16 | 2023-08-07 02:38:40 | 6 | 10 | Network Service Instance Test | Create Network Service |
177 | Sa 01-Vnf With Vim Metrics | FAIL | 2023-08-07 03:29:13 | 2023-08-07 03:44:36 | 5 | 2 | Instantiate Network Service | Create Network Service |
178 | Sa 02-Vnf With Vim Metrics And Autoscaling | FAIL | 2023-08-07 03:44:36 | 2023-08-07 04:16:03 | 6 | 7 | Instantiate Network Service | Create Network Service |
179 | Sa 07-Alarms From Sa-Related Vnfs | FAIL | 2023-08-07 04:16:03 | 2023-08-07 04:37:08 | 13 | 3 | Instantiate Network Service | Create Network Service |
181 | Slice 01-Network Slicing | FAIL | 2023-08-07 04:39:51 | 2023-08-07 04:44:44 | 9 | 4 | Network Slice Instance Test | Create Network Slice |
182 | Slice 02-Shared Network Slicing | FAIL | 2023-08-07 04:44:44 | 2023-08-07 04:51:26 | 12 | 8 | Network Slice First Instance | Create Network Slice |
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 | |
---|---|---|---|---|---|---|
14 | Basic 09-Manual Vdu Scaling | Perform Manual Vdu Scale Out | Execute Manual VNF Scale | FAIL | 2023-08-07 01:55:41 | 2023-08-07 01:56:01 |
21 | Basic 09-Manual Vdu Scaling | Perform Manual Vdu Scale In | Execute Manual VNF Scale | FAIL | 2023-08-07 01:56:03 | 2023-08-07 01:56:08 |
26 | Basic 09-Manual Vdu Scaling | Check Vdus After Scaling In | Run Keyword If | FAIL | 2023-08-07 01:56:09 | 2023-08-07 01:56:09 |
32 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-07 01:56:52 | 2023-08-07 01:57:32 |
34 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-08-07 01:57:32 | 2023-08-07 01:57:32 |
... | ... | ... | ... | ... | ... | ... |
455 | Slice 02-Shared Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2023-08-07 05:18:36 | 2023-08-07 05:19:07 |
457 | Slice 02-Shared Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2023-08-07 05:19:37 | 2023-08-07 05:19:37 |
458 | Slice 02-Shared Network Slicing | Test First Slice Connectivity | Ping Many | FAIL | 2023-08-07 05:19:37 | 2023-08-07 05:19:37 |
464 | Slice 02-Shared Network Slicing | Get Second Slice Vnf IPs | Get Slice Vnf Ip Addresses | FAIL | 2023-08-07 05:20:29 | 2023-08-07 05:20:34 |
467 | Slice 02-Shared Network Slicing | Test Second Slice Connectivity | Ping Many | FAIL | 2023-08-07 05:20:34 | 2023-08-07 05:20:34 |
71 rows × 6 columns
osm-stage_3-merge/v13.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
944 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 21:39:36 | 2023-08-06 21:55:03 |
954 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 22:30:17 | 2023-08-06 22:31:30 |
957 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 22:31:30 | 2023-08-06 22:31:30 |
962 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-08-06 22:31:30 | 2023-08-06 22:31:30 |
979 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-08-06 22:31:31 | 2023-08-06 22:31:31 |
982 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-08-06 22:31:31 | 2023-08-06 22:31:31 |
989 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-08-06 22:31:31 | 2023-08-06 22:31:31 |
992 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-08-06 22:31:31 | 2023-08-06 22:31:31 |
994 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-08-06 22:31:31 | 2023-08-06 22:31:31 |
1010 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 22:31:31 | 2023-08-06 22:31:31 |
1023 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 22:32:42 | 2023-08-06 22:33:27 |
1026 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-08-06 22:33:27 | 2023-08-06 22:33:27 |
1035 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 22:33:27 | 2023-08-06 22:33:27 |
1040 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-08-06 22:33:27 | 2023-08-06 22:33:27 |
1048 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-08-06 22:33:27 | 2023-08-06 22:33:28 |
1051 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-08-06 22:33:28 | 2023-08-06 22:33:28 |
1053 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-08-06 22:33:28 | 2023-08-06 22:33:28 |
1065 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 22:33:28 | 2023-08-06 22:33:28 |
1078 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-08-06 22:34:38 | 2023-08-06 22:35:51 |
1081 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1090 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1095 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1103 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1115 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1121 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1124 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1137 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-08-06 22:35:51 | 2023-08-06 22:35:51 |
1149 | K8S 06-K8S Secure Key Management | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-08-06 22:56:24 | 2023-08-06 22:57:37 |
1162 | K8S 06-K8S Secure Key Management | Test SSH Access | Test SSH Connection | FAIL | 2023-08-06 22:58:14 | 2023-08-06 22:58:15 |
1163 | K8S 06-K8S Secure Key Management | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-08-06 22:58:15 | 2023-08-06 22:58:16 |
1166 | K8S 06-K8S Secure Key Management | Execute Day 2 Operations | Execute NS Action | FAIL | 2023-08-06 22:58:16 | 2023-08-06 22:58:36 |
1168 | K8S 06-K8S Secure Key Management | Check Remote Files Created Via Day 2 Operations | Check If remote File Exists | FAIL | 2023-08-06 22:58:36 | 2023-08-06 22:58:38 |
1188 | Sa 07-Alarms From Sa-Related Vnfs | Instantiate Network Service | Create Network Service | FAIL | 2023-08-06 23:40:34 | 2023-08-06 23:41:14 |
1195 | Sa 07-Alarms From Sa-Related Vnfs | Get Alarm Metric | Wait Until Keyword Succeeds | FAIL | 2023-08-06 23:41:14 | 2023-08-06 23:55:15 |
1197 | Sa 07-Alarms From Sa-Related Vnfs | Check Alarms Were Received | Wait Until Keyword Succeeds | FAIL | 2023-08-06 23:55:15 | 2023-08-06 23:58:45 |
1209 | Slice 01-Network Slicing | Network Slice Instance Test | Create Network Slice | FAIL | 2023-08-07 00:02:33 | 2023-08-07 00:03:39 |
1225 | Slice 01-Network Slicing | Test Slice Connectivity | Ping Many | FAIL | 2023-08-07 00:05:20 | 2023-08-07 00:05:20 |
1238 | Slice 02-Shared Network Slicing | Network Slice First Instance | Create Network Slice | FAIL | 2023-08-07 00:06:58 | 2023-08-07 00:08:04 |
1240 | Slice 02-Shared Network Slicing | Network Slice Second Instance | Create Network Slice | FAIL | 2023-08-07 00:08:04 | 2023-08-07 00:09:10 |
1250 | Slice 02-Shared Network Slicing | Get First Slice Vnf IPs | Get Slice Vnf Ip Addresses | FAIL | 2023-08-07 00:09:17 | 2023-08-07 00:09:25 |
1254 | Slice 02-Shared Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2023-08-07 00:10:25 | 2023-08-07 00:10:56 |
1256 | Slice 02-Shared Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2023-08-07 00:11:26 | 2023-08-07 00:11:26 |
1257 | Slice 02-Shared Network Slicing | Test First Slice Connectivity | Ping Many | FAIL | 2023-08-07 00:11:26 | 2023-08-07 00:11:26 |
1266 | Slice 02-Shared Network Slicing | Test Second Slice Connectivity | Ping Many | FAIL | 2023-08-07 00:12:08 | 2023-08-07 00:12:08 |
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
489 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale Out | Execute Manual VNF Scale | FAIL | 2023-08-07 01:21:40 | 2023-08-07 01:22:01 |
496 | Basic 16-Advanced Onboarding And Scaling | Perform Manual Vdu Scale In | Execute Manual VNF Scale | FAIL | 2023-08-07 01:22:02 | 2023-08-07 01:22:07 |
501 | Basic 16-Advanced Onboarding And Scaling | Check Vdus After Scaling In | Run Keyword If | FAIL | 2023-08-07 01:22:09 | 2023-08-07 01:22:09 |
502 | Basic 16-Advanced Onboarding And Scaling | Delete NS Instance | Delete NS | FAIL | 2023-08-07 01:22:09 | 2023-08-07 01:26:23 |
503 | Basic 16-Advanced Onboarding And Scaling | Delete NS Descriptor | Delete NSD | FAIL | 2023-08-07 01:26:23 | 2023-08-07 01:26:24 |
... | ... | ... | ... | ... | ... | ... |
920 | Slice 02-Shared Network Slicing | Test Middle Ns Ping | Test Connectivity | FAIL | 2023-08-07 04:47:51 | 2023-08-07 04:48:22 |
922 | Slice 02-Shared Network Slicing | Test Middle Vnf SSH Access | Test SSH Connection | FAIL | 2023-08-07 04:48:52 | 2023-08-07 04:48:52 |
923 | Slice 02-Shared Network Slicing | Test First Slice Connectivity | Ping Many | FAIL | 2023-08-07 04:48:52 | 2023-08-07 04:48:52 |
929 | Slice 02-Shared Network Slicing | Get Second Slice Vnf IPs | Get Slice Vnf Ip Addresses | FAIL | 2023-08-07 04:49:44 | 2023-08-07 04:49:49 |
932 | Slice 02-Shared Network Slicing | Test Second Slice Connectivity | Ping Many | FAIL | 2023-08-07 04:49:49 | 2023-08-07 04:49:49 |
77 rows × 6 columns
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics