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