diff options
author | 2019-09-20 16:56:04 +0100 | |
---|---|---|
committer | 2019-09-23 13:27:09 +0000 | |
commit | 3cc3d465b11670eccb34b7602a650974cbc58281 (patch) | |
tree | 17ba40d88a094906b84a9aa617fed6691a6a7f55 /tests/so/etsi/data/vnfDeleteRequest.json | |
parent | 9a15e1f277faf4a85d234bde559a10f6ce7018c6 (diff) |
Create CSIT test for VNF delete
Change-Id: I008f336753aff45938931e1b42e15b0c2ec32098
Issue-ID: SO-2342
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'tests/so/etsi/data/vnfDeleteRequest.json')
-rw-r--r-- | tests/so/etsi/data/vnfDeleteRequest.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/so/etsi/data/vnfDeleteRequest.json b/tests/so/etsi/data/vnfDeleteRequest.json new file mode 100644 index 00000000..08862ea8 --- /dev/null +++ b/tests/so/etsi/data/vnfDeleteRequest.json @@ -0,0 +1,25 @@ +{ + "requestDetails": { + "modelInfo": { + "modelType": "vnf", + "modelInvariantId": "b0f14066-2b65-40d2-b5a4-c8f2116fb5fc", + "modelVersionId": "84b9649a-4eb9-4967-9abe-e8702f55518b", + "modelName": "Sol004Zip3VSP", + "modelCustomizationName": "Sol004Zip3VSP 0", + "modelCustomizationId": "ff0860ac-fa9a-4fff-956b-80eeb7a330bc", + "modelVersion": "1.0" + }, + "requestInfo": { + "source": "VID", + "requestorId": "demo" + }, + "requestParameters": { + "testApi": "GR_API" + }, + "cloudConfiguration": { + "lcpCloudRegionId": "nordixcloud", + "cloudOwner": "CloudOwner", + "tenantId": "693c7729b2364a26a3ca602e6f66187d" + } + } +}
\ No newline at end of file |