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

Compare with Current View Page History

« Previous Version 2 Next »


Category: External System Registration

WindRiver OpenStack VIM Registration

Test Case IDT101
Test Case NameWindRiver OpenStack VIM Registration
DescriptionWindRiver OpenStack VIM Registration
ReleaseDublin
Preconditions
  1. The WindRiver OpenStack VIM is configured with tenant information and provider networks
  2. The WindRiver OpenStack VIM services (console, auth, neutron, image, glance, etc) are accessible from ONAP by IP
  3. Create flavor onap.hpa.flavor1 and aggregate

     $ openstack aggregate create --property aggregate_instance_extra_specs:sriov_nic=sriov-nic-intel-1234-5678-physnet1:1 aggr11

     $ openstack flavor create onap.hpa.flavor1 --id auto --ram 512 --disk 40 --vcpus 4

     $ openstack flavor set onap.hpa.flavor1 --property aggregate_instance_extra_specs:sriov_nic=sriov-nic-intel-1234-5678-physnet1:1

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 LabIntegration Lab - VFC tenant
Tester NameHaibin Huang

GVNFM Registration

Test Case IDT102
Test Case NameGVNFM Registration
DescriptionRegister GVNFM to AAI, VFC can use the GVNFM
ReleaseDublin
PreconditionsWe can access GVNFMDRIVER
Testing Steps
  1. Use CLI command to add the above info.
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 LabIntegration Lab - VFC tenant
Tester NameHaibin Huang
  • No labels