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

Compare with Current View Page History

« Previous Version 34 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

80%

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

V00014

System Performance and Alarm Monitoring

60%


V00015

VoLTE Auto-healing

50%

Holmes AAI query failed due to MSB wrong aai service uri registration

V00016

VoLTE Service Termination

60%


V00017

VoLTE Manual scaling

30%

Tested VNF scaling from SVNFM


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.10FailedVFC failed to insert vserver record to aai due to non-existing path
2.11Pass
2.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
1

2

3

4

5

6PassManually tested VNF scaling from SVNFM
  • No labels