diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-01 07:52:45 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-01 07:57:50 -0400 |
commit | 681220461751929fd485da2c9c2131260920aad5 (patch) | |
tree | e980e52f56eee832f661116a8409573e619323e3 | |
parent | d19e21da553d3539ca1403b3e0c4d586f0260309 (diff) |
URL mismatch in mso.sdnc.properties
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>
-rw-r--r-- | packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json b/packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json index 5552efe6a5..3d24819c2f 100644 --- a/packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json +++ b/packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json @@ -59,7 +59,10 @@ "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", |