Date and time of the report: 2023-06-29 08:20:24.534702
Analysed period: 2023-06-08 to 2023-06-29.
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 | 21.457072 | 21.457072 | 0.00000 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.000000 | 20.581389 | 20.581389 | 0.000000 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| Basic 05-Instantiation Parameters In Cloud Init | 0.000000 | 21.457072 | 21.457072 | 0.00000 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.000000 | 20.581389 | 20.581389 | 0.000000 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| Basic 06-Vnf With Charm | 0.000000 | 21.457072 | 21.457072 | 0.00000 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.000000 | 20.581389 | 20.581389 | 0.000000 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| Basic 07-Secure Key Management | 0.000000 | 21.457072 | 21.457072 | 0.00000 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.000000 | 20.581389 | 20.581389 | 0.000000 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| Basic 08-Disable Port Security Network Level | 0.000000 | 21.457072 | 21.457072 | 0.00000 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.000000 | 20.581389 | 20.581389 | 0.000000 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | 
| Slice 01-Network Slicing | 2.000012 | 19.457060 | 21.457072 | 0.09321 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.999988 | 19.581400 | 20.581389 | 0.048587 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| Slice 02-Shared Network Slicing | 2.000012 | 19.457060 | 21.457072 | 0.09321 | 0.0 | 21.37235 | 21.37235 | 0.0 | 0.999988 | 19.581400 | 20.581389 | 0.048587 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| Sol003 01-Vnf-Lifecycle-Management | 2.000012 | 19.457060 | 21.457072 | 0.09321 | 0.0 | 0.00000 | 0.00000 | 0.0 | 0.999988 | 19.581400 | 20.581389 | 0.048587 | 0.0 | 21.500139 | 21.500139 | 0.0 | 
| basic 23-delete vnf package SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 0.0 | 0.00000 | 0.00000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 0.000000 | 0.0 | 0.000000 | 0.000000 | 0.0 | 
| k8s 10-k8s proxy charms SOL004 SOL007 | 0.000000 | 0.000000 | 0.000000 | 0.00000 | 0.0 | 0.00000 | 0.00000 | 0.0 | 0.000000 | 0.000000 | 0.000000 | 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 | 2639 | 2023-06-29 01:06:37 | 0 | FAILURE | UNAVAILABLE | NaN | NaN | 
| 1 | osm-stage_3-merge/v13.0 | 229 | 2023-06-28 22:07:35 | 20031013 | UNSTABLE | FAIL | 504.0 | 54.0 | 
| 2 | osm-stage_3-merge/v12.0 | 423 | 2023-06-29 00:04:37 | 19857603 | UNSTABLE | FAIL | 486.0 | 44.0 | 
| 3 | osm-stage_3-merge/v10.0 | 839 | 2023-06-29 03:08:38 | 0 | FAILURE | UNAVAILABLE | NaN | NaN | 
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 | |
|---|---|---|---|---|---|---|---|---|
| 142 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-06-29 00:04:39 | 2023-06-29 00:10:37 | 10 | 8 | Instantiate Network Service | Create Network Service | 
| 144 | Basic 22-Cross Model Relations | FAIL | 2023-06-29 00:12:58 | 2023-06-29 00:31:48 | 9 | 1 | Instantiate Charm Network Service | Create Network Service | 
| 148 | Basic 26-Secure Helm Execution Environment | FAIL | 2023-06-29 00:42:52 | 2023-06-29 00:54:37 | 5 | 4 | Instantiate Network Service | Create Network Service | 
| 149 | Basic 27-Update Helm Ee In Running Vnf Instance | FAIL | 2023-06-29 00:54:37 | 2023-06-29 01:05:53 | 6 | 10 | Instantiate Network Service | Create Network Service | 
| 158 | Heal 01-Volume Vdu Healing | FAIL | 2023-06-29 01:23:15 | 2023-06-29 01:30:17 | 6 | 10 | Network Service Instance Test | Create Network Service | 
| 159 | Heal 02-Scale Vdu Healing | FAIL | 2023-06-29 01:30:17 | 2023-06-29 01:37:00 | 6 | 9 | Network Service Instance Test | Create Network Service | 
| 160 | Heal 03-Multiple Healing | FAIL | 2023-06-29 01:37:00 | 2023-06-29 01:43:43 | 6 | 10 | Network Service Instance Test | Create Network Service | 
| 176 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-29 03:07:12 | 2023-06-29 03:22:50 | 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 | |
|---|---|---|---|---|---|---|---|---|
| 82 | Basic 11-Native Charms | FAIL | 2023-06-29 01:19:44 | 2023-06-29 01:36:07 | 5 | 4 | Instantiate Charm Network Service | Create Network Service | 
| 85 | Basic 14-Vnf Relations | FAIL | 2023-06-29 01:52:30 | 2023-06-29 02:08:53 | 5 | 1 | Instantiate Charm Network Service | Create Network Service | 
| 91 | Basic 20-Manual Native Charm Vdu Scaling | FAIL | 2023-06-29 02:18:20 | 2023-06-29 02:24:41 | 10 | 8 | Instantiate Network Service | Create Network Service | 
| 105 | Heal 01-Volume Vdu Healing | FAIL | 2023-06-29 03:11:06 | 2023-06-29 03:17:52 | 6 | 10 | Network Service Instance Test | Create Network Service | 
| 106 | Heal 02-Scale Vdu Healing | FAIL | 2023-06-29 03:17:52 | 2023-06-29 03:24:09 | 6 | 9 | Network Service Instance Test | Create Network Service | 
| 107 | Heal 03-Multiple Healing | FAIL | 2023-06-29 03:24:09 | 2023-06-29 03:30:24 | 6 | 10 | Network Service Instance Test | Create Network Service | 
| 123 | Sa 08-Vnf With Vnf Indicators Snmp | FAIL | 2023-06-29 05:02:59 | 2023-06-29 05:18:03 | 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 | 
|---|
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 | |
|---|---|---|---|---|---|---|
| 284 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2023-06-29 00:04:43 | 2023-06-29 00:09:52 | 
| 286 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-06-29 00:09:52 | 2023-06-29 00:09:52 | 
| 290 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-06-29 00:09:52 | 2023-06-29 00:09:52 | 
| 299 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-06-29 00:09:53 | 2023-06-29 00:09:53 | 
| 301 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-06-29 00:09:53 | 2023-06-29 00:09:53 | 
| 310 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword If | FAIL | 2023-06-29 00:09:55 | 2023-06-29 00:09:55 | 
| 311 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-06-29 00:09:55 | 2023-06-29 00:09:55 | 
| 313 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-06-29 00:09:55 | 2023-06-29 00:09:55 | 
| 330 | Basic 22-Cross Model Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-06-29 00:13:42 | 2023-06-29 00:29:02 | 
| 340 | Basic 26-Secure Helm Execution Environment | Instantiate Network Service | Create Network Service | FAIL | 2023-06-29 00:42:56 | 2023-06-29 00:53:58 | 
| 342 | Basic 26-Secure Helm Execution Environment | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-06-29 00:53:58 | 2023-06-29 00:53:58 | 
| 345 | Basic 26-Secure Helm Execution Environment | Test SSH Access | Variable Should Exist | FAIL | 2023-06-29 00:53:58 | 2023-06-29 00:53:58 | 
| 348 | Basic 26-Secure Helm Execution Environment | Check Remote File Created Via Day 1 Operation | Check If remote File Exists | FAIL | 2023-06-29 00:53:58 | 2023-06-29 00:53:58 | 
| 355 | Basic 27-Update Helm Ee In Running Vnf Instance | Instantiate Network Service | Create Network Service | FAIL | 2023-06-29 00:54:41 | 2023-06-29 01:05:11 | 
| 357 | Basic 27-Update Helm Ee In Running Vnf Instance | Set NS Update Config | Variable Should Exist | FAIL | 2023-06-29 01:05:11 | 2023-06-29 01:05:11 | 
| 362 | Basic 27-Update Helm Ee In Running Vnf Instance | Get Management Ip Address | Get Vnf Management Ip Address | FAIL | 2023-06-29 01:05:11 | 2023-06-29 01:05:11 | 
| 365 | Basic 27-Update Helm Ee In Running Vnf Instance | Test SSH Access | Variable Should Exist | FAIL | 2023-06-29 01:05:11 | 2023-06-29 01:05:11 | 
| 368 | 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-29 01:05:11 | 2023-06-29 01:05:11 | 
| 369 | Basic 27-Update Helm Ee In Running Vnf Instance | Execute Day 2 Operation | Variable Should Exist | FAIL | 2023-06-29 01:05:11 | 2023-06-29 01:05:11 | 
| 371 | 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-29 01:05:11 | 2023-06-29 01:05:11 | 
| 373 | Basic 27-Update Helm Ee In Running Vnf Instance | Update Running VNF Instance | Update Network Service | FAIL | 2023-06-29 01:05:14 | 2023-06-29 01:05:14 | 
| 374 | Basic 27-Update Helm Ee In Running Vnf Instance | Execute Day 2 Operation on Upgraded Helm EE | Variable Should Exist | FAIL | 2023-06-29 01:05:14 | 2023-06-29 01:05:14 | 
| 376 | 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-29 01:05:14 | 2023-06-29 01:05:14 | 
| 383 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-06-29 01:23:21 | 2023-06-29 01:28:53 | 
| 386 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-06-29 01:28:53 | 2023-06-29 01:28:53 | 
| 391 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-06-29 01:28:53 | 2023-06-29 01:28:53 | 
| 408 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-06-29 01:28:55 | 2023-06-29 01:28:55 | 
| 411 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-06-29 01:28:55 | 2023-06-29 01:28:55 | 
| 418 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-06-29 01:28:55 | 2023-06-29 01:28:55 | 
| 421 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-06-29 01:28:55 | 2023-06-29 01:28:55 | 
| 423 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-06-29 01:28:55 | 2023-06-29 01:28:55 | 
| 439 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-06-29 01:28:55 | 2023-06-29 01:28:55 | 
| 452 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-06-29 01:30:23 | 2023-06-29 01:35:55 | 
| 455 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 464 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 469 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 477 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 480 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 482 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 494 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-06-29 01:35:55 | 2023-06-29 01:35:55 | 
| 507 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-06-29 01:37:07 | 2023-06-29 01:42:39 | 
| 510 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 519 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 524 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 532 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 544 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 550 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 553 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 566 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-06-29 01:42:39 | 2023-06-29 01:42:39 | 
| 578 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-06-29 03:07:16 | 2023-06-29 03:12:49 | 
| 584 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-29 03:12:49 | 2023-06-29 03:21:49 | 
osm-stage_3-merge/v12.0: (full report)
| suite_name | test_name | keyword_name | status | starttime | endtime | |
|---|---|---|---|---|---|---|
| 2 | Basic 11-Native Charms | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-06-29 01:19:48 | 2023-06-29 01:35:10 | 
| 4 | Basic 11-Native Charms | Get Management Ip Addresses | Get Vnf Management Ip Address | FAIL | 2023-06-29 01:35:10 | 2023-06-29 01:35:10 | 
| 10 | Basic 11-Native Charms | Test SSH Access | Variable Should Exist | FAIL | 2023-06-29 01:35:10 | 2023-06-29 01:35:10 | 
| 15 | Basic 11-Native Charms | Check Remote Files Created Via Day 1 Operations | Check If remote File Exists | FAIL | 2023-06-29 01:35:10 | 2023-06-29 01:35:10 | 
| 22 | Basic 14-Vnf Relations | Instantiate Charm Network Service | Create Network Service | FAIL | 2023-06-29 01:52:35 | 2023-06-29 02:07:55 | 
| 29 | Basic 20-Manual Native Charm Vdu Scaling | Instantiate Network Service | Create Network Service | FAIL | 2023-06-29 02:18:25 | 2023-06-29 02:23:57 | 
| 31 | Basic 20-Manual Native Charm Vdu Scaling | Get Vnf Id | Variable Should Exist | FAIL | 2023-06-29 02:23:57 | 2023-06-29 02:23:57 | 
| 35 | Basic 20-Manual Native Charm Vdu Scaling | Get Vdus Before Scale Out | Get Vnf Vdur Names | FAIL | 2023-06-29 02:23:57 | 2023-06-29 02:23:57 | 
| 44 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale Out | Variable Should Exist | FAIL | 2023-06-29 02:23:59 | 2023-06-29 02:23:59 | 
| 46 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scale Out | Variable Should Exist | FAIL | 2023-06-29 02:23:59 | 2023-06-29 02:23:59 | 
| 55 | Basic 20-Manual Native Charm Vdu Scaling | Check Number of Duplicated Application Name Af... | Run Keyword If | FAIL | 2023-06-29 02:24:00 | 2023-06-29 02:24:00 | 
| 56 | Basic 20-Manual Native Charm Vdu Scaling | Perform Manual Vdu Scale In | Variable Should Exist | FAIL | 2023-06-29 02:24:00 | 2023-06-29 02:24:00 | 
| 58 | Basic 20-Manual Native Charm Vdu Scaling | Check Vdus After Scaling In | Variable Should Exist | FAIL | 2023-06-29 02:24:00 | 2023-06-29 02:24:00 | 
| 74 | Heal 01-Volume Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-06-29 03:11:12 | 2023-06-29 03:16:46 | 
| 77 | Heal 01-Volume Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-06-29 03:16:46 | 2023-06-29 03:16:46 | 
| 82 | Heal 01-Volume Vdu Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-06-29 03:16:46 | 2023-06-29 03:16:46 | 
| 99 | Heal 01-Volume Vdu Healing | Get Volumes Info | Get Server Property | FAIL | 2023-06-29 03:16:48 | 2023-06-29 03:16:48 | 
| 102 | Heal 01-Volume Vdu Healing | Check VDU Disks | Variable Should Exist | FAIL | 2023-06-29 03:16:48 | 2023-06-29 03:16:48 | 
| 109 | Heal 01-Volume Vdu Healing | Delete Persistent Volume VDU | Variable Should Exist | FAIL | 2023-06-29 03:16:48 | 2023-06-29 03:16:48 | 
| 112 | Heal 01-Volume Vdu Healing | Heal Persistent Volume VDU | Variable Should Exist | FAIL | 2023-06-29 03:16:48 | 2023-06-29 03:16:48 | 
| 114 | Heal 01-Volume Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-06-29 03:16:48 | 2023-06-29 03:16:48 | 
| 130 | Heal 01-Volume Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-06-29 03:16:48 | 2023-06-29 03:16:48 | 
| 143 | Heal 02-Scale Vdu Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-06-29 03:17:59 | 2023-06-29 03:23:05 | 
| 146 | Heal 02-Scale Vdu Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 155 | Heal 02-Scale Vdu Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 160 | Heal 02-Scale Vdu Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 168 | Heal 02-Scale Vdu Healing | Halt Charm VDU | Variable Should Exist | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 171 | Heal 02-Scale Vdu Healing | Heal Charm VDU | Variable Should Exist | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 173 | Heal 02-Scale Vdu Healing | Check VNF After Healing | Variable Should Exist | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 185 | Heal 02-Scale Vdu Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-06-29 03:23:05 | 2023-06-29 03:23:05 | 
| 198 | Heal 03-Multiple Healing | Network Service Instance Test | Create Network Service | FAIL | 2023-06-29 03:24:15 | 2023-06-29 03:29:21 | 
| 201 | Heal 03-Multiple Healing | Scale Out Charm VNF | Get Vnf Id | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 210 | Heal 03-Multiple Healing | Get VIM Objects | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 215 | Heal 03-Multiple Healing | Get Charm VNF Info | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 223 | Heal 03-Multiple Healing | Get Volume VNF Info | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 235 | Heal 03-Multiple Healing | Stop VDUs | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 241 | Heal 03-Multiple Healing | Heal VDUs | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 244 | Heal 03-Multiple Healing | Check VNFs After Healing | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 257 | Heal 03-Multiple Healing | Update VIM Objects | Variable Should Exist | FAIL | 2023-06-29 03:29:21 | 2023-06-29 03:29:21 | 
| 269 | Sa 08-Vnf With Vnf Indicators Snmp | Instantiate Network Service | Create Network Service | FAIL | 2023-06-29 05:03:03 | 2023-06-29 05:08:06 | 
| 275 | Sa 08-Vnf With Vnf Indicators Snmp | Get VNF SNMP Metrics | Wait Until Keyword Succeeds | FAIL | 2023-06-29 05:08:06 | 2023-06-29 05:17:06 | 
osm-stage_3-merge/v10.0: (full report)
| suite_name | test_name | keyword_name | status | starttime | endtime | 
|---|
Powered by osm-analytics