Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 50 Next »

Test Case ID

Test Case Name

Conclusion (Pass/Fail)

Progress and Block Issue(s)


Lab infrastructure preparation: including hardware, VIMs, EMS, s-VNFM, PNFs / VNFs installation

100%

No external SDN controller

Huawei VNFM upgrade is complete

Huawei EMS upgrade is complete


Install ONAP and health check

100%


V00001

WindRiver OpenStack VIM Registration

100%


V00005

Vendors' SVNFMs Registration

100%


V00006

Vendors' EMSs Registration

100%


V00007

VoLTE VNFs Onboarding

100%


V00009

vIMS Service Creation

100%


V00013

VoLTE Service Instantiation

90%

SO-615 - Getting issue details... STATUS USECASEUI-113 - Getting issue details... STATUS

SO-619 - Getting issue details... STATUS SO-624 - Getting issue details... STATUS SO-630 - Getting issue details... STATUS

Need to validate e2e service with the new SDC data model: waiting for Nokia's VNFs csar file based on the new data model.

V00014

System Performance and Alarm Monitoring

100%


V00015

VoLTE Auto-healing

100%

Issues:

1) Unable to register a https aai service from MSB GUI. Workaround with command line registration MSB-198 - Getting issue details... STATUS

2) VoLTE Policy fails to send restartvm request to VFC on ONSET event POLICY-868 - Getting issue details... STATUS

V00016

VoLTE Service Termination

100%

SO-640 - Getting issue details... STATUS

V00017

VoLTE Manual scaling

100%

Scaling works, but job status update has some issues. USECASEUI-122 - Getting issue details... STATUS


Service Instantiation Flow

Service Instantiation Flow
 


http://13.82.90.118/EtherPlant/src/?http://13.82.90.118:9001/p/vIMS


Service Instantiation Flow
@startuml
Title Service Instantiation\n

Actor "User" as User
Participant "UUI" as UUI
Participant "SO" as SO
Participant "VFC" as VFC
Participant "AAI" as AAI
Participant "MultiVIM" as MultiVIM
Participant "SVNFM" as SVNFM

autonumber 2.1 1 "."
User -> UUI : Start service instantiation\n by choosing a service model
UUI -> SO : Send service instantiation request
SO -> AAI : Insert a service instance record
SO -> SO : Get service and resource\ninfo from SO catalog
SO -> VFC : Deploy vIMS
VFC -> MultiVIM : Create VLs between VNFs
VFC -> AAI : Create VL records
VFC -> SVNFM : Deploy VNFs
SVNFM -> VFC : Notify VNF resource created
VFC -> AAI : Update VNF records
VFC -> SO : Return job status
SO -> UUI : Return job status

@enduml



Test Step IDProgressNotes
2.1Pass
2.2Pass

resolved by USECASEUI-116 - Getting issue details... STATUS


2.3Pass

resolved by SO-619 - Getting issue details... STATUS

2.4Pass

blocked by SO-624 - Getting issue details... STATUS

2.5Pass
2.6Pass
2.7Pass
2.8Partially passedHuawei 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.9Partially passedHuawei SVNFM passed; Nokia's has not
2.10Pass
2.11Pass
2.12Pass

Auto Healing Flow

http://13.82.90.118/EtherPlant/src/?http://13.82.90.118:9001/p/autoHealing


AutoHealing
@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 IDProgressNotes
3.1Pass
3.2Pass
3.3Pass
3.4Pass
3.5Pass
3.6Pass
3.7Pass
3.8Failed

HOLMES-134 - Getting issue details... STATUS

3.9Pass
3.10Pass

Issue: Policy doesn't send healing request to VFC, see POLICY-868 - Getting issue details... STATUS

3.11Manually passed, need to integration test with policyManually triggered with Postman
3.12Pass

Manual Scaling with VFC Flow


http://13.82.90.118/EtherPlant/src/?http://13.82.90.118:9001/p/ScaleOutWithVFC


Manual Scaling Flow Diagram
@startuml
Title Manual Scale In/Out with VFC\n

Actor "User" as User
Participant "UUI" as UUI
Participant "SO" as SO
Participant "Controller\n(VFC)" as Controller
Participant "AAI" as AAI
Participant "SVNFM" as SVNFM
Participant "vSBC" as vSBC
Autonumber
User -> UUI : Send scale in/out request
UUI -> SO : Send scale in/out request
SO -> Controller : Send NS scale in/out request
Controller -> Controller : Use local configuration\n file to find VNF scaling info
Controller -> SVNFM : Send VNF scaling request
SVNFM -> vSBC : Scaling
SVNFM -> Controller : Job status and notification
Controller -> SO : Job status
Controller -> AAI : Update VNFC and its relationship
SO -> UUI : Job status

@enduml



Test Step IDProgressNotes
1Pass
2Pass
3Pass
4Pass
5Pass
6Pass
7Testing
8Testingthere are some issue with job status update, doing testing/debugging
9Pass
10Testing
  • No labels