diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-06-12 09:24:24 +0200 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-06-13 11:47:36 +0200 |
commit | 93bed2156ac39eb3e829dd1a163ff90e05f9525a (patch) | |
tree | 1cc8e445341e86809ad2251ae54b9bac841e04b6 /prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json | |
parent | dc3940018875d8064c1eb51afdc39768a033328a (diff) |
Logical links creation bug
Fixed issues:
Second PNF registration with same attachment point doesn't send output to PNF_READ
Second PNF registration with different attachmentPoint doesn't replace previous Logical Link
Change-Id: I238a8aa6d3f360da3451c720dc5cb1fa2e1ebd75
Issue-ID: DCAEGEN2-1611
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Diffstat (limited to 'prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json')
-rw-r--r-- | prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json b/prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json new file mode 100644 index 00000000..7d3f02df --- /dev/null +++ b/prh-app-server/src/test/resources/BbsActionsTaskTestFiles/oldLogicalLink.json @@ -0,0 +1,21 @@ +{ + "link-name": "some-link", + "in-maint": false, + "link-type": "attachment-point", + "resource-version": "1560171816043", + "relationship-list": { + "relationship": [ + { + "related-to": "pnf", + "relationship-label": "org.onap.relationships.inventory.BridgedTo", + "related-link": "/aai/v14/network/pnfs/pnf/Nokia123", + "relationship-data": [ + { + "relationship-key": "pnf.pnf-name", + "relationship-value": "Nokia123" + } + ] + } + ] + } +}
\ No newline at end of file |