Add orchestration project to SO integration testing repository 97/94597/2
authorMnushkin, Dmitry (dm4252) <dm4252@att.com>
Fri, 6 Sep 2019 20:03:01 +0000 (15:03 -0500)
committerMnushkin, Dmitry (dm4252) <dm4252@att.com>
Fri, 6 Sep 2019 20:03:01 +0000 (15:03 -0500)
commit6f09e1be817c52ce3685f94a938ee3180525aad9
treec39529bca5093bf21a2386776244cd9fc09247c5
parent8e8379fc709b077fcb2ab3035dd22e2a2a46ed53
Add orchestration project to SO integration testing repository

Add orchestration project containing robot setup for testing
Create and Delete Service Instance that will utilize requests
directed to simulator (SIM) Container and AAI image
Issue-ID: SO-2264
Signed-off-by: Mnushkin, Dmitry (dm4252) <dm4252@att.com>;;;
Change-Id: Iac4ac97fcbe5e73712486547d4a5046387751e5b
30 files changed:
tests/so/orchestration/assets/templates/aai/add_customer_required_fields.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/aai/service_model.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/aai/service_subscription_required_fields.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModule.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModuleWithVolume.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/Vnf.json [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VolumeGroup.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/ServiceInstance.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VfModule.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/Vnf.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VolumeGroup.template [new file with mode: 0644]
tests/so/orchestration/assets/templates/gr-api/CreateAAIInventory.json [new file with mode: 0644]
tests/so/orchestration/assets/templates/gr-api/PhysicalServerCreate.json [new file with mode: 0644]
tests/so/orchestration/assets/templates/setup_cloud_region.json [new file with mode: 0644]
tests/so/orchestration/assets/templates/setup_tenant.json [new file with mode: 0644]
tests/so/orchestration/data/bpmn-infra/aLaCarte/ServiceInstance.csv [new file with mode: 0644]
tests/so/orchestration/resources/SoKeywords.robot [new file with mode: 0644]
tests/so/orchestration/resources/SoVariables.robot [new file with mode: 0644]
tests/so/orchestration/resources/aai/aai_interface.robot [new file with mode: 0644]
tests/so/orchestration/resources/aai/service_instance.robot [new file with mode: 0644]
tests/so/orchestration/resources/bpmn-infra/aLaCarte/Create/ServiceInstance.robot [new file with mode: 0644]
tests/so/orchestration/resources/common/SoVariables.robot [new file with mode: 0644]
tests/so/orchestration/resources/common/Variables.robot [new file with mode: 0644]
tests/so/orchestration/resources/global_properties.robot [new file with mode: 0644]
tests/so/orchestration/resources/json_templater.robot [new file with mode: 0644]
tests/so/orchestration/resources/properties/cloudRegion.robot [new file with mode: 0644]
tests/so/orchestration/resources/properties/tenant.robot [new file with mode: 0644]
tests/so/orchestration/resources/so_interface.robot [new file with mode: 0644]
tests/so/orchestration/testsuites/bpmn-infra/aLaCarte/Create/ServiceInstantiationTest.robot [new file with mode: 0644]