From 681220461751929fd485da2c9c2131260920aad5 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Sun, 1 Oct 2017 07:52:45 -0400 Subject: 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 --- .../src/test/resources/docker/mso/mso-docker.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/arquillian-unit-tests/src/test/resources') 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", -- cgit 1.2.3-korg