From 6f09e1be817c52ce3685f94a938ee3180525aad9 Mon Sep 17 00:00:00 2001 From: "Mnushkin, Dmitry (dm4252)" Date: Fri, 6 Sep 2019 15:03:01 -0500 Subject: 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) ;;; Change-Id: Iac4ac97fcbe5e73712486547d4a5046387751e5b --- tests/so/orchestration/data/bpmn-infra/aLaCarte/ServiceInstance.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/so/orchestration/data/bpmn-infra/aLaCarte/ServiceInstance.csv (limited to 'tests/so/orchestration/data/bpmn-infra/aLaCarte') diff --git a/tests/so/orchestration/data/bpmn-infra/aLaCarte/ServiceInstance.csv b/tests/so/orchestration/data/bpmn-infra/aLaCarte/ServiceInstance.csv new file mode 100644 index 00000000..a3468c83 --- /dev/null +++ b/tests/so/orchestration/data/bpmn-infra/aLaCarte/ServiceInstance.csv @@ -0,0 +1,2 @@ +uniqueKey,productFamilyId,instanceName,serviceInstModelInvariantId,serviceInstModelDescription,serviceInstModelType,serviceInstModelNameVersionId,serviceInstModelVersion,serviceInstModelName,owningEntityId,owningEntityName,projectName,serviceType,aLaCarteFlag,subscriberId,sync_response,orch_response,testApi,distributionFilePath,dlpFlag +TC_1,a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb,Robot_SI,944862ae-bb65-4429-8330-a6c9170d6672,Demo,service,d88da85c-d9e8-4f73-b837-3a72a431622b,1,Vf servername-Service,c3f57fa8-ac7d-11e8-98d0-529269fb1459,SO_Test-Network_2.0-1806 & GR_API OE SO_Test200,GR_API_OE_SO_Test200,Robot_Test_Service_Type,true,Robot_Test_Subscriber_ID,202,COMPLETE,GR_API,tests/so/orchestration/assets/templates/sdc_notif_container.json,false -- cgit