diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-07 20:05:38 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-09 12:26:47 +0000 |
commit | 57e44972ab82fcd166eb6c0a3a948bd2c4287661 (patch) | |
tree | 83830688d00c12a1bf9f12233820b079a7a3fe3a /vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json | |
parent | 6d937099efa1cb30eb16470005c7e05c1f29f729 (diff) |
Change ServiceInstance's top-level rollbackOnFailure serialization to String
This will satisfy a new test: Template Topology API test:
Deploy Cypress -> getTemplateTopology returns the same template
Also updating templates__instance_template.json with actual
"templateTopology" endpoint fields.
Issue-ID: VID-724
Change-Id: I1160656c9a58ab2678ca6f2529688463fbd60a91
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json')
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json b/vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json index 5139aa0c0..d5b282e89 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json +++ b/vid-automation/src/test/resources/asyncInstantiation/ServiceTreeForRetry_serviceInstance.json @@ -55,7 +55,7 @@ "instanceParams": [], "pause": false, "bulkSize": 1, - "rollbackOnFailure": false, + "rollbackOnFailure": "false", "isALaCarte": true, "testApi": "VNF_API", "instanceId": "INSTANCE_ID", |