From 12ceb440bd3753e09fb21a5b14038a01cc530fa7 Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Mon, 16 Dec 2019 10:18:41 +0200 Subject: Allow edit service button to be shown on service context menu in recreate mode. Issue-ID: VID-724 Change-Id: Ife26ef3278a37555a80fe4f3e8afa56666ca81ba Signed-off-by: Alexey Sandler --- .../asyncInstantiation/templates__instance_template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vid-automation') 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 a874fec4c..a7b3a04c5 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json +++ b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json @@ -41,12 +41,12 @@ "modelType": "vnf", "modelVersion": "1.0" }, - "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "productFamilyId": "e433710f-9217-458d-a79d-1c7aff376d89", "instanceName": "hvf6arlba007", "action": "Create", "platformName": "xxx1", "lcpCloudRegionId": "hvf6", - "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -67,7 +67,7 @@ "instanceName": "hvf6arlba007_lba_Base_01", "action": "Create", "lcpCloudRegionId": "hvf6", - "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -90,7 +90,7 @@ "instanceName": "hvf6arlba007_lba_dj_01", "action": "Create", "lcpCloudRegionId": "hvf6", - "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], -- cgit 1.2.3-korg