aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/bundleconfig-local/etc/relationship
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/bundleconfig-local/etc/relationship')
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/relationship/ambiguous-relationship.json6
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-failv10-successv9.json6
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-successv10-failv9.json4
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/relationship/nothing-to-parse.json2
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-related-link.json4
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-relationship-data.json4
6 files changed, 13 insertions, 13 deletions
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/ambiguous-relationship.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/ambiguous-relationship.json
index 241cc146..c6407e2c 100644
--- a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/ambiguous-relationship.json
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/ambiguous-relationship.json
@@ -1,10 +1,10 @@
{
- "related-to": "test-object",
+ "related-to": "generic-vnf",
"relationship-data" : [{
- "relationship-key" : "test-object.vnf-id",
+ "relationship-key" : "generic-vnf.vnf-id",
"relationship-value":"key1"
},{
- "relationship-key" : "test-object.vnf-id",
+ "relationship-key" : "generic-vnf.vnf-id",
"relationship-value":"key2"
}]
} \ No newline at end of file
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-failv10-successv9.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-failv10-successv9.json
index 0f0378d9..5bafc9ff 100644
--- a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-failv10-successv9.json
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-failv10-successv9.json
@@ -1,8 +1,8 @@
{
- "related-to": "test-object",
- "related-link": "/aai/v10/network/test-objects/test-objet/key1",
+ "related-to": "generic-vnf",
+ "related-link": "/aai/v10/network/generic-vnfs/test-objet/key1",
"relationship-data" : [{
- "relationship-key" : "test-object.vnf-id",
+ "relationship-key" : "generic-vnf.vnf-id",
"relationship-value":"key2"
}]
} \ No newline at end of file
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-successv10-failv9.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-successv10-failv9.json
index 490bbd30..3afe6bb7 100644
--- a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-successv10-failv9.json
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/both-successv10-failv9.json
@@ -1,6 +1,6 @@
{
- "related-to": "test-object",
- "related-link": "http://localhost/aai/v10/network/test-objects/test-object/key1",
+ "related-to": "generic-vnf",
+ "related-link": "http://localhost/aai/v10/network/generic-vnfs/generic-vnf/key1",
"relationship-data" : [{
"relationship-key" : "test-obect.vnf-id",
"relationship-value":"key2"
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/nothing-to-parse.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/nothing-to-parse.json
index ea5ff2fe..b24834af 100644
--- a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/nothing-to-parse.json
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/nothing-to-parse.json
@@ -1,4 +1,4 @@
{
- "related-to": "test-object",
+ "related-to": "generic-vnf",
"relationship-data" : []
} \ No newline at end of file
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-related-link.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-related-link.json
index 15e383aa..4cc103e8 100644
--- a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-related-link.json
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-related-link.json
@@ -1,4 +1,4 @@
{
- "related-to": "test-object",
- "related-link": "http://localhost/aai/v10/network/test-objects/test-object/key1"
+ "related-to": "generic-vnf",
+ "related-link": "http://localhost/aai/v10/network/generic-vnfs/generic-vnf/key1"
} \ No newline at end of file
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-relationship-data.json b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-relationship-data.json
index dc7445e0..b9fccc9c 100644
--- a/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-relationship-data.json
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/relationship/only-relationship-data.json
@@ -1,7 +1,7 @@
{
- "related-to": "test-object",
+ "related-to": "generic-vnf",
"relationship-data" : [{
- "relationship-key" : "test-object.vnf-id",
+ "relationship-key" : "generic-vnf.vnf-id",
"relationship-value":"key1"
}]
} \ No newline at end of file