URL mismatch in mso.sdnc.properties 57/16757/2
authorRob Daugherty <rd472p@att.com>
Sun, 1 Oct 2017 11:52:45 +0000 (07:52 -0400)
committerRob Daugherty <rd472p@att.com>
Sun, 1 Oct 2017 11:57:50 +0000 (07:57 -0400)
There was a mismatch between the "sdncurls" definitions in the
environment files (e.g. mso-docker.json) and the property file
template (mso.sdnc.properties).

This commit adds missing "sdncurls" to the arquillian unit test
environment.

Issue: SO-123
Change-Id: I538c9df71fec6e9368d4a984eb82f58ec3b0c545
Signed-off-by: Rob Daugherty <rd472p@att.com>
packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json

index 5552efe..3d24819 100644 (file)
                 "https://localhost:8443/restconf/operations/Firewall-API:",
                 "https://localhost:8443/restconf/config",
                 "https://localhost:8443/restconf/operations/VNF-API:",
-                "https://localhost:8443/restconf/operations/NBNC-API:"
+                "https://localhost:8443/restconf/operations/NBNC-API:",
+                "https://localhost:8443/restconf/operations/NORTHBOUND-API:service-topology-operation",
+                "https://localhost:8443/restconf/operations/GENERIC-RESOURCE-API:",
+                "https://localhost:8443/restconf/operations/VNFTOPOLOGYAIC-API:"
             ],
 
             "bpelurl": "http://mso:8080/mso/SDNCAdapterCallbackService",