From 75c1171a3a0d0fbfe8a71b8b9fe308356f45c35d Mon Sep 17 00:00:00 2001 From: eHanan Date: Tue, 13 Aug 2019 15:44:16 +0000 Subject: Create basic Test case to invoke ETSI flow Change-Id: I6786ec0a97789965825f4d0b390a44c5a3aa5d64 Issue-ID: SO-2144 Signed-off-by: eHanan --- .../so/etsi/data/serviceInstantiationRequest.json | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/so/etsi/data/serviceInstantiationRequest.json (limited to 'tests/so/etsi/data') diff --git a/tests/so/etsi/data/serviceInstantiationRequest.json b/tests/so/etsi/data/serviceInstantiationRequest.json new file mode 100644 index 00000000..054a2ffe --- /dev/null +++ b/tests/so/etsi/data/serviceInstantiationRequest.json @@ -0,0 +1,33 @@ +{ + "requestDetails": { + "requestInfo": { + "instanceName": "CsitEtsiInstance", + "source": "VID", + "suppressRollback": false, + "requestorId": "demo" + }, + "modelInfo": { + "modelType": "service", + "modelInvariantId": "0ddc448d-5513-44bc-8b02-5759d84600d5", + "modelVersionId": "28d4acf3-4791-4998-8d06-1cdf6d1767a9", + "modelName": "manualDistributionTestService", + "modelVersion": "1.0" + }, + "requestParameters": { + "userParams": [], + "testApi": "GR_API", + "subscriptionServiceType": "vCPE", + "aLaCarte": true + }, + "subscriberInfo": { + "globalSubscriberId": "DemoCustomer" + }, + "project": { + "projectName": "etsiCsitProject" + }, + "owningEntity": { + "owningEntityId": "f2e1071e-3d47-4a65-94d4-e473ec03326a", + "owningEntityName": "OE-Demonstration" + } + } +} -- cgit 1.2.3-korg