GenericResourceApiProvider unit tests part 1.

Unit tests for serviceTopologyOperation method

Change-Id: I9a6f43fb6892b9b1d8f92544f7a90e203b0c9229
Issue-ID: SDNC-275
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
5 files changed
tree: 76761e0d38433e59e01357c95a7a4660fefd3b8c
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. generic-resource-api/
  5. ueb-listener/
  6. vnfapi/
  7. vnftools/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

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

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

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