summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json')
-rw-r--r--aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json b/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json
new file mode 100644
index 00000000..e5ba23ba
--- /dev/null
+++ b/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_esr_v12.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"
+ }
+ ]
+}