Create a Junit test for NetworkTopologyOperation 57/20157/1
authorJoey Sullivan <joey.sullivan@amdocs.com>
Mon, 23 Oct 2017 13:39:31 +0000 (13:39 +0000)
committerJoey Sullivan <joey.sullivan@amdocs.com>
Mon, 23 Oct 2017 13:39:31 +0000 (13:39 +0000)
commite3446fcf2129c07af960e6b327c06f585c48ea68
treefe114bf46dd67d7dfb3082dbeef3153a4b276f28
parent107951a4b13c1a4c725b9df201a1af7595ef4dec
Create a Junit test for NetworkTopologyOperation

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

Change-Id: Icf099c0dbf4445fb5d3e5b009a8cb6e8ca7200cb
Issue-ID: SDNC-101
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/GenericResourceApiProviderTest.java
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/NetworkTopologyOperationRPCTest.java
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/ServiceTopologyOperationRPCTest.java
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/DataBrokerUtil.java [new file with mode: 0644]
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/GenericResourceApiSvcLogicServiceClientMockUtil.java
generic-resource-api/provider/src/test/java/org/onap/sdnc/northbound/util/MDSALUtil.java