Category: External System Registration


WindRiver OpenStack VIM Registration

Test Case IDT101
Test Case NameWindRiver OpenStack VIM Registration
DescriptionWindRiver OpenStack VIM Registration
ReleaseFrankfurt
Preconditions
  1. The WindRiver OpenStack VIM is configured with tenant information and provider networks
  2. The WindRiver OpenStack VIM services (console, auth, neutron, image, etc) are accessible from ONAP by IP
Testing Steps

Use CLI command to add the above info.

# Create complex
$ oclip complex-create \
-j <street2> -r <physical_location> -x <complex_name> \
-y <data_center_code> -lt <latitude> -l <region> \
-i <street1> -lo <longitude> -S <state> \
-la <lata> -g <city> -w <postal-code> \
-z <complex_name> -k <country> -o <elevation> \
-q <identity_url> -m <aai_url> -u <aai_username> -p <aai_password>

# Create cloud
$ oclip cloud-create -e <esr-system-info-id> -b <user-name> -I <cloud-region>
\
-x <cloud-owner> -y <cloud-region> -j <password> \

-w <cloud-region-version> -l <default-tenant> -url <service-url> \
-n <complex_name> -q <cloud-type> -r <owner-defined-type> \
-Q <system-type> -i <identity-url> -g <cloud-zone> \
-z <ssl-insecure> -k <system-status> -c <cloud-domain> \
-m <aai_url> -u <aai_username> -p <aai_password>

# Associate Cloud with complex

$ oclip complex-associate -x <complex_name> -y <cloud-region> -z <cloud-owner> -m <aai_url> -u <aai_username> -p <aai_password>


# Register Cloud with Multicloud

$ oclip multicloud-register-cloud -x <cloud-region> -y <cloud-owner> -m http://<ip>:<port> 

Expected Results
  1. VIM is registered successfully
  2. Tenant authentication information is stored correctly
Actual Results

All information stored in AAI.

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao

GVNFM Registration

Test Case IDT102
Test Case NameGVNFM Registration
DescriptionRegister GVNFM to AAI, VFC can use the GVNFM
ReleaseFrankfurt
PreconditionsWe can access GVNFMDRIVER
Testing Steps

Use CLI command to add the above info. 

$ oclip vnfm-create -b <name> -c <type> -e <vendor> -v <version> -g <url> -x <vim-id> -y <vnfm-id> -i <user-name> -j <user-password> -q <vnfm-version> -m <aai_url> -u <aai_username> -p <aai_password>


Expected Results
  1. VNFM is registered successfully
  2. The URL is stored correctly
Actual Results

All information stored in AAI.

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao

Category: VNF Onboarding and Service Design


vCPE VNFs Onboarding in SDC

Test Case IDT201
Test Case NamevCPE VNFs Onboarding
Descriptiononboard vInfra, vBRG, vBNG, vGMux, vGW
ReleaseFrankfurt
Preconditions
  1. All TOSCA templates are ready
  2. VNF license has been created
Testing Steps
  1. Use SDC to import, certify the following VNF templates, including both yaml and env files: vDHCP, vAAA, vDNS, WebServer, vBRG, vBNG, vGMux, vG
Expected Results

All VNFs are onboarded successfully

Actual Results

All VNFs are onboarded successfully

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao


vCPE Service Design in SDC

Test Case IDT202
Test Case NamevCPE Service Design
DescriptionvCPE Service Design
ReleaseFrankfurt
Preconditions

All VNFs have been boarded

Testing StepsUse SDC to create service,  use the 5 VNFs above as compositions, add ns csar for artifact or using VL to link the vnfs.
Expected Results

Service creation successfully

Actual Results

Service creation successfully

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao


vCPE VNFs and Service distribution in SDC

Test Case IDT203
Test Case NamevCPE VNFs and Service distribution
DescriptionvCPE VNFs and Service distribution
ReleaseFrankfurt
Preconditions
  1. All VNFs have been boarded
  2. Service has been created
Testing Steps
Expected ResultsWe can see Service and VNF in UUI portal
Actual Results

We can see Service and VNF in UUI portal

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao

Category: Service Create, Instantiation and Termination

vCPE VNFs Onboarding in VFC

Test Case IDT301
Test Case NamevCPE VNFs Onboarding
DescriptionParse vInfra, vBRG, vBNG, vGMux, vGW and store data to Modeling etsicatalog
ReleaseFrankfurt
Preconditions
  1. All the VNFs has been certified on SDC successfully
Testing Steps
  1. Use UUI to onboard all the VNFs 
Expected Results

All VNFs are onboarded successfully, created successfully and stored in the etsicatalog

Actual Results

All VNFs are onboarded successfully, created successfully and stored in the etsicatalog

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao


vCPE Service Onboarding in Modeling

Test Case IDT302
Test Case NamevCPE VNFs Onboarding
DescriptionParse Service and store data to Modeling etsicatalog
ReleaseFrankfurt
Preconditions
  1. All the VNFs has been onboarded successfully
Testing Steps
  1. Use UUI to onboard all the service which is distributed on SDC
Expected Results

Service is onboarded successfully, created successfully and stored in the etsicatalog

Actual Results

Service is onboarded successfully, created successfully and stored in the etsicatalog

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao


vCPE Service Creation

Test Case IDT303
Test Case NamevCPE Service Creation
DescriptionThis creates vCPE service
ReleaseFrankfurt
Preconditions

Onboard VNF and service in UUI portal successfully

Testing Steps

Use CLI command or use UUI portal instantiate service

Expected Results

Service is created successfully and stored in the nslcm

Actual ResultsService is created successfully and stored in the nslcm
Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao


vCPE Service Instantiation

Test Case IDT304
Test Case NamevCPE Service Instantiation
DescriptionThis test covers the customer service instantiation process, including vBRG emulator and vG and the related configuration.
ReleaseFrankfurt
Preconditions
  1. vCPE services have been created
Testing Steps
  1. Use CLI command or use UUI portal instantiate service
Expected Results
  1. vDHCP, vAAA, vDNS, WebServer, vBRG, vBNG, vGMux, vG are up and running
  2. ONAP user can access the web server
Actual Results
  1. vDHCP, vAAA, vDNS, WebServer, vBRG, vBNG, vGMux, vG are up and running
  2. ONAP user can access the web server
Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao

vCPE Service Heal

Test Case IDT305
Test Case NamevCPE Service Instantiation
DescriptionThis test covers the customer service heal process, including vgmux vm shut off and restart.
ReleaseFrankfurt
Preconditions
  1. vCPE services have been created
  2. vCPE infrastructure service has been instantiated
Testing Steps
  1. Shut off the vgmux vm via OpenStack
  2. Use UUI portal to heal the vm
Expected Results

vgmux vm restard successfully

Actual Resultsvgmux vm restard successfully
Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao


vCPE Service Termination

Test Case IDT306
Test Case NamevCPE Service Termination
DescriptionThis test covers vCPE service termination process
ReleaseFrankfurt
Preconditions
  1. vCPE services have been created
  2. vCPE infrastructure service has been instantiated
Testing Steps
  1. Use CLI command or use UUI portal instantiate service
Expected Results

All vCPE VNFs and VLs are removed

Actual Results

All vCPE VNFs and VLs are removed

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao

vCPE Service Remove

Test Case IDT307
Test Case NamevCPE Service Remove
DescriptionThis test covers vCPE service remove process
ReleaseFrankfurt
Preconditions

vCPE service is created and terminated

Testing Steps
  1. Use CLI command or use UUI portal instantiate service
Expected Results

All vCPE service is removed

Actual Results

All vCPE service is removed

Conclusion (Pass/Fail)Pass
Testing LabCMCC Lab - vcpe tenant
Tester NameLiping Zhao
  • No labels