...
Test Step ID | Progress | Notes |
---|
2.1 | Pass |
|
2.2 | Pass | resolved by Jira Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | USECASEUI-116 |
---|
|
|
2.3 | Pass | resolved by Jira Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | SO-619 |
---|
|
|
2.4 | Pass | blocked by Jira Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | SO-624 |
---|
|
|
2.5 | Pass |
|
2.6 | Pass |
|
2.7 | Pass |
|
2.8 | Partially passed | Huawei SBC passed; Nokia CSCF failed due to some parameter missing from VNFD. Will design a new service with SBC only to test out ONAP features, in the meantime, Nokia will fix VNFD |
2.9 | Partially passed | Huawei SVNFM passed; Nokia's has not |
2.10 | Pass |
|
2.11 | Pass |
|
2.12 | Pass |
|
Auto Healing Flow
Image Added
http://13.82.90.118/EtherPlant/src/?http://13.82.90.118:9001/p/autoHealing
Code Block |
---|
title | AutoHealing |
---|
collapse | true |
---|
|
@startuml
Title Auto Healing\n
Participant "DCAE" as DCAE
Participant "Holmes" as Holmes
Participant "VFC" as VFC
Participant "Policy" as Policy
Participant "AAI" as AAI
Participant "MultiVIM" as MultiVIM
Participant "3rd VNFM" as SVNFM
Participant "3rd EMS" as EMS
autonumber 3.1 1 "."
MultiVIM -> DCAE : Report VM event
DCAE -> Holmes : Forward VM event to Holmes
EMS -> VFC : Report VNF event
VFC -> DCAE : Forward VNF event to DCAE
DCAE -> Holmes : Forward VNF event to Holmes
Holmes -> AAI : Query vserver info
Holmes -> Holmes : Event correlation
Holmes -> Policy : Send DCAE_CL_OUTPUT event
Policy -> AAI : Query service instance info
Policy -> VFC : Send closed loop healing action
VFC -> SVNFM : Send healing action
VFC -> SVNFM : Job status
@enduml |
Test Step ID | Progress | Notes |
---|
3.1 | Pass |
|
3.2 | Pass |
|
3.3 | Pass |
|
3.4 | Pass |
|
3.5 | Pass |
|
3.6 | Pass |
|
3.7 | Pass |
|
3.8 | Pass |
|
3.9 | Failed | Issue: Policy doesn't fill in instance-id etc info |
3.10 | Failed | Issue: Policy doesn't send healing request to VFC |
3.11 |
|
|
3.12 |
|
|
Manual Scaling with VFC Flow
...