diff options
author | PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com> | 2020-06-25 09:42:48 -0400 |
---|---|---|
committer | PATTANAYAK, SAUMYA SWARUP (sp931a) <sp931a@att.com> | 2020-06-25 11:19:37 -0400 |
commit | 4e09eb5de8ba5f963ea374f2773fcd6f84cf36b3 (patch) | |
tree | 5105cdba1c2eb63487f56e4407e1872d693a103a /vid-app-common/src/test | |
parent | 60e246814415ee1daf838db78aff8afd53ce46f5 (diff) |
Rollback on failure flag should always be true while vfm replace callfeature/mfa
Issue-ID: VID-851
Signed-off-by: Soumya Pattanayak <sp931a@att.com>
Change-Id: I2cb3fd0a6b6d25133e426c76ac5851df9cc55216
Diffstat (limited to 'vid-app-common/src/test')
-rw-r--r-- | vid-app-common/src/test/resources/payload_jsons/vfmodule/upgrade_vfmodule_e2e__payload_to_mso.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 d72dc7a23..c10f45023 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 @@ -4,7 +4,7 @@ "source": "VID", "requestorId": "az2016", "instanceName": "PST-VfMod-Replace-5-Vfmod", - "suppressRollback": true + "suppressRollback": false }, "relatedInstanceList": [{ "relatedInstance": { |