aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/etsi/data
diff options
context:
space:
mode:
authoreHanan <eoin.hanan@est.tech>2019-09-03 13:45:18 +0000
committerEoin Hanan <eoin.hanan@est.tech>2019-09-03 13:48:31 +0000
commit319d0ad25fc3c0f088b8cc6cebd1e03463bbb9d3 (patch)
treed7167c25c7e7f7822177a9ef484e004e27983e4a /tests/so/etsi/data
parent6a8875e2bae1bf39f265179d1649fb8c9ed7e9a6 (diff)
Create VNF Instantiation Testing
Change-Id: I230e569c0b25d31aaf63d5476c7585673c9eb58b Issue-ID: SO-2238 Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'tests/so/etsi/data')
-rw-r--r--tests/so/etsi/data/vnfInstantiationRequest.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/so/etsi/data/vnfInstantiationRequest.json b/tests/so/etsi/data/vnfInstantiationRequest.json
new file mode 100644
index 00000000..a4cc5c90
--- /dev/null
+++ b/tests/so/etsi/data/vnfInstantiationRequest.json
@@ -0,0 +1,49 @@
+{
+ "requestDetails": {
+ "requestInfo": {
+ "instanceName": "CsitEtsiVnfInstance",
+ "source": "VID",
+ "suppressRollback": false,
+ "requestorId": "demo",
+ "productFamilyId": "f13844f4-dbf8-4d0e-a979-45204f3ddb4e"
+ },
+ "modelInfo": {
+ "modelType": "vnf",
+ "modelInvariantId": "0a0b9979-863d-4b7e-b7f4-d27725a182b3",
+ "modelVersionId": "8f43a8c9-c677-462a-ae36-8ddb5990a60d",
+ "modelName": "manualDistributionTestVNF",
+ "modelVersion": "1.0",
+ "modelCustomizationId": "82ad3aa0-edc6-410c-a217-655fb064323f",
+ "modelCustomizationName": "manualDistributionTestVNF 0"
+ },
+ "requestParameters": {
+ "userParams": [],
+ "testApi": "GR_API"
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "EtsiCloudRegion",
+ "cloudOwner": "CloudOwner",
+ "tenantId": "693c7729b2364a26a3ca602e6f66187d"
+ },
+ "lineOfBusiness": {
+ "lineOfBusinessName": "EtsiCsitLineOfBusiness"
+ },
+ "platform": {
+ "platformName": "EtsiCsitPlatform"
+ },
+ "relatedInstanceList": [
+ {
+ "relatedInstance": {
+ "instanceId": "",
+ "modelInfo": {
+ "modelType": "service",
+ "modelName": "Sol004Zip4Service",
+ "modelInvariantId": "0ddc448d-5513-44bc-8b02-5759d84600d5",
+ "modelVersion": "1.0",
+ "modelVersionId": "99d59273-4450-4034-9141-027f0c1a807a"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file