From 01c79e9b209089ebf4f7e95e86ae17df49a5017a Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Mon, 9 Dec 2019 21:30:17 +0200 Subject: Enable InstantiationTemplatesApiTest with counter-maps Change-Id: I57c09a6ae664517d01deb7b0d4f3e639f7a871a6 Issue-ID: VID-724 Signed-off-by: Ittay Stern --- .../resources/asyncInstantiation/templates__instance_template.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'vid-automation/src/test/resources/asyncInstantiation') diff --git a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json index 5de1f4792..04b09616e 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json +++ b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json @@ -24,7 +24,12 @@ "isALaCarte": true, "testApi": "GR_API", "trackById": "36601560-f8e3-4020-bdef-3e4709c51e84", - "existingVNFCounterMap": {"024a417d-ca46-40bf-95ce-809c6a269011": 1}, + "existingVNFCounterMap": { + "024a417d-ca46-40bf-95ce-809c6a269011": 1 + }, + "existingVRFCounterMap": {}, + "existingVnfGroupCounterMap": {}, + "existingNetworksCounterMap": {}, "vnfs": { "vProbe_NC_VNF 0": { "modelInfo": { -- cgit 1.2.3-korg