From 979693cdddc3bcd41e9e0d87a85dbaac7bc92ab1 Mon Sep 17 00:00:00 2001 From: rope252 Date: Mon, 15 Feb 2021 10:12:10 +0000 Subject: Add additional tests for ETSI NFVO NS LCM CSIT Tests Change-Id: I18f0c2cad663914a2147b97d048ba29fd8fc17a7 Issue-ID: INT-1839 Signed-off-by: rope252 --- tests/so/etsi/data/instantiateNetworkServiceRequest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/so/etsi/data/instantiateNetworkServiceRequest.json (limited to 'tests/so/etsi/data/instantiateNetworkServiceRequest.json') diff --git a/tests/so/etsi/data/instantiateNetworkServiceRequest.json b/tests/so/etsi/data/instantiateNetworkServiceRequest.json new file mode 100644 index 00000000..44a5d436 --- /dev/null +++ b/tests/so/etsi/data/instantiateNetworkServiceRequest.json @@ -0,0 +1,14 @@ +{ + "nsFlavourId": "default", + "locationConstraints": [{ + "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1177" + }], + "additionalParamsForVnf": [{ + "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1177", + "vnfInstanceName": "etsiNsVnfCsit1", + "vnfInstanceDescription": "test", + "additionalParams": { + "vim_id": "CloudOwner_EtsiCloudRegion_693c7729b2364a26a3ca602e6f66187d" + } + }] +} -- cgit 1.2.3-korg