diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-01-29 18:20:23 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-02-02 12:54:38 +0200 |
commit | 74e6271d3c9a5f0f2f471c607ca7bc9b8f3d5fc0 (patch) | |
tree | c4cd63d23007d8b3d66939146db43fd95b3220f7 /vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json | |
parent | aefc6a0e43b8ce36134dbbed71cf2b4cb9745a9f (diff) |
originalName fallbacks to customizationId or invariantId
Issue-ID: VID-724
Change-Id: I3db8d09cabfb700dc1acd469d6fb8acb4764cd73
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json')
-rw-r--r-- | vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json b/vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json index 7cf11c824..5f789e0ed 100644 --- a/vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json +++ b/vid-automation/src/test/resources/aaiGetInstanceTopology/getServiceInstanceTopologyResult.json @@ -23,8 +23,7 @@ }, "type": "VL", "instanceName" : "NetInstance", - "modelCustomizationName": "ExtVL 0", - "isFailed": true + "modelCustomizationName": "ExtVL 0" } }, "vnfs": { |