diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-01-12 16:21:09 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-01-12 17:31:24 +0200 |
commit | d4313c4df202ce4c024dfd65331b324042b2141a (patch) | |
tree | fcb8b9c31d57577564155599f69f5f2be49e71ac /vid-app-common/src/test/resources | |
parent | 63ab2aa201b213d6b7d5b5b42fed4a76deecf18d (diff) |
Provide literal usePreload=false when usePreload is <null>
Issue-ID: VID-746
Change-Id: Iab121726177397d1dbde37a1f7b93b30275a9ded
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/test/resources')
3 files changed, 3 insertions, 2 deletions
diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule/replace_vfmodule__payload_to_mso.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule/replace_vfmodule__payload_to_mso.json index 103985c96..26aa7d70c 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule/replace_vfmodule__payload_to_mso.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule/replace_vfmodule__payload_to_mso.json @@ -33,6 +33,7 @@ }], "requestParameters": { "userParams": [], + "usePreload": false, "testApi": "GR_API" }, "modelInfo": { diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request.json index 84dcd730f..e5e3e9fab 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request.json @@ -58,7 +58,7 @@ } ], "requestParameters": { - "usePreload": true, + "usePreload": false, "userParams": [ { "name": "vre_a_volume_size_0", diff --git a/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json b/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json index 1d0b96eca..87db583e7 100644 --- a/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json +++ b/vid-app-common/src/test/resources/payload_jsons/vfmodule_instantiation_request_without_volume_group.json @@ -49,7 +49,7 @@ } ], "requestParameters": { - "usePreload": true, + "usePreload": false, "userParams": [ { "name": "vre_a_volume_size_0", |