diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-02-24 12:58:39 +0200 |
---|---|---|
committer | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-02-24 15:30:04 +0200 |
commit | 94cd52bc1fe7b997802dd71952c18d67cb2cd12a (patch) | |
tree | 4465b41a9c82f6983f90e520ffd95dd93db095e8 /vid-app-common | |
parent | bf58511a20b396e97ab0a88dfe6fce3d7a54395f (diff) |
Show "retain VG" for vfModule that is allowed or that is an "alien"
Issue-ID: Issue-ID: VID-771
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Ie52fa194a92e0b9e21df723b708b4db877712068
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Diffstat (limited to 'vid-app-common')
-rw-r--r-- | vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_not_related_to_current_model_e2e__fe_input_cypress.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_not_related_to_current_model_e2e__fe_input_cypress.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_not_related_to_current_model_e2e__fe_input_cypress.json index 77cd6df41..46eb3421d 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_not_related_to_current_model_e2e__fe_input_cypress.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_not_related_to_current_model_e2e__fe_input_cypress.json @@ -175,6 +175,7 @@ "productFamilyId": null, "provStatus": null, "retainAssignments": false, + "retainVolumeGroups": false, "sdncPreLoad": true, "supplementaryFile": null, "supplementaryFile_hidden": null, |