aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-11-28 17:27:31 +0000
committerMichael Arrastia <MArrasti@amdocs.com>2018-11-28 17:27:31 +0000
commitd894ec51a86cfb4d711d3c053d8aa46759584456 (patch)
treec60a1680d735c5c76bc1e9ec625be6140d4b7667 /src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json
parent9eb82afe62f6891d1e140fd9003e1ceb7df119ee (diff)
Upgrade version of aai-common
* Configure Spike with schema ingestion beans. * Update OXMModelLoader and EdgeRulesLoader to make use of schema ingestion beans. Here there is an acknowledged awkward marrying of bean creation and static method use. * Update tests to mock schema ingestion beans and organise test resources. Change-Id: I1f043aa5852dbd2737a804ebc282a12afb9fb39f Issue-ID: AAI-1951 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json')
-rw-r--r--src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json b/src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json
new file mode 100644
index 0000000..6611750
--- /dev/null
+++ b/src/test/resources/rules/v13/DbEdgeRules_test_one_v13.json
@@ -0,0 +1,26 @@
+{
+ "rules": [
+ {
+ "from": “A”,
+ "to": “B”,
+ "label": “A-To-B”,
+ "direction": "OUT",
+ "multiplicity": "Many2Many",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}"
+ },
+ {
+ "from": “B”,
+ "to": “c”,
+ "label": “B-To-C”,
+ "direction": "OUT",
+ "multiplicity": "Many2Many",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}"
+ }
+ ]
+}