diff options
Diffstat (limited to 'tests/so')
-rw-r--r-- | tests/so/etsi/data/vnfDeleteRequest.json | 3 | ||||
-rw-r--r-- | tests/so/etsi/data/vnfInstantiationRequest.json | 3 |
2 files changed, 4 insertions, 2 deletions
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", |