commit | 107951a4b13c1a4c725b9df201a1af7595ef4dec | [log] [tgz] |
---|---|---|
author | Joey Sullivan <joey.sullivan@amdocs.com> | Thu Oct 19 19:53:05 2017 +0000 |
committer | Joey Sullivan <joey.sullivan@amdocs.com> | Thu Oct 19 20:17:43 2017 +0000 |
tree | 1a28ac684c7ec8afc0c292166558c856873d4f89 | |
parent | 45ac56ef4f49b57bee4aa2cd52e4e41618ae2251 [diff] |
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>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
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.
To compile, run "mvn clean install".