aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org
AgeCommit message (Collapse)AuthorFilesLines
2019-01-22Added junit testcase for EchoService.javaChandan Ghosh1-0/+53
Added junit testcse for EchoService Issue-ID: AAI-2108 Change-Id: I534f00970da5c9b29beb56eb33124ae8b576c42e Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-12-17Use Schema Service for model ingestionMichael Arrastia2-5/+12
Change-Id: Id2531c52491c135ae000223caf7ce79f95a9cb43 Issue-ID: AAI-2010 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-12-04Fix issue with Spike using too much CPUsblimkie1-1/+1
Even when idle, Spike was using close to 100% CPU Change-Id: I9936028e6935f54a9683cc57316c7d97205d5316 Issue-ID: AAI-1985 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-11-28Upgrade version of aai-commonMichael Arrastia9-16/+110
* 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>
2018-07-26Increase code coverageIoannis Sotiropoulos4-4/+242
Add tests to increase code coverage above 50 percent. Change-Id: Ie4f7517d7984b301e2bea7a2262307032c820700 Issue-ID: AAI-1425 Signed-off-by: Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
2018-07-12Migrate Spike code to ONAPMichael Arrastia7-0/+523
Move what was originally an Open ECOMP microservice into ONAP. This is primarily a code move and includes: - removal of AJSC and replacement with latest version of Spring Boot - alignment with ONAP standards - license headers - package renaming - FOSSology scan completed Further work is required to add JJB and OOM. Change-Id: I305c8407256bf2dbcc816f34f031f92eafd6ef5a Issue-ID: AAI-1374 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>