Improve code coverage metrics in AAIService module

Changes made:
* added new unit test GenericVnfTest to test CRUD API of AAIService

Change-Id: Ifbc2692f47507ec72fdce93d2fd4e4ee02133cad
Issue-ID: CCSDK-149
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2 files changed
tree: c6b6c56e7223619e3e7dd22090c30b63956acb0d
  1. aai-service/
  2. mdsal-resource/
  3. resource-assignment/
  4. sql-resource/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".