summaryrefslogtreecommitdiffstats
path: root/appc-client
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Update lic header in appc client and config xmlJohn McClung6-12/+6
2018-06-13More updates to lic header in appc propertiesJohn McClung6-12/+6
2018-06-11Update license header in misc appc filesJohn McClung2-3/+1
2018-06-05More license header changes to appc-client filesJohn McClung30-59/+29
2018-06-05Update license header in appc client-lib filesJohn McClung42-84/+42
2018-06-01Continue removing ECOMP trademark from lic header.John McClung9-15/+6
2018-05-30Refactor properties used for topic namesRyan Young1-5/+33
2018-05-29Client to use controller type for DMaaP partitionRyan Young1-5/+11
2018-05-22Increment version for new branchPatrick Brady5-6/+6
2018-04-18upgrade plexus-util to 3.0.24Taka Cho1-2/+13
2018-04-11ODL Upgrade Method 2Patrick Brady1-1/+6
2018-04-03Add junit for more APPC client-lib classesArnel Pajarillo3-0/+228
2018-04-03Add junit coverage to TimerServiceImpl class.-0/+13840
Testing SO Functionalities For this first release of SO, the queries to start the various VNFs should come first through API Handler. To help with the testing we are providing here a sample [SoapUI](https://www.soapui.org/) project [file](add link when rrealease) with the main queries that VID should send to SO ### To simulate Loading of Artifacts & models (bypass ASDC)i The MariaDB container can load up special SQL scripts that simulates the loading of ASDC components (as if they were received through the ASDC client) Simply use the load ability embedded to run the 'preload SQL' script for vFirewall or vDNS ### Once the HEAT artifacts are loaded into SO It is also possible to simulate queries to the PO (platform orchestrator) adapter of SO (thus bypassing BPMN flows and API handler) to verify SO interaction with Rackspace and verify the behavior of the Adapter (so that it loads HEAT and connect to Rackspace and instantiate elements) Below is a query used from FireFox RESTClient plugin to trigger SO adapter directly (replace values accordingly) ``` POST http://<containername>:8080/vnfs/rest/v1/vnfs/5259ba4a-cf0d-4791-9c60-9117faa5cdea/vf-modules Header: content-type: application/json +Authorization login/password BPELClient/password1$F {"createVfModuleRequest":{"messageId":"ec9537bb-c837-477f-86a5-21c717be96f1-1479156376597","skipAAI":true,"notificationUrl":"http://bpmnhost:8080/mso/vnfAdapterRestNotify","cloudSiteId":"RACKSPACE","tenantId":"1015548","vnfId":"5259ba4a-cf0d-4791-9c60-9117faa5cdea","vnfType":"vfw-service/VFWResource-1","vnfVersion":"1.0","vfModuleId":"7d8412bb-b288-44ff-92ef-723018f940fc","vfModuleName":"MSO_VFW_TEST","vfModuleType":"VF_RI1_VFW::module-1","volumeGroupId":"","volumeGroupStackId":"","baseVfModuleId":"","baseVfModuleStackId":"","requestType":"","failIfExists":true,"backout":true,"vfModuleParams":{"vf_module_name":"MSO_VFW_TEST","vnf_name":"vfw-service/VFWResource-1","vnf_id":"5259ba4a-cf0d-4791-9c60-9117faa5cdea","vf_module_id":"7d8412bb-b288-44ff-92ef-723018f940fc"},"msoRequest":{"requestId":"ec9537bb-c837-477f-86a5-21c717be96f1","serviceInstanceId":"369cdf85-1b61-41ff-b637-c6b7dd020326"},"synchronous":false}} ``` # Getting Help Subscribe and post messages with SO tag in onap-discuss group at https://lists.onap.org/g/onap-discuss