Create a Junit test for ServiceTopologyOperation

This test verifies ServiceTopologyOperation RPC
executes a DG then produces the expected
ServiceTopologyOperationOutput and persisted the
expected Service in the DataBroker.  In addition
util classes were written to make it easier to
write additional MDSAL test in the future.

Change-Id: I2281099df767397b628ec2caff06f3dd49962b8b
Issue-ID: SDNC-101
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
10 files changed
tree: 1a28ac684c7ec8afc0c292166558c856873d4f89
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. docs/
  5. generic-resource-api/
  6. ueb-listener/
  7. vnfapi/
  8. vnftools/
  9. .gitignore
  10. .gitreview
  11. .scanignore
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".