From bdba5edfc215ef55e25a74957a00f778be61adeb Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Wed, 16 Feb 2022 12:15:39 +0000 Subject: Updating images version Change-Id: I16e77f33ebe629ebd05a074a7efb0ebdedcbea1a Issue-ID: SO-3632 Signed-off-by: waqas.ikram --- tests/so/etsi/data/vnfDeleteRequest.json | 3 ++- tests/so/etsi/data/vnfInstantiationRequest.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/so/etsi/data/vnfDeleteRequest.json b/tests/so/etsi/data/vnfDeleteRequest.json index 32728669..c5aafc21 100644 --- a/tests/so/etsi/data/vnfDeleteRequest.json +++ b/tests/so/etsi/data/vnfDeleteRequest.json @@ -14,7 +14,8 @@ "requestorId": "demo" }, "requestParameters": { - "testApi": "GR_API" + "testApi": "GR_API", + "aLaCarte": true }, "cloudConfiguration": { "lcpCloudRegionId": "nordixcloud", diff --git a/tests/so/etsi/data/vnfInstantiationRequest.json b/tests/so/etsi/data/vnfInstantiationRequest.json index 03a143b0..b03e7f45 100644 --- a/tests/so/etsi/data/vnfInstantiationRequest.json +++ b/tests/so/etsi/data/vnfInstantiationRequest.json @@ -18,7 +18,8 @@ }, "requestParameters": { "userParams": [], - "testApi": "GR_API" + "testApi": "GR_API", + "aLaCarte": true }, "cloudConfiguration": { "lcpCloudRegionId": "EtsiCloudRegion", -- cgit 1.2.3-korg