diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2017-10-30 20:16:34 +0530 |
---|---|---|
committer | Shashikanth VH <shashikanth.vh@huawei.com> | 2017-10-30 14:52:31 +0000 |
commit | 95fb049d01e6193782a78cd3a9bd7f914a7cb11f (patch) | |
tree | 715a3c109a9efbfec5ee83b1b6e0c37584438422 /platform-logic/generic-resource-api/src/main/json | |
parent | cfc555180780cbda56f5f9997ab6a9c119105579 (diff) |
Fix Overlay DG testing issue
While getting record from AAI for l3-network, key used is
esr-thirdparty-sdnc.thirdparty-sdnc-id instead of l3-network.network-name
https://jira.onap.org/browse/SDNC-155
Issue-Id: SDNC-155
Change-Id: I47fcd19111f5fa4c32d464409c28b52599116e7c
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: ab65c8a4bdaaa59a7bcf2b587839fc95f720f0ad
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/json')
-rw-r--r-- | platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json index dfdf0b41..635773b0 100644 --- a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json @@ -1797,7 +1797,7 @@ "id": "fc475635.0ecc7", "type": "get-resource", "name": "get-resource l3-network", - "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"l3-network\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.dci-connects.local_networks[$idx] AND \n\t\t depth = '0'\"\n pfx='tmp.aai.l3-network' local-only='false' >\n", + "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"l3-network\" \n\t\tkey=\"l3-network.network-name = $tmp.dci-connects.local_networks[$idx] AND \n\t\t depth = '0'\"\n pfx='tmp.aai.l3-network' local-only='false' >\n", "comments": "", "outputs": 1, "x": 3475.500030517578, @@ -2029,7 +2029,7 @@ "id": "5d5e8ee8.e594e8", "type": "get-resource", "name": "get-resource l3-network", - "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"l3-network\" \n\t\tkey=\"esr-thirdparty-sdnc.thirdparty-sdnc-id = $tmp.dci-connects.local_networks[$idx] AND \n\t\t depth = '0'\"\n pfx='tmp.aai.l3-network' local-only='false' >\n", + "xml": "<get-resource plugin=\"org.onap.ccsdk.sli.adaptors.aai.AAIService\" \n\t\tresource=\"l3-network\" \n\t\tkey=\"l3-network.network-name = $tmp.dci-connects.local_networks[$idx] AND \n\t\t depth = '0'\"\n pfx='tmp.aai.l3-network' local-only='false' >\n", "comments": "", "outputs": 1, "x": 3506, |