Category: External System Registration
WindRiver OpenStack VIM Registration
Test Case ID | T101 |
Test Case Name | WindRiver OpenStack VIM Registration |
Description | WindRiver OpenStack VIM Registration |
Release | Dublin |
Preconditions | - The WindRiver OpenStack VIM is configured with tenant information and provider networks
- The WindRiver OpenStack VIM services (console, auth, neutron, image, glance, etc) are accessible from ONAP by IP
- 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 | - VIM is registered successfully
- Tenant authentication information is stored correctly
|
Actual Results | All information stored in AAI. |
Conclusion (Pass/Fail) | Pass |
Testing Lab | Integration Lab - VFC tenant |
Tester Name | Haibin Huang |
GVNFM Registration
Test Case ID | T102 |
Test Case Name | GVNFM Registration |
Description | Register GVNFM to AAI, VFC can use the GVNFM |
Release | Dublin |
Preconditions | We can access GVNFMDRIVER |
Testing Steps | - Use CLI command to add the above info.
|
Expected Results | - VIM is registered successfully
- Tenant authentication information is stored correctly
|
Actual Results | All information stored in AAI. |
Conclusion (Pass/Fail) | Pass |
Testing Lab | Integration Lab - VFC tenant |
Tester Name | Haibin Huang |