From 44ffee127dc8f1dc4cd793f4dd1e375057c33086 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Sun, 9 Feb 2020 14:06:25 +0200 Subject: upgrade vfmodule when upgraded already service, vnf and brother vfmodule e2e - Use modelCustomizationId and modelVersionId from instance, instead of service-model hierarchy - Adds a Cypress test-case in viewEditUpgradeVfModule.e2e.ts - Assumes topology improved response in payload of: upgrade_vfmodule_when_service_vnf_and_brother_vfmodule_alredy_upgraded_e2e__service_instance.json (see Change Ib25c6cf7269614f2f4d332b3aa84b3307a59ebda) Issue-ID: Issue-ID: VID-771 Change-Id: I9d200dd619a3c3d0503f47777efd3780eaa2b7b2 Signed-off-by: Ittay Stern Signed-off-by: Alexey Sandler --- vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts') diff --git a/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts index 4a8b89a2c..88ad8e8a2 100644 --- a/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/drawingBoard.e2e.ts @@ -3415,7 +3415,7 @@ describe('Drawing board', function () { "modelInfo": { "modelType": "VF", "modelInvariantId": "5be7e99e-8eb2-4d97-be63-8081ff3cd10e", - "modelVersionId": "f4d84bb4-a416-4b4e-997e-0059973630b9", + "modelVersionId": "ea81d6f7-0861-44a7-b7d5-d173b562c350", "modelName": "2017-488_PASQUALE-vPE", "modelVersion": "9.0", "modelCustomizationName": "2017-488_PASQUALE-vPE 0" @@ -3455,7 +3455,7 @@ describe('Drawing board', function () { "modelInfo": { "modelType": "VF", "modelInvariantId": "5be7e99e-8eb2-4d97-be63-8081ff3cd10e", - "modelVersionId": "f4d84bb4-a416-4b4e-997e-0059973630b9", + "modelVersionId": "ea81d6f7-0861-44a7-b7d5-d173b562c350", "modelName": "2017-488_PASQUALE-vPE", "modelVersion": "9.0", "modelCustomizationName": "2017-488_PASQUALE-vPE 0" @@ -5065,7 +5065,7 @@ describe('Drawing board', function () { "modelInfo": { "modelType": "VF", "modelInvariantId": "5be7e99e-8eb2-4d97-be63-8081ff3cd10e", - "modelVersionId": "f4d84bb4-a416-4b4e-997e-0059973630b9", + "modelVersionId": "ea81d6f7-0861-44a7-b7d5-d173b562c350", "modelName": "2017-488_PASQUALE-vPE", "modelVersion": "9.0", "modelCustomizationName": "2017-488_PASQUALE-vPE 0" -- cgit 1.2.3-korg