From abb5985d156fcf7d7cd0a838ca760651223a7a2c Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Tue, 26 Nov 2019 21:44:18 +0200 Subject: add sdnc checkbox to vfm upgrade modal Issue-ID: VID-603 Signed-off-by: Alexey Sandler Change-Id: Ic297486bc343419415bf3736ebb56944e72bf8b8 Signed-off-by: Alexey Sandler --- .../payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json | 1 + .../payload_jsons/vfmodule/upgrade_vfmodule_e2e__payload_to_mso.json | 1 + 2 files changed, 2 insertions(+) (limited to 'vid-app-common/src/test/resources/payload_jsons') diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json index 743e5a0c1..e7a640599 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__fe_input_cypress.json @@ -35,6 +35,7 @@ "action": "None_Upgrade", "retainAssignments" : false, "retainVolumeGroups" : false, + "sdncPreLoad" : true, "instanceName": "PST-VfMod-Replace-5-Vfmod", "instanceId": "b0732bed-3ddf-43cc-b193-7f18db84e476", "orchStatus": "Active", diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__payload_to_mso.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__payload_to_mso.json index 55f22ca3b..45b89f730 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__payload_to_mso.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__payload_to_mso.json @@ -35,6 +35,7 @@ "requestParameters": { "retainAssignments": false, "rebuildVolumeGroups":true, + "usePreload" : true, "userParams": [], "testApi": "VNF_API" }, -- cgit 1.2.3-korg