aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/openecomp/schema/RelationshipSchemaTest.java
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23Safeguard against deprecated DbEdgeRules versions.Shwetank Dave1-2/+2
Currently we require a DbEdgeRules_vX.json file and it's associated edge_properties_vX.json files. If an edge_properties file is not found for a DbEdgeRules file, it throws an exeption. We should log and entry stating DbEdgeRules and it's associaded edge_properties files is not found and not throw an error. Issue-ID: AAI-21 Change-Id: I05f5b4d14c3cef1586cefe579e38df03ca4fb438 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-22Using DbEdgeRules.json files from aai-core jar.Shwetank Dave1-0/+116
Before we were aai_relationship_vxx.json files. Now using the edge rules directly from aai-core jar. Issue-ID: AAI-21 Change-Id: Id62494caabc75bc29e4f3558268ec78897946937 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>