diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-09-25 10:25:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-25 10:25:52 +0000 |
commit | 89bed06e455cbc03cf5b0618c13ee4c2eb488c5a (patch) | |
tree | 7d56277e35c8b151b9f579aca6313f3b9bd87c6c /vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json | |
parent | 0b6ca2b05ca0896ad4f9b2f4943b1fa9292e8dfb (diff) | |
parent | 7e74e079a5a56c0abe5b8aa8abf43e15cfe1f194 (diff) |
Merge "Add a position field to BaseResource (fix)"
Diffstat (limited to 'vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json')
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json b/vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json index d27dd05cd..849cb7e43 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json +++ b/vid-automation/src/test/resources/asyncInstantiation/ServiceWithFailedServiceInstance.json @@ -10,6 +10,7 @@ ], "isALaCarte": true, "isFailed": true, + "position":null, "lcpCloudRegionId": "a93f8383-707e-43fa-8191-a6e69a1aab17", "modelInfo": { "modelInvariantId": "0367689e-d41e-483f-b200-eab17e4a7f8d", @@ -62,6 +63,7 @@ "statusMessage": null, "tenantId": "88a6ca3ee0394ade9403f075db23167e", "trackById": "TRACK_BY_ID", + "position":null, "vfModules": { } } |