summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-02-26 23:13:48 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2019-02-26 23:17:11 -0500
commitb092bf2443c74d9e1efcddd9f99a7ebff6f3b5b5 (patch)
tree70deaf81c4215375273830888fe396a46223f466 /aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json
parent69589faa4d3b1481bbd5c86f7ccb8c8bdeeb5916 (diff)
Remove schema service dependency and add oxm1.4.1
and edgerules for the junits that are dependent on them Issue-ID: AAI-2193 Change-Id: I310ad37b14fb1296016ebbde2cf8eedd9c9c8aff Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json')
-rw-r--r--aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json b/aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json
new file mode 100644
index 00000000..e5ba23ba
--- /dev/null
+++ b/aai-core/src/test/resources/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json
@@ -0,0 +1,64 @@
+{
+ "rules": [
+ {
+ "from": "esr-system-info",
+ "to": "esr-ems",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "!${direction}",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true"
+ },
+ {
+ "from": "esr-system-info",
+ "to": "esr-vnfm",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "ONE2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "!${direction}",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true"
+ },
+ {
+ "from": "esr-system-info",
+ "to": "esr-thirdparty-sdnc",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "ONE2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "!${direction}",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true"
+ },
+ {
+ "from": "esr-thirdparty-sdnc",
+ "to": "pnf",
+ "label": "org.onap.relationships.inventory.AppliesTo",
+ "direction": "OUT",
+ "multiplicity": "ONE2MANY",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true"
+ },
+ {
+ "from": "esr-system-info",
+ "to": "cloud-region",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "!${direction}",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true"
+ }
+ ]
+}