Date and time of the report: 2023-07-26 08:20:46.592407
Analysed period: 2023-07-05 to 2023-07-26.
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 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
Basic 05-Instantiation Parameters In Cloud Init | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 2.000093 | 19.627315 | 21.627407 | 0.09248 |
Basic 06-Vnf With Charm | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
Basic 07-Secure Key Management | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
Basic 08-Disable Port Security Network Level | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
Slice 01-Network Slicing | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
Slice 02-Shared Network Slicing | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 20.499641 | 20.499641 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
Sol003 01-Vnf-Lifecycle-Management | 0.0 | 20.584375 | 20.584375 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 20.792014 | 20.792014 | 0.0 | 0.000000 | 21.627407 | 21.627407 | 0.00000 |
basic 23-delete vnf package SOL004 SOL007 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.00000 |
k8s 10-k8s proxy charms SOL004 SOL007 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.0 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.00000 |
63 rows × 16 columns
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 2674 | 2023-07-26 01:06:10 | 15534164 | UNSTABLE | FAIL | 555.0 | 48.0 |
1 | osm-stage_3-merge/v13.0 | 256 | 2023-07-25 20:07:08 | 14409759 | UNSTABLE | FAIL | 525.0 | 33.0 |
2 | osm-stage_3-merge/v12.0 | 451 | 2023-07-26 00:04:10 | 13133266 | UNSTABLE | FAIL | 497.0 | 33.0 |
3 | osm-stage_3-merge/v10.0 | 866 | 2023-07-26 03:08:13 | 10337455 | SUCCESS | PASS | 380.0 | 0.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
92 | Basic 21-Support Of Volumes | FAIL | 2023-07-26 02:31:54 | 2023-07-26 02:33:18 | 6 | 4 | Network Service Instance Test | Create Network Service |
99 | Basic 28-Keep Persistent Volumes | FAIL | 2023-07-26 02:55:18 | 2023-07-26 02:56:43 | 5 | 11 | Network Service Instance Test | Create Network Service |
102 | Basic 31-Multivdu Volume Multiattach | FAIL | 2023-07-26 03:03:30 | 2023-07-26 03:04:54 | 5 | 4 | Network Service Instance Test | Create Network Service |
111 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-26 03:22:50 | 2023-07-26 03:28:17 | 6 | 10 | Network Service Instance Test | Create Network Service |
112 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-26 03:28:17 | 2023-07-26 03:33:58 | 7 | 9 | Network Service Instance Test | Create Network Service |
113 | Heal 03-Multiple Healing | FAIL | 2023-07-26 03:33:58 | 2023-07-26 03:39:05 | 6 | 10 | Network Service Instance Test | Create Network Service |
osm-stage_3-merge/v13.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
239 | Basic 21-Support Of Volumes | FAIL | 2023-07-25 21:38:04 | 2023-07-25 21:39:30 | 6 | 4 | Network Service Instance Test | Create Network Service |
254 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-25 22:19:34 | 2023-07-25 22:25:00 | 6 | 10 | Network Service Instance Test | Create Network Service |
255 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-25 22:25:00 | 2023-07-25 22:30:16 | 6 | 9 | Network Service Instance Test | Create Network Service |
256 | Heal 03-Multiple Healing | FAIL | 2023-07-25 22:30:16 | 2023-07-25 22:35:44 | 6 | 10 | Network Service Instance Test | Create Network Service |
osm-stage_3-merge/v12.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
188 | Basic 21-Support Of Volumes | FAIL | 2023-07-26 01:21:43 | 2023-07-26 01:23:08 | 6 | 4 | Network Service Instance Test | Create Network Service |
201 | Heal 01-Volume Vdu Healing | FAIL | 2023-07-26 01:55:50 | 2023-07-26 02:01:01 | 6 | 10 | Network Service Instance Test | Create Network Service |
202 | Heal 02-Scale Vdu Healing | FAIL | 2023-07-26 02:01:01 | 2023-07-26 02:06:19 | 6 | 9 | Network Service Instance Test | Create Network Service |
203 | Heal 03-Multiple Healing | FAIL | 2023-07-26 02:06:19 | 2023-07-26 02:11:43 | 6 | 10 | Network Service Instance Test | Create Network Service |
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 | |
---|---|---|---|---|---|---|
2 | Basic 21-Support Of Volumes | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 02:31:57 | 2023-07-26 02:32:37 |
10 | Basic 21-Support Of Volumes | Get VNF IP Address | Variable Should Exist | FAIL | 2023-07-26 02:32:39 | 2023-07-26 02:32:39 |
14 | Basic 21-Support Of Volumes | Check VDU disks | Variable Should Exist | FAIL | 2023-07-26 02:32:39 | 2023-07-26 02:32:39 |
26 | Basic 28-Keep Persistent Volumes | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 02:55:22 | 2023-07-26 02:56:02 |
28 | Basic 28-Keep Persistent Volumes | Check Persistent Volume Counts | Variable Should Exist | FAIL | 2023-07-26 02:56:02 | 2023-07-26 02:56:02 |
34 | Basic 28-Keep Persistent Volumes | Set Persistent Volume Ids | Variable Should Exist | FAIL | 2023-07-26 02:56:02 | 2023-07-26 02:56:02 |
38 | Basic 28-Keep Persistent Volumes | Check Persistent Root Volume in VIM after NS D... | Variable Should Exist | FAIL | 2023-07-26 02:56:24 | 2023-07-26 02:56:24 |
41 | Basic 28-Keep Persistent Volumes | Check Persistent Ordinary Volume in VIM after ... | Variable Should Exist | FAIL | 2023-07-26 02:56:24 | 2023-07-26 02:56:24 |
44 | Basic 28-Keep Persistent Volumes | Prepare Ns Config With Volume Id | Set Suite Variable | FAIL | 2023-07-26 02:56:24 | 2023-07-26 02:56:24 |
45 | Basic 28-Keep Persistent Volumes | Network Service Instance With Existing Volumes... | Create Network Service | FAIL | 2023-07-26 02:56:24 | 2023-07-26 02:56:24 |
47 | Basic 28-Keep Persistent Volumes | Verify the Attachment Of Existing Persistent V... | Set Suite Variable | FAIL | 2023-07-26 02:56:24 | 2023-07-26 02:56:24 |
55 | Basic 28-Keep Persistent Volumes | Delete NS Instance With Existing Volumes Test | Delete NS | FAIL | 2023-07-26 02:56:24 | 2023-07-26 02:56:25 |
56 | Basic 28-Keep Persistent Volumes | Check Existence of Persistent Volumes | Variable Should Exist | FAIL | 2023-07-26 02:56:25 | 2023-07-26 02:56:25 |
62 | Basic 28-Keep Persistent Volumes | Delete Persistent Volumes | Delete Volume | FAIL | 2023-07-26 02:56:25 | 2023-07-26 02:56:25 |
70 | Basic 31-Multivdu Volume Multiattach | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 03:03:33 | 2023-07-26 03:04:15 |
73 | Basic 31-Multivdu Volume Multiattach | Get Vnf ID | Get Vnf Id | FAIL | 2023-07-26 03:04:15 | 2023-07-26 03:04:15 |
75 | Basic 31-Multivdu Volume Multiattach | Get Vnf Management Ip Addresses | Run And Return Rc And Output | FAIL | 2023-07-26 03:04:15 | 2023-07-26 03:04:15 |
79 | Basic 31-Multivdu Volume Multiattach | Ensure that VDUs can share data | Execute Remote Command Check Rc Return Output | FAIL | 2023-07-26 03:04:15 | 2023-07-26 03:04:15 |
92 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 03:22:57 | 2023-07-26 03:26:53 |
95 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-26 03:26:53 | 2023-07-26 03:26:53 |
100 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-26 03:26:53 | 2023-07-26 03:26:53 |
117 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-07-26 03:26:55 | 2023-07-26 03:26:55 |
120 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-07-26 03:26:55 | 2023-07-26 03:26:55 |
127 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-26 03:26:55 | 2023-07-26 03:26:55 |
130 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-26 03:26:55 | 2023-07-26 03:26:55 |
132 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-26 03:26:55 | 2023-07-26 03:26:55 |
148 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-26 03:26:55 | 2023-07-26 03:26:55 |
166 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 03:28:25 | 2023-07-26 03:32:53 |
169 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
178 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
183 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
191 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
194 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
196 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
210 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-26 03:32:53 | 2023-07-26 03:32:53 |
224 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 03:34:04 | 2023-07-26 03:38:01 |
227 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
236 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
241 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
249 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
261 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
267 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
270 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
283 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-26 03:38:01 | 2023-07-26 03:38:01 |
osm-stage_3-merge/v13.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
515 | Basic 21-Support Of Volumes | Network Service Instance Test | Create Network Service | FAIL | 2023-07-25 21:38:08 | 2023-07-25 21:38:49 |
523 | Basic 21-Support Of Volumes | Get VNF IP Address | Variable Should Exist | FAIL | 2023-07-25 21:38:50 | 2023-07-25 21:38:50 |
527 | Basic 21-Support Of Volumes | Check VDU disks | Variable Should Exist | FAIL | 2023-07-25 21:38:50 | 2023-07-25 21:38:50 |
540 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-25 22:19:40 | 2023-07-25 22:23:36 |
543 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-25 22:23:36 | 2023-07-25 22:23:36 |
548 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-25 22:23:36 | 2023-07-25 22:23:36 |
565 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-07-25 22:23:38 | 2023-07-25 22:23:38 |
568 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-07-25 22:23:38 | 2023-07-25 22:23:38 |
575 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-25 22:23:38 | 2023-07-25 22:23:38 |
578 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-25 22:23:38 | 2023-07-25 22:23:38 |
580 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-25 22:23:38 | 2023-07-25 22:23:38 |
596 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-25 22:23:38 | 2023-07-25 22:23:38 |
609 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-25 22:25:06 | 2023-07-25 22:29:07 |
612 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
621 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
626 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
634 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
637 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
639 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
651 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-25 22:29:07 | 2023-07-25 22:29:07 |
664 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-25 22:30:22 | 2023-07-25 22:34:22 |
667 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
676 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
681 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
689 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
701 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
707 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
710 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
723 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-25 22:34:22 | 2023-07-25 22:34:22 |
osm-stage_3-merge/v12.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
295 | Basic 21-Support Of Volumes | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 01:21:47 | 2023-07-26 01:22:27 |
303 | Basic 21-Support Of Volumes | Get VNF IP Address | Variable Should Exist | FAIL | 2023-07-26 01:22:28 | 2023-07-26 01:22:28 |
307 | Basic 21-Support Of Volumes | Check VDU disks | Variable Should Exist | FAIL | 2023-07-26 01:22:28 | 2023-07-26 01:22:28 |
320 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 01:55:56 | 2023-07-26 01:59:54 |
323 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-26 01:59:54 | 2023-07-26 01:59:54 |
328 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-26 01:59:54 | 2023-07-26 01:59:54 |
345 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-07-26 01:59:56 | 2023-07-26 01:59:56 |
348 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-07-26 01:59:56 | 2023-07-26 01:59:56 |
355 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-26 01:59:56 | 2023-07-26 01:59:56 |
358 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-07-26 01:59:56 | 2023-07-26 01:59:56 |
360 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-26 01:59:56 | 2023-07-26 01:59:56 |
376 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-26 01:59:56 | 2023-07-26 01:59:56 |
389 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 02:01:07 | 2023-07-26 02:05:15 |
392 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
401 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
406 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
414 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
417 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
419 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
431 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-26 02:05:15 | 2023-07-26 02:05:15 |
444 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-07-26 02:06:25 | 2023-07-26 02:10:22 |
447 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
456 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
461 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
469 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
481 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
487 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
490 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
503 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-07-26 02:10:22 | 2023-07-26 02:10:22 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime |
---|
Powered by osm-analytics