Add tests to VnfApiProvider part 5

Write test for function vnfInstanceTopologyOperation in vnfapiProvider class.
Case when svcLogicClient svcLogicClient execute method returns null and
there is nor error during transaction writing.

Issue-ID: SDNC-267

Change-Id: I8058a2f38bea66fe1c7b6f5dbf24400fef5ab3b8
Signed-off-by: pawel.kadlubanski <pawel.kadlubanski@nokia.com>
1 file changed
tree: f88cd7c6edd973ea734c74999f052993bdd5ee82
  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".