Adding test cases to aai-core to increase coverage
[aai/aai-common.git] / aai-core / src / test / resources / bundleconfig-local / etc / relationship / related-link-and-relationship-data.json
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/related-link-and-relationship-data.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/related-link-and-relationship-data.json
new file mode 100644 (file)
index 0000000..da95749
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "related-to": "generic-vnf",
+    "related-link": "http://localhost/aai/v10/network/generic-vnfs/generic-vnf/key1",
+       "relationship-data" : [{
+               "relationship-key" : "generic-vnf.vnf-id",
+               "relationship-value":"key1"
+       }]
+}