diff options
author | eHanan <eoin.hanan@est.tech> | 2019-08-13 15:44:16 +0000 |
---|---|---|
committer | Eoin Hanan <eoin.hanan@est.tech> | 2019-08-13 15:46:12 +0000 |
commit | 75c1171a3a0d0fbfe8a71b8b9fe308356f45c35d (patch) | |
tree | 3f86f42541cea44aac60e1c1231536287df32550 /tests/so/etsi/data/serviceInstantiationRequest.json | |
parent | dd4052610fab6da25d3c47c4ea3265daa2139df4 (diff) |
Create basic Test case to invoke ETSI flow
Change-Id: I6786ec0a97789965825f4d0b390a44c5a3aa5d64
Issue-ID: SO-2144
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'tests/so/etsi/data/serviceInstantiationRequest.json')
-rw-r--r-- | tests/so/etsi/data/serviceInstantiationRequest.json | 33 |
1 files changed, 33 insertions, 0 deletions
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" + } + } +} |