aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/etsi/data/instantiateNetworkServiceRequest.json
diff options
context:
space:
mode:
authorrope252 <gareth.roper@est.tech>2021-02-15 10:12:10 +0000
committerrope252 <gareth.roper@est.tech>2021-02-17 16:19:36 +0000
commit979693cdddc3bcd41e9e0d87a85dbaac7bc92ab1 (patch)
treedfd8381964c42a29a4e1c541d5c8f2aa9950f7dd /tests/so/etsi/data/instantiateNetworkServiceRequest.json
parentafd22dac87adc52066e35a9ac5b475fc17f2ca69 (diff)
Add additional tests for ETSI NFVO NS LCM CSIT Tests
Change-Id: I18f0c2cad663914a2147b97d048ba29fd8fc17a7 Issue-ID: INT-1839 Signed-off-by: rope252 <gareth.roper@est.tech>
Diffstat (limited to 'tests/so/etsi/data/instantiateNetworkServiceRequest.json')
-rw-r--r--tests/so/etsi/data/instantiateNetworkServiceRequest.json14
1 files changed, 14 insertions, 0 deletions
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"
+ }
+ }]
+}