aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources
diff options
context:
space:
mode:
authorkurczews <krzysztof.kurczewski@nokia.com>2019-03-25 09:36:25 +0100
committerkurczews <krzysztof.kurczewski@nokia.com>2019-03-26 12:10:27 +0100
commitcec9b3deab76cc7f69ef03fc7fb538f386581f4b (patch)
tree47f71fb35b59ef0d4cc89720d70374a3eb88de80 /prh-app-server/src/test/resources
parent7298679486cd1311f309a5dcbed528ef3c3c246b (diff)
Support for BBS logical link
Issue-ID: DCAEGEN2-1362 Change-Id: I9dbe7c941d9b48e0cac16be9d3410855c51ef4b0 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'prh-app-server/src/test/resources')
-rw-r--r--prh-app-server/src/test/resources/bbs_action/correct_logical_link.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/prh-app-server/src/test/resources/bbs_action/correct_logical_link.json b/prh-app-server/src/test/resources/bbs_action/correct_logical_link.json
new file mode 100644
index 00000000..e49a45ba
--- /dev/null
+++ b/prh-app-server/src/test/resources/bbs_action/correct_logical_link.json
@@ -0,0 +1,11 @@
+{
+ "link-name": "some-link",
+ "link-type": "attachmentPoint",
+ "relationship-list": [
+ {
+ "relationship": {
+ "related-link": "/network/pnfs/pnf/NOKQTFCOC540002E"
+ }
+ }
+ ]
+} \ No newline at end of file