diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-10-30 17:44:28 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-10-31 12:13:49 +0200 |
commit | 9a5f618f84142930a9955fc555033c765d308186 (patch) | |
tree | 5b727f85e4288b13a304f0d93bb21bfd139cd40a /vid-webpack-master/cypress | |
parent | 2faaef3c1c05fcef0cbcda7f77f6c173826e57b6 (diff) |
Backend's vfModule upgrade: test refinement + code fix
Now using modelCustomizationName to map each module from existing
service-model to target's service-model.
Issue-ID: VID-603
Change-Id: Ie6a2584b6f9d0aa835e8f2ddff4a3ab9d80ef434
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-webpack-master/cypress')
-rw-r--r-- | vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/upgradeVfModule/upgrade_vfmodule_e2e__service_instance.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/upgradeVfModule/upgrade_vfmodule_e2e__service_instance.json b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/upgradeVfModule/upgrade_vfmodule_e2e__service_instance.json index a697d0b29..3e22bfea9 100644 --- a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/upgradeVfModule/upgrade_vfmodule_e2e__service_instance.json +++ b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/upgradeVfModule/upgrade_vfmodule_e2e__service_instance.json @@ -60,9 +60,9 @@ "instanceId": "b0732bed-3ddf-43cc-b193-7f18db84e476", "orchStatus": "Active", "productFamilyId": null, - "lcpCloudRegionId": null, - "tenantId": null, - "cloudOwner": null, + "lcpCloudRegionId": "olson5a", + "tenantId": "7ff7b1a4fe954f71ab79d3160ec3eb08", + "cloudOwner": "irma-aic", "modelInfo": { "modelCustomizationName": "XbiTestModuleReplace..base_ocg..module-0", "modelCustomizationId": "3f1f0fcb-8a88-4612-a794-3912613ed9e8", |