aboutsummaryrefslogtreecommitdiffstats
path: root/packages/arquillian-unit-tests/src/test/resources
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-10-01 07:52:45 -0400
committerRob Daugherty <rd472p@att.com>2017-10-01 07:57:50 -0400
commit681220461751929fd485da2c9c2131260920aad5 (patch)
treee980e52f56eee832f661116a8409573e619323e3 /packages/arquillian-unit-tests/src/test/resources
parentd19e21da553d3539ca1403b3e0c4d586f0260309 (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>
Diffstat (limited to 'packages/arquillian-unit-tests/src/test/resources')
-rw-r--r--packages/arquillian-unit-tests/src/test/resources/docker/mso/mso-docker.json5
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",